maia-chess icon indicating copy to clipboard operation
maia-chess copied to clipboard

Hello, I am trying to implement maia-chess to my game:

Open Descartador opened this issue 2 years ago • 1 comments

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!

Descartador avatar Mar 30 '23 17:03 Descartador

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.

reidmcy avatar Apr 04 '23 01:04 reidmcy