AI-powered Rock-Paper-Scissors simulation — each entity is a DQN agent, hunting its prey and evading its predator.
- Python 3.9+
- Dependencies from
requirements.txt
Install dependencies:
pip install -r requirements.txtDouble-click run.bat to:
- Check for Python
- Install dependencies (if needed)
- Train the model (if weights are missing)
- Launch the game
python main.pyA pre-trained model is included at models/rps_agent.pth.
To train a new model from scratch:
python train.py