KataGo icon indicating copy to clipboard operation
KataGo copied to clipboard

about sgf file

Open Nightbringers opened this issue 1 year ago • 2 comments

C[0.63 0.36 0.00 2.0 v=2000 weight=1.26]; Hi, I want know what's this means in sgf file? can you explain every number in C[] means?thanks

Nightbringers avatar Jan 23 '24 07:01 Nightbringers

https://en.wikipedia.org/wiki/Smart_Game_Format

neo894 avatar Jan 24 '24 13:01 neo894

@Nightbringers - thanks for the question. These are white / black winrate, no result prediction, score prediction, visits used and the expected weight of that row in the data, see the code that generates it https://github.com/lightvector/KataGo/blob/master/cpp/dataio/sgf.cpp#L1893-L1931

lightvector avatar Jan 28 '24 19:01 lightvector