[computer-go] Standard references on CGOS

Christoph Birk birk at ociw.edu
Mon Oct 29 10:00:34 PDT 2007


On Oct 29, 2007, at 8:39 AM, Jason House wrote:
> For all of us in the bot-making kiddie pool, it's exceptionally  
> helpful to have reference implementations of basic algorithms  
> running on the server.  When playing with AMAF, I found the  
> reference AMAF bots very helpful.  Now that I'm playing with UCT,  
> references for UCT would be helpful.

'myCtest-V-0003' is running 50k UCT. Pure random playouts guided
by a UCT search with theses parameters:
  # playouts before expanding = 50
  node-score = win_ratio + 0.5 * sqrt(log(N)/n);

I will start it under the nam 'myCtest-50k-UCT' later today running
24/7.

Christoph




More information about the computer-go mailing list