The code for my master's dissertation. I am comparing 3 ML models for a checkers game
Go to file
2023-07-28 19:34:53 +01:00
.idea Created base game with working minimax algorithm, now working on reinforcement learning 2023-07-28 19:34:53 +01:00
minimax Created base game with working minimax algorithm, now working on reinforcement learning 2023-07-28 19:34:53 +01:00
reinforcementLearning Created base game with working minimax algorithm, now working on reinforcement learning 2023-07-28 19:34:53 +01:00
utilities Created base game with working minimax algorithm, now working on reinforcement learning 2023-07-28 19:34:53 +01:00
__init__.py Created base game with working minimax algorithm, now working on reinforcement learning 2023-07-28 19:34:53 +01:00
.gitignore Created base game with working minimax algorithm, now working on reinforcement learning 2023-07-28 19:34:53 +01:00
main.py Created base game with working minimax algorithm, now working on reinforcement learning 2023-07-28 19:34:53 +01:00
readme.txt Created base game with working minimax algorithm, now working on reinforcement learning 2023-07-28 19:34:53 +01:00
Report.pdf Created base game with working minimax algorithm, now working on reinforcement learning 2023-07-28 19:34:53 +01:00

To run the project
open project folder in terminal or cmd
run pip install pygame or pip3 install pygame if running a mac or linux machine run with sudo for best chance of running the project
then run python main.py