ChandlerKenworthy / ChessEngine

Personal project to improve my C++ skills and develop a chess engine that can consistently beat me (I am about ~1500 chess elo).
0 stars 0 forks source link

Add Python API #29

Closed ChandlerKenworthy closed 6 months ago

ChandlerKenworthy commented 7 months ago

Implement a Python API for the chess engine generator such that we can more easily train a reinforced learning based neural network as our evaluation function.

ChandlerKenworthy commented 6 months ago

See MR #42