Page 2 of 2

Re: How do I play against Leela Zero on Sabaki?

Posted: Sun Oct 21, 2018 7:06 am
by Pippen
Will there be a downloadable version of LZ once it's enough trained, just like Leela 11?

Re: How do I play against Leela Zero on Sabaki?

Posted: Sun Oct 21, 2018 7:31 pm
by hyperpape
Supposedly the most recent version of Lizzie will auto-download a network, but I'm afraid it didn't work for me.

Re: How do I play against Leela Zero on Sabaki?

Posted: Mon Oct 22, 2018 7:51 pm
by bohemian65
Waylon wrote:
bohemian65 wrote: What am I doing wrong here?
Try using two minus signs like this:
--threads
I have tried it with -gtp and -g and as for the threads I have tried that and have taken it out completely and nothing seems to make any difference. It will just never move.

Thanks

Re: How do I play against Leela Zero on Sabaki?

Posted: Tue Oct 23, 2018 12:04 am
by Waylon
From the engines menu you can select the command "Toggle GTP Console". Maybe you can see there a useful hint what's going wrong. E.g. you would see if the program couldn't open the file with the weights.

Re: How do I play against Leela Zero on Sabaki?

Posted: Tue Oct 23, 2018 3:37 am
by bohemian65
Waylon wrote:From the engines menu you can select the command "Toggle GTP Console". Maybe you can see there a useful hint what's going wrong. E.g. you would see if the program couldn't open the file with the weights.
Here is an image capture of it, it loads the info on the left but after black moves Leela never moves.

Re: How do I play against Leela Zero on Sabaki?

Posted: Tue Oct 23, 2018 3:49 am
by tchan001
Maybe try putting your weight file path in quotes.
-w "C:\Users\Owen\Desktop\GO\LeelaZero\weights.txt"

Re: How do I play against Leela Zero on Sabaki?

Posted: Tue Oct 23, 2018 4:12 am
by Vargo
Have you tried the most basic ?
lz.jpg
lz.jpg (6.03 KiB) Viewed 5491 times
with nothing else (19x19, no handicap, no initial commands, etc)

Re: How do I play against Leela Zero on Sabaki?

Posted: Tue Oct 23, 2018 2:01 pm
by bohemian65
Vargo wrote:Have you tried the most basic ?
The attachment lz.jpg is no longer available
with nothing else (19x19, no handicap, no initial commands, etc)
Trying your method it still does not ever move and produces (see image).

Re: How do I play against Leela Zero on Sabaki?

Posted: Tue Oct 23, 2018 2:02 pm
by bohemian65
tchan001 wrote:Maybe try putting your weight file path in quotes.
-w "C:\Users\Owen\Desktop\GO\LeelaZero\weights.txt"
Does nothing.

Re: How do I play against Leela Zero on Sabaki?

Posted: Wed Oct 24, 2018 5:10 am
by Sneegurd
Mine works. Latest weights file is the unpacked .gz and renamed to "bestnet". bestnet in the same folder as leelaz.exe.

--gtp --threads 6 --noponder -w bestnet
time_settings 0 6 1

Re: How do I play against Leela Zero on Sabaki?

Posted: Wed Oct 24, 2018 6:47 am
by Vargo
The folders you use must be named WITHOUT spaces

e.g. a folder named "leela-zero-0.15-win64" is OK
but one named "leela-zero-0.15 win64" is not

(all the folders in the paths to leelaz.exe and to your weights must be without spaces)

Re: How do I play against Leela Zero on Sabaki?

Posted: Wed Oct 24, 2018 6:55 pm
by bohemian65
Sneegurd wrote:Mine works. Latest weights file is the unpacked .gz and renamed to "bestnet". bestnet in the same folder as leelaz.exe.

--gtp --threads 6 --noponder -w bestnet
time_settings 0 6 1
I did exactly as you recommend and it could not find bestnet. I then added the .txt to the end toit - bestnet.txt it then located it because it did not give any warning that it could not find it and went through the rest of its business with the last thing saying it is "Thinking at most 5.0 seconds". However, it just still hangs and never makes a move. I even ran a batch file to optimize the gflops that is stored in the leelaz_opencl_tuning file before any of this.

So I am wondering if it is a problem with Sabaki itself, because clearly it is finding and accessing the engine leelaz.exe and it is finding the weights file, and modifies the the threads used and acknowledges the time settings, but it never actually makes a move.

As another poster commented about spaces, I have no spaces in the folder names.

Re: How do I play against Leela Zero on Sabaki?

Posted: Wed Oct 24, 2018 9:56 pm
by And
when using cpuonly works?