It is currently Mon Mar 18, 2024 10:35 pm

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 25 posts ]  Go to page 1, 2  Next
Author Message
Offline
 Post subject: Sabaki
Post #1 Posted: Sat Mar 14, 2020 11:31 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
Sabaki v0.50.0 Mar 11, 2020, Sabaki v0.50.1 Mar 13, 2020
https://github.com/SabakiHQ/Sabaki/releases
many new interesting!

Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #2 Posted: Sun Mar 15, 2020 1:22 pm 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
can I display a winrate KataGo?

Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #3 Posted: Mon Mar 16, 2020 5:29 am 
Dies in gote

Posts: 61
Liked others: 12
Was liked: 18
Universal go server handle: 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.

Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #4 Posted: Mon Mar 16, 2020 5:48 am 
Lives in sente

Posts: 757
Liked others: 114
Was liked: 916
Rank: maybe 2d
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).

Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #5 Posted: Mon Mar 16, 2020 12:03 pm 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
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"

Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #6 Posted: Mon Mar 16, 2020 7:52 pm 
Lives in sente

Posts: 757
Liked others: 114
Was liked: 916
Rank: maybe 2d
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,...".


This post by lightvector was liked by: And
Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #7 Posted: Mon Mar 16, 2020 8:45 pm 
Oza
User avatar

Posts: 2401
Location: Tokyo, Japan
Liked others: 2337
Was liked: 1332
Rank: Jp 6 dan
KGS: 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.

_________________
Dave Sigaty
"Short-lived are both the praiser and the praised, and rememberer and the remembered..."
- Marcus Aurelius; Meditations, VIII 21

Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #8 Posted: Mon Mar 16, 2020 9:12 pm 
Lives in sente

Posts: 757
Liked others: 114
Was liked: 916
Rank: maybe 2d
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.

Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #9 Posted: Tue Mar 17, 2020 4:16 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
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:


Attachments:
winrate.jpg
winrate.jpg [ 137.93 KiB | Viewed 14538 times ]
Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #10 Posted: Tue Mar 17, 2020 5:28 am 
Lives in sente

Posts: 757
Liked others: 114
Was liked: 916
Rank: maybe 2d
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.

Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #11 Posted: Tue Mar 17, 2020 6:29 am 
Lives in gote

Posts: 337
Liked others: 22
Was liked: 97
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 ?
Attachment:
k1.jpg
k1.jpg [ 629.71 KiB | Viewed 14531 times ]
Attachment:
k2.jpg
k2.jpg [ 694.2 KiB | Viewed 14531 times ]
Attachment:
k2.jpg
k2.jpg [ 694.2 KiB | Viewed 14531 times ]


This post by Vargo was liked by: And
Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #12 Posted: Tue Mar 17, 2020 8:17 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
Vargo thank you very much! it works!

Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #13 Posted: Tue Mar 17, 2020 8:20 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
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!

Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #14 Posted: Tue Mar 17, 2020 8:44 am 
Lives in sente

Posts: 757
Liked others: 114
Was liked: 916
Rank: maybe 2d
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?


This post by lightvector was liked by: And
Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #15 Posted: Tue Mar 17, 2020 8:50 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
lightvector it is not that, but it is very interesting! thank you very much!

Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #16 Posted: Tue Mar 17, 2020 9:07 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
Vargo can I remove the output image of the board?

Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #17 Posted: Tue Mar 17, 2020 11:11 am 
Lives in gote

Posts: 337
Liked others: 22
Was liked: 97
I don't know, you should ask lightvector.

Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #18 Posted: Sun Apr 05, 2020 10:32 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
Sabaki v0.51.0
https://github.com/SabakiHQ/Sabaki/releases

Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #19 Posted: Sun Apr 12, 2020 2:42 pm 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
Sabaki v0.51.1
https://github.com/SabakiHQ/Sabaki/releases

Added
Portable version for Windows
French language support

Fixed
Fix relative coordinates representation

Top
 Profile  
 
Offline
 Post subject: Re: Sabaki
Post #20 Posted: Tue Apr 14, 2020 1:19 pm 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
a few seconds to connect KataGo and enable analysis mode! Lizzie, after launch, thinks about 20 seconds!

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 25 posts ]  Go to page 1, 2  Next

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group