Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 578 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 578 Bytes

Cideon

cideon

Cideon is a neural network chess engine rated around 1100. It evaluates positions and determines the best move in given situations.

Install

1. pip install torch numpy pygame python-chess
2. git clone https://github.com/synthol/cideon

Play

1. cd cideon
2. py play.py

Train

Cideon is trained on 4M games from Lichess.

1. train from scratch by placing pgn in directory
2. cd cideon
3. py train.py