Page 1 of 2
Sabaki
Posted: Sat Mar 14, 2020 11:31 am
by And
Sabaki v0.50.0 Mar 11, 2020, Sabaki v0.50.1 Mar 13, 2020
https://github.com/SabakiHQ/Sabaki/releases
many new interesting!
Re: Sabaki
Posted: Sun Mar 15, 2020 1:22 pm
by And
can I display a winrate KataGo?
Re: Sabaki
Posted: Mon Mar 16, 2020 5:29 am
by Jæja
And wrote:can I display a winrate KataGo?
There are some minor inconsistencies between LeelaZero and KataGo that needs to be resolved in order for Sabaki to process KataGo's winrate outputs. The author of Sabaki and author (and forum member) lightvector are
currently sorting this out.
Re: Sabaki
Posted: Mon Mar 16, 2020 5:48 am
by lightvector
Has Sabaki suddenly stopped supporting KataGo?
It used to work just fine for winrates. The only things you couldn't get were score/ownership, but Leela Zero didn't have those either. (KataGo implements essentially the same score-less analysis command that Leela Zero does).
Re: Sabaki
Posted: Mon Mar 16, 2020 12:03 pm
by And
ok, please write how to do this! and where can I see what commands or parameters can be used after "gtp -model model.txt -config gtp_example.cfg"
Re: Sabaki
Posted: Mon Mar 16, 2020 7:52 pm
by lightvector
Just give Sabaki the engine command just as with Lizzie or anything other GUI. There's nothing special. Make sure you have the file paths correct from Sabaki's perspective.
To see parameters, you can run with "gtp -help" also. But there aren't really other parameters you should care about after "gtp -model model.txt -config gtp_example.cfg". The whole point of having the config file is to put all the parameters you can modify in one place, take a look at the config. If you really do want to modify any config parameter directly on command line, it's "-override-config KEY=VALUE,KEY=VALUE,...".
Re: Sabaki
Posted: Mon Mar 16, 2020 8:45 pm
by ez4u
Is there a way to set the komi to 6.5 points via the config file? I could not find one. These days Katago with Japanese rules is my default.
Re: Sabaki
Posted: Mon Mar 16, 2020 9:12 pm
by lightvector
No, the komi value is part of the GTP protocol and setting it is up to the GUI or analysis software you are using. A GUI will typically specify the komi to the bot upon setting up a new empty board.
Re: Sabaki
Posted: Tue Mar 17, 2020 4:16 am
by And
e:\katago\katago.exe
gtp -model model.bin.gz -config gtp_example.cfg
time_settings 0 5 1
LZ shows the percentage, but KataGo shows nothing:
Re: Sabaki
Posted: Tue Mar 17, 2020 5:28 am
by lightvector
KataGo does, but it's inside the "info move (...)" that Sabaki is hiding from you for some reason. Use Sabaki's built-in analysis feature instead of looking at the console.
Re: Sabaki
Posted: Tue Mar 17, 2020 6:29 am
by Vargo
And wrote: but KataGo shows nothing:
if I change in the KG config file "logToStderr = true", Sabaki 0.50.1 shows winrate, etc. Maybe it would be the same for you ?
Re: Sabaki
Posted: Tue Mar 17, 2020 8:17 am
by And
Vargo thank you very much! it works!
Re: Sabaki
Posted: Tue Mar 17, 2020 8:20 am
by And
lightvector wrote:KataGo does, but it's inside the "info move (...)" that Sabaki is hiding from you for some reason. Use Sabaki's built-in analysis feature instead of looking at the console.
I can not find! how to do it? Tell me please!
Re: Sabaki
Posted: Tue Mar 17, 2020 8:44 am
by lightvector
And wrote:lightvector wrote:KataGo does, but it's inside the "info move (...)" that Sabaki is hiding from you for some reason. Use Sabaki's built-in analysis feature instead of looking at the console.
I can not find! how to do it? Tell me please!
Engines -> Toggle Analysis?
Re: Sabaki
Posted: Tue Mar 17, 2020 8:50 am
by And
lightvector it is not that, but it is very interesting! thank you very much!