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

how to use the model #52

Closed Tenshi0x0 closed 1 year ago

Tenshi0x0 commented 1 year ago

hello! I would like to know how to use the model(the.pb file) in your project. The step i should do is load the model in the program, pass parameters to the model about the current board and get the best move. Do i need to clone all the project to local, or I only need to use a piece of code? Looking forward to your early reply!(only used in education project)

reidmcy commented 1 year ago

They use the standard UCI interface provided by lc0. There are instructions here, let me know if something in them is unclear.