README
COMP138
Comparing PPO and Q-Learning for Minesweeper: A Reinforcement Learning Approach
Eduardo Pareja Lema, Karan Vohra, Puneet Khanna
First install all the required packages:
pip install requirements.txt
To replicate the results, navigate to source and run:
python3 PPOagent.py
python3 qlearning_agent.py
To run the environment simulator, navigate to source and run:
python3 visualize.py