How do I play against Leela Zero on Sabaki? I can't figure it out from the GitHub.
Re: How do I play against Leela Zero on Sabaki?
Posted: Fri Mar 16, 2018 8:27 am
by Javaness2
Take a release of LeelaZero https://github.com/gcp/leela-zero/releases(or do you need to actually compile your own version without any AutoGTP!?) Now you need to tell Sabaki where Leela is (Engines -> Manage) Now you need to make a new game in Sabaki, then select Engines, Attach
probably you are stuck on one of these steps, but I don't know which it is :p
Enter at the GTP console (only there, not possible at command line):
time_settings 0 10 1
0 = main time 10 = time period 1 = stones per period
Re: How do I play against Leela Zero on Sabaki?
Posted: Sun Mar 18, 2018 10:32 am
by Pippen
I don't have windows 7 so I can't have Sabaki. Any other clients where u can play with Leela Zero?
Re: How do I play against Leela Zero on Sabaki?
Posted: Sun Mar 18, 2018 1:04 pm
by sorin
Gomoto wrote:Enter at the GTP console (only there, not possible at command line):
time_settings 0 10 1
0 = main time 10 = time period 1 = stones per period
Attaching a screenshot for more details - the time_settings go into the "Initial commands (; separated)" line for an engine's settings in Sabaki.
Re: How do I play against Leela Zero on Sabaki?
Posted: Sun Mar 18, 2018 1:38 pm
by Gomoto
a thanks a lot, did not understand the initial commands until now. (I thought it is just a description for the command line options.)
Re: How do I play against Leela Zero on Sabaki?
Posted: Sun Mar 18, 2018 1:49 pm
by sorin
Gomoto wrote:a thanks a lot, did not understand the initial commands until now. (I thought it is just a description for the command line options.)
I thought at first that that is what you meant. Now I realize that you are referring to a different way, at run time, where one can enter a command like you mentioned, "time_settings 0 10 1" for instance (followed by <Enter> key), in the lower part of the Sabaki window. That is even better, since one can change it easily before any computer move, if needed. Attaching a screenshot to illustrate your way:
Re: How do I play against Leela Zero on Sabaki?
Posted: Mon Mar 19, 2018 6:35 am
by Sneegurd
So you manually enter GTP commands. Why do GUIs not offer time settings for Leela? At least in Drago all time settings are greyed out when you start a game. As I understand GTP, the GUI asks for what is supported and Leela should tell "I support time settings", which maybe it does not?
EDIT: The output on the Drago GTP console looks a bit mixed up- the result of list_command is somewhere in between, maybe Drago then cannot understand things.
I am trying to attach leelazero - leelaz.exe to Sabaki
C:\Users\Owen\Desktop\GO\LeelaZero\leelaz.exe
--gtp -threads 4 --noponder -w C:\Users\Owen\Desktop\GO\LeelaZero\weights.txt (I have tried it without the direct address. i.e. weights.txt)
time_settings 0 31 1;
After I start New, I choose Leela Zero as the engine for black and click OK and all that happens is the hourglass comes up and it does nothing, i.e. it never moves.