I actually had a bit of a discussion about this on the GoGui pages. twogtp queries the bots with 'final_score' regardless of whether your bot has this in its command list.
So I ended up implementing quick-and-dirty scoring method. But one that doesn't automatically assume the game has been played out to the bitter end like in a MC playout, so it can be used as a kind of referee. Mark On Sun, Nov 2, 2008 at 12:25 AM, Jason House <[EMAIL PROTECTED]> wrote: > > I'm curious, how do you do your automated testing? > I tried using gogui-twogtp -auto with jrefbot and drefbot. When I look > at the resulting .dat files, there's no indication of which side won > each game. I know final_status_list is implemented. Is anything else > required to make that work? Here's a sample summary file: > > #GAMES ERR DUP USED RES_B ERR_B WIN_B ERRW_B UNKN_B > RES_W ERR_W WIN_W ERRW_W UNKN_W RES_R ERR_R WIN_R > ERRW_RUNKN_R > 200 0 0 200 0 0 0 0 1 > 0 0 0 0 1 0 0 0 0 1 > j > > _______________________________________________ > computer-go mailing list > [email protected] > http://www.computer-go.org/mailman/listinfo/computer-go/ > _______________________________________________ computer-go mailing list [email protected] http://www.computer-go.org/mailman/listinfo/computer-go/
