AI-integrated Rock-Paper-Scissors simulation game where each player is an AI (updated).
- Ensure Python is installed on your system.
- Install the required libraries using the following command:
pip install numpy pygame torch
If necessary, train the model by double-clicking install.bat, or by running:
bash python train.py
- Double-click
run.bat, or - Run the following command in your terminal:
python main.py
This project is a fork of ethan-schaffer/LivingRPS with enhancements and improvements. It is not the original version.