Open Descartador opened 1 year ago
In the code for the paper we used python chess with lc0
, see here: https://github.com/CSSLab/maia-chess/blob/master/move_prediction/maia_chess_backend/model_loader.py. There is a slightly better version in the newer repo: https://github.com/CSSLab/maia-chess/blob/master/move_prediction/maia_chess_backend/model_loader.py, but if you want it to not rely on subprocesses you'll want to use something based on the original TF code from either our releases our the Leela training code https://github.com/LeelaChessZero/lczero-training.
I am developing an educative game about chess and my idea was to present characters that play more human-like. I am using Ren'py on MAC but I am unsure how to go about implementing maia-chess to the game, any suggestions on how to go about this in a smart way?
Thank you!