elife wrote:


    >  2. Do you include passes in the random games?  You should not.
    >

    No passes are allowed in the random games.  If the random move
    generator
    says to pass it means no legal moves are available and the game
    gets scored.


Hi,
I am confused with why passed are not allowed in the random games. If so, will not the simulation part give wrong evaluation in case such as seki and so on?

That is correct... Passing in the middle of the game can cause real issues. How does a game get scored when it's incomplete? Who won? The side effect is that seki is missed. I think this is typical of MC engines (to miss seki deep in random games). Some may have top level analysis to detect a seki about to happen, but my bot is not that advanced.
_______________________________________________
computer-go mailing list
[email protected]
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to