minigo
minigo copied to clipboard
Add Minigui Study mode support to Python engine
We need to add support for the following required GTP commands:
- playsgf
- select_position
And optionally:
- prune_nodes
- winrate_evals
python engine i think also needs support for value_init_penalty flag.
@tommadams I believe this is done?
The Python engine only supports basic Minigui functionality: self-play and vs human (enough for the Coral TPU demo). The training features don't work at all.