minigo icon indicating copy to clipboard operation
minigo copied to clipboard

Add Minigui Study mode support to Python engine

Open tommadams opened this issue 7 years ago • 3 comments

We need to add support for the following required GTP commands:

  • playsgf
  • select_position

And optionally:

  • prune_nodes
  • winrate_evals

tommadams avatar Feb 04 '19 19:02 tommadams

python engine i think also needs support for value_init_penalty flag.

amj avatar Feb 04 '19 20:02 amj

@tommadams I believe this is done?

sethtroisi avatar Jan 22 '20 00:01 sethtroisi

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.

tommadams avatar Jan 22 '20 00:01 tommadams