I was curious what gnugo would do when presented with the moves from
alpha go.
To be honest I did not google for software that can compare this. I
wrote a small python-script (only tested on Linux) which loads in an
.sgf-file and then "asks" a GTP protocol compatible Go-program what it
would to in each board-setup.
Time-management is a bit dodgy and I may have taken maybe too many
shortcuts for implementing sgf parsing and gtp-chatting but sofar it
worked fine with an sgf posted on this mailinglist together with gnugo
3.8.
The output is for each move the move performed by the sgf-player and
the move played by the gtp-program you use. At the end it emits:
Compared 90 black and 90 white moves. 19 (21.1%) black moves ok, 20 (22.2%) 
white moves ok (total: 21.7%)

The sourcecode can be found on github:
https://github.com/flok99/go-compare


Folkert van Heusden

-- 
https://www.vanheusden.com/stop/
_______________________________________________
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go

Reply via email to