On Mon, 18 Oct 2010, James Pettit wrote:
I have a basic UCT bot with AMAF/RAVE implemented as part of my master's research. The bot can muster a small win-rate versus Gnugo level 6 (~20% as black), but usually loses games by not forming 2 eyes and being completely captured. I have uniform random playouts, with simple ko and self-eye moves disallowed. Is this normal for a basic UCT bot?
I recommend running it on CGOS (9xx), first with UCT + AMAF turned off. Compare it to myCtest-10k myCtest-50k They do 10000/50000 random playout (no UCT nor AMAF) Then turn on UCT and compare to myCtest-10k-UCT myCtest-50k-UCT I also have two programs that do AMAF only (no UCT): myCtest-2k-AMAF myCtest-10k-AMAF These programms are running for quite a while and should have a stable rating. Christoph _______________________________________________ Computer-go mailing list [email protected] http://dvandva.org/cgi-bin/mailman/listinfo/computer-go
