Re: [computer-go] Ladders and UCT

2008-06-17 Thread WSK
Am 17.06.2008, 06:54 Uhr, schrieb Russ Williams [EMAIL PROTECTED]: On Mon, Jun 16, 2008 at 11:42 PM, WSK [EMAIL PROTECTED] wrote: Am 16.06.2008, 22:20 Uhr, schrieb Peter Drake [EMAIL PROTECTED]: UCT The idea of MonteCarlo and UCT contain the elemination of special game rules ( include

Re: [computer-go] Congratulations to AyaMC and to StoneGrid!

2008-06-17 Thread Nick Wedd
In message [EMAIL PROTECTED], Eric Boesch [EMAIL PROTECTED] writes On Mon, Jun 16, 2008 at 2:00 PM, Nick Wedd [EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED], John Fan [EMAIL PROTECTED] writes After I review the game, it is hard to say ManyFaces made a mistake at move 60 or around,

Re: [computer-go] Ladders and UCT

2008-06-17 Thread Zach Wegner
On Mon, Jun 16, 2008 at 4:42 PM, WSK [EMAIL PROTECTED] wrote: program oh_iam_sooo_quick_and_dirty; get_input_move(input); . . . do { set_randomseed(); //sic! :) do { color = white; pass = 0; if(pass == play_random_move(color); // moves or

Re: [computer-go] Ladders and UCT

2008-06-17 Thread Peter Drake
Without the 10% random moves, would every playout from a given leaf be identical? Peter Drake http://www.lclark.edu/~drake/ On Jun 17, 2008, at 3:14 AM, Magnus Persson wrote: Valkyria plays uniformily the highest ranked move. Ladders as a response to the last move are almost always