[computer-go] Optimal explore rates for plain UCT

Christoph Birk birk at ociw.edu
Wed Mar 12 14:24:58 PDT 2008


On Wed, 12 Mar 2008, Don Dailey wrote:
> 1.  My UCT constant is 1.0  - my formula is  averageScore + c * sqrt(
> (2.0 * log(n)) / (10.0 * m) );

so your contstant is 2/10 = 0.2 inside the sqrt(), which is
equivalent to c=0.44 ?

Christoph


More information about the computer-go mailing list