bernds / q5Go

A tool for Go players: SGF editor, analysis tool, game database and pattern search tool, IGS client
GNU General Public License v2.0
173 stars 28 forks source link

Komi #46

Closed reinnodroc closed 3 years ago

reinnodroc commented 3 years ago

I have an issue with analysis engine.

I use katago and get this message ; I couldn find where does this komi value come from and how to fix it.

<Working directory: /home/jl/bin/katago-v1.7.0-cpu-eigen-linux-x64 protocol_version KataGo v1.7.0 Using koPOSITIONALscoreAREAtaxNONEsui0 rules initially, unless GTP/GUI overrides this Loaded config /home/jl/bin/katago-v1.7.0-cpu-eigen-linux-x64/gtp_example.cfg Loaded model /home/jl/bin/katago-v1.7.0-cpu-eigen-linux-x64/g170e-b15c192-s1305382144-d335919935.txt.gz Model name: b15c192-s1305382144-d335919935 GTP ready, beginning main protocol loop =1 2 boardsize 19 =2 clear_board =3 komi 7,50 ?4 Expected single float argument for komi but got '7,50' quit>

bernds commented 3 years ago

Are you using the latest version of q5go? This was supposed to be fixed by commit d78530650b897bc03b38e095eff9553458a9e23f.

bernds commented 3 years ago

Assuming this is fixed in the latest version. Please reopen if you can confirm that it still happens in 2.0 or above.