> End game is another issue. MC programs only aim on winning, so they
> endgame is nor perfect in sense human would define it, but perfect
> enough to win if the game is winnable.

You can modify komi to get the human expert and MC program in agreement.

This suggests how you could automate a set of endgame problems: run Mogo
(or similar) with lots of time and keep increasing/reducing the komi
until you get a sudden swing in winning probability (e.g. from 60% to
20% for side to play). That should tell you the komi to use, and at
least one of the winning moves.

To find alternative winning moves you'd need to have some way to tell
Mogo, or whatever, it cannot choose the existing winning move you have,
and must choose a different move. Once winning probability suddenly
drops again it tells you there are no more winning moves left.

If a program can generate the test set, why bother? I think it is useful
because you can tune against it. E.g. if you give Mogo 120s per move to
generate the test suite moves, then you tune until it can find the
correct moves for the whole test suite on 1s per move.

Tuning the endgame play is very important for MCTS search, because every
playout always goes to the endgame. Strong endgame play in the playouts
should make a program stronger at all stages of a game.

What do you think? Is such a endgame problem suite useful?

Darren

-- 
Darren Cook, Software Researcher/Developer
http://dcook.org/mlsn/ (English-Japanese-German-Chinese-Arabic
                        open source dictionary/semantic network)
http://dcook.org/work/ (About me and my work)
http://dcook.org/blogs.html (My blogs and articles)
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to