CSSLab / maia-chess

Maia is a human-like neural network chess engine trained on millions of human games.
https://maiachess.com
GNU General Public License v3.0
963 stars 121 forks source link

Replication on Windows #54

Closed CallOn84 closed 1 year ago

CallOn84 commented 1 year ago

Hello everyone.

Firstly, congratulations on the Maia Chess project. I've been watching Maia Chess run on Lichess and it's very impressive.

From what it looks like, you've only run the code on Linux, but I'm on a Windows machine. Anyone successfully trained Maia Chess on a Windows machine?

I do have some experience in training Leela Chess Zero on Windows, as I trained my own version of Leela Chess Zero a while ago, so there's a part of me that the process between the two might be similar.

Kind regards,

CallOn84

reidmcy commented 1 year ago

As long as you have tensorflow setup correctly, and with the correct version, then training on windows shouldn't be much different than on a Unix system. If you have specific questions about the training process I can answer them.

CallOn84 commented 1 year ago

As long as you have tensorflow setup correctly, and with the correct version, then training on windows shouldn't be much different than on a Unix system. If you have specific questions about the training process I can answer them.

I'm just trying to figure out what move_prediction/replication-make_leela_files.sh and move_prediction/replication-generate_pgns.sh would translate to CMD.

CallOn84 commented 1 year ago

Actually, I've figured it out.