KataGo icon indicating copy to clipboard operation
KataGo copied to clipboard

Kata-genmove_analyze

Open KooInoue opened this issue 1 year ago • 3 comments
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.

KooInoue avatar Dec 03 '23 14:12 KooInoue

  • 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 genmove command.
  • 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 printsgf command)

HackYardo avatar Dec 05 '23 00:12 HackYardo

Thank you.

A move after " info move" is the best move. A move after "play" is the same. Why is different?

KooInoue avatar Dec 05 '23 04:12 KooInoue

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.

HackYardo avatar Dec 05 '23 10:12 HackYardo