KataGo
KataGo copied to clipboard
Kata-genmove_analyze
trafficstars
I analyzed a game by Katago.
Kata-genmove_analyze B ownership true
info move A1 .... ...... ownership ...... play B1
What is different from A1 and B1? The game was finished. There is no next move.
- What u analyze is not a whole game but the end position of the game.
- Any AI will return a move if it is given
genmovecommand. - The A1, B1 seem meaningless moves but if u're under "Area" ruleset, that's meaningful. See ScoringRule at KataGoRuleset.
- Can u paste the sgf text here? (by
printsgfcommand)
Thank you.
A move after " info move" is the best move. A move after "play" is the same. Why is different?
The final move made will be reported as a single line play <vertex or "pass" or "resign">, followed by the usual double-newline that signals a complete GTP response.
—— from the KataGo GTP Extension Document
You'd better paste the game, or the complete output of GTP commands , it is hard to tell without more information.