A question to MCTS + NN experts

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

thomasahle
Posts: 94
Joined: Thu Feb 27, 2014 8:19 pm

Re: A question to MCTS + NN experts

Post by thomasahle »

I wrote a simple MCTS + Machine Learning engine: herehttps://github.com/thomasahle/fastchess
The MCTS part is only a page or two of python code, and the others are not much more, so you should quickly be able to get the gist.
I'm not currently training it from self play, but one might as well do that.