[Computer-go] Fwd: News on Tromp-Cook ?

Fuming Wang fumingw85 at gmail.com
Sun Jan 2 06:35:55 PST 2011


Hi Aja,


On Sun, Jan 2, 2011 at 1:29 AM, Aja <ajahuang at gmail.com> wrote:

>  Hi Fuming,
>
>  C*RAVE+(1-C)*UCT
>
> C is computed dynamically in search, but not set to a fixed value. Maybe
> you mean UCT_C,
>
> UCT=UCT_mean+UCT_C*exploration_term
>
> What Petr and Olivier do, I think, is set UCT_C to 0, to disable the
> exploration_term, not the weight of RAVE.
>
>
Without the exploring term, the UCT is just mean win rate, so there's no
point in calling it UCT or UCB. Basically, what people have been saying is
that currently the tree search is based on combination of sequence dependent
rate (average win rate) and sequence independent/almost independent (rave
rate) instead of combination of exploitation (win rate) and exploration (UCB
term). Is this understanding close?

Fuming
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://computer-go.org/pipermail/computer-go/attachments/20110102/e741f901/attachment.html>


More information about the Computer-go mailing list