Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 313 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 313 Bytes

chess-bot

A chess bot for CPS824

NOTE: In order to run the play.py program to play against a model, a model file must exist and you have to change the model path accordingly on line 16.

Install required libraries using: pip install -r requirements.txt

To start training, run any of the three train programs.