- Step1: Clone the repository: git clone https://github.com/bnurbekov/AI_Agents_For_Rock_Paper_Scissors.git
- Step2: Navigate into the folder: cd AI_Agents_For_Rock_Paper_Scissors
- Step3: Install dependencies: pip install -r requirements.txt
- Step4: Choose or implement an agent in the agents/ directory
- Step5: Run the game: python main.py --agent1 RandomAgent --agent2 QLearningAgent
- Step6: View performance logs and result plots in the outputs/ folder