The code for my master's dissertation. I am comparing 3 ML models for a checkers game
|
|
||
|---|---|---|
| .idea | ||
| minimax | ||
| modelWeights | ||
| reinforcementLearning | ||
| utilities | ||
| __init__.py | ||
| .gitignore | ||
| changeInRewards-3.txt | ||
| changeInRewards-5.txt | ||
| main.py | ||
| readme.txt | ||
| results.py | ||
| rewards-5.txt | ||
| rewardsA.png | ||
| run.sh | ||
| trainedRewards.txt | ||
| trainedWinners.txt | ||
| winners-3.txt | ||
| winners-5.txt | ||
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