lightvector / KataGo

GTP engine and self-play learning in Go
https://katagotraining.org/
Other
3.47k stars 563 forks source link

The allowMoves is invalid. #867

Open starshine360 opened 9 months ago

starshine360 commented 9 months ago

When using the katago analysis engine, I attempt to set the allowMoves field (and I set the untilDepth field to 1000000000). However, I find that sometimes the engine will generate a move which is not in the allowMoves array. Would anyone tell me the reason, please?

lightvector commented 9 months ago

That sounds strange. Do you have a case that reproduces this with reasonable reliability so that I can use it to debug, or is it nondeterministic?