Cideon is a neural network chess engine rated around 1100. It evaluates positions and determines the best move in given situations.
1. pip install torch numpy pygame python-chess
2. git clone https://github.com/synthol/cideon
1. cd cideon
2. py play.py
Cideon is trained on 4M games from Lichess.
1. train from scratch by placing pgn in directory
2. cd cideon
3. py train.py