tensorflow / minigo

An open-source implementation of the AlphaGoZero algorithm
Apache License 2.0
3.47k stars 561 forks source link

Support more GTP commands #46

Open amj opened 6 years ago

amj commented 6 years ago

in particular:

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

amj commented 6 years ago

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

sethtroisi commented 6 years ago

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

amj commented 4 years ago

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