Page 1 of 2

SmartGo new version & KataGo & Leela Zero

Posted: Sun Oct 13, 2019 7:33 am
by And
SmartGo for Windows Version 3.1.7 (2019-10-10) https://www.smartgo.com/windows.html
Update to newest GoGoD collection of 105,323 games.

Leela Zero works with SmartGo
command line options:
leelaz --gtp --threads 4 --noponder -w Networkfile.txt

but KataGo does not work. can be configured KataGo?

Re: SmartGo new version & KataGo & Leela Zero

Posted: Sun Feb 16, 2020 5:12 pm
by Jujube
I can't get KataGo working, and I can't get Leela working either. Any tips? Can you screenshot the add GTP part of SmartGo? Where is your network placed, in the networks folder? Did you run autogtp.exe beforehand? Did you unpack the .gz file?

Re: SmartGo new version & KataGo & Leela Zero

Posted: Mon Feb 17, 2020 7:13 am
by And
I unpack, gz does not work

Re: SmartGo new version & KataGo & Leela Zero

Posted: Mon Feb 17, 2020 10:22 am
by And
KataGo 1.3 works

Re: SmartGo new version & KataGo & Leela Zero

Posted: Mon Feb 17, 2020 10:41 am
by And
for some reason I can’t connect both engines at once (KataGo & Leela Zero). after connecting the second, the first stops working. but for example KataGo and GnuGo work together

Re: SmartGo new version & KataGo & Leela Zero

Posted: Mon Feb 17, 2020 3:25 pm
by Jujube
Not working for me! :tmbdown:
Capture.PNG
Capture.PNG (29.27 KiB) Viewed 16852 times
What version of Leela Zero are you using?

I have put Networkfile.txt in networks folder and in the root leelaz folder but it gives me the same response.

Re: SmartGo new version & KataGo & Leela Zero

Posted: Mon Feb 17, 2020 3:28 pm
by Jujube
Same for Katago. :cry:

Re: SmartGo new version & KataGo & Leela Zero

Posted: Mon Feb 17, 2020 4:04 pm
by And
Jujube wrote: What version of Leela Zero are you using?
leela-zero-0.17-win64
Does it work from the command line?

Re: SmartGo new version & KataGo & Leela Zero

Posted: Mon Feb 17, 2020 4:25 pm
by Jujube
It does yes. I'm on 0.17 too.
Capture.PNG
Capture.PNG (57.13 KiB) Viewed 16824 times
I wonder if SmartGo caches anything that's preventing recognising Leela as a valid program from my previous failed attempts?

Oh and, thanks for helping out :)

Re: SmartGo new version & KataGo & Leela Zero

Posted: Mon Feb 17, 2020 4:30 pm
by And
I think there is some kind of glitch in SmartGo. try options - reset all settings

Re: SmartGo new version & KataGo & Leela Zero

Posted: Mon Feb 17, 2020 4:36 pm
by And
I doubt that this will help, but for certain reasons I do not install any go-programs on the disk c:

Re: SmartGo new version & KataGo & Leela Zero

Posted: Mon Feb 17, 2020 4:41 pm
by Jujube
And wrote:I think there is some kind of glitch in SmartGo. try options - reset all settings
Hurrah! That worked. :bow:

Katago isn't working yet but... Leela is. So, that's good enough.

Well, I'll leave now to see what SmartGo can actually do with Leela so, I might still be disappointed :lol: I guess it's not going to be as impressive as Lizzie, with score estimates on the intersections and the 'analyse in the background' mode while I explore variations hmm?

Thanks for your help! You are a shining example of lifein19x19 problem-solving.

Re: SmartGo new version & KataGo & Leela Zero

Posted: Mon Feb 17, 2020 4:48 pm
by lightvector
Have you tried running KataGo on its own yet? Just in the command line directly, using the "benchmark" command, like:

"katago.exe benchmark -model YOUR_MODEL_FILE.txt.gz -config YOUR_GTP_CONFIG_FILE.cfg" (run tuning and benchmark)
"katago.exe gtp -model YOUR_MODEL_FILE.txt.gz -config YOUR_GTP_CONFIG_FILE.cfg" (run gtp)

What output does it produce? Running directly is always the first thing you should do when it seems things haven't worked - easier to see error messages when there's nothing between you in the bot hiding the possible errors.

Re: SmartGo new version & KataGo & Leela Zero

Posted: Mon Feb 17, 2020 4:56 pm
by Jujube
Yep, katago works fine in cmd and in Lizzie too. I'd prefer to use katago but there's another post on lifein19x19 from someone (Bonobo? I forget) that also can get SmartGo for Windows working with Lizzie but not with Katago. So I don't think it's anything your end.

Re: SmartGo new version & KataGo & Leela Zero

Posted: Mon Feb 17, 2020 6:45 pm
by lightvector
Weird.

Edit: Hmmm, in the above screenshots, is it really supposed to be the case that "command line options" also includes the executable name too?

I thought command line options normally means the options that you are passing TO the executable. So, like:

"katago.exe gtp -config FOO -model BAR" would have the executable be "katago.exe" and the command line options be "gtp -config FOO -model BAR".