minigo icon indicating copy to clipboard operation
minigo copied to clipboard

Support more GTP commands

Open amj opened this issue 7 years ago • 3 comments

in particular:

  • final_score
  • final_status_list

maybe some of the time commands to make the CGOS player a little more robust.

amj avatar Feb 02 '18 22:02 amj

If you're interested in digging into the code, final_score should be easy to implement, but final_status_list might be quite hard :)

amj avatar Feb 02 '18 22:02 amj

final_score the easy implementation is done. final_status_list is a larger work item.

sethtroisi avatar Jun 26 '18 20:06 sethtroisi

final_status_list is now doable with the output from benson's algorithm.

amj avatar Jan 22 '20 01:01 amj