dkappe / a0lite

A neural net chess engine in 95 lines of python
MIT License
73 stars 13 forks source link

Fancy branch changing side to move #1

Open brianprichardson opened 4 years ago

brianprichardson commented 4 years ago

From startpos, after first "go nodes" command if a second is entered the bestmove is for black. Per UCI protocol I think side to move should stay white.

dkappe commented 4 years ago

Bug related to tree reuse. Need more robust code to respond to changing position.