-
Just for easiness of usage when setting up the engine in any UCI GUI, it would be cool if when there's no -w flag, the engine would search for a specific filename like "network" (without extension) in…
-
@jjoshua2 Are these the expected behavior with 6-man TB? Here's the games with at most 100 moves that reached 6 pieces. I ran the position just before the 26th capture with 10,000 visits using 10520 t…
-
Has anyone been able to get this working on Windows? I spent all day trying to compile it in MSYS2 but to no avail.
-
Perhaps somewhat pedantic, but if the goal here is minimal chess-specific info, then shouldn't the term "zero" be in the name. Leela by itself is quite go-centric, whereas leela-zero is the minimalis…
-
If you go to http://162.217.248.187/networks and download network b91f353d and uncompress it, you'll get a file called "online-64x6-30000.txt", shouldn't this be gen5-64x6.txt, like the previous ones,…
-
./lczero_0_4 --threads=1 --visits=10 --weights=id106 --seed=1
Using 1 thread(s).
RNG seed from cli: 1
Generated 1924 moves
Detecting residual layers...v1...64 channels...6 blocks.
BLAS Core: Neha…
-
Could we implement at least some super basic time control? For example, if you set a game to be 40/40, then it could calculate that it needs 1 minute per move, and then move exactly at 55 or 57 second…
-
Notice how close the comments are to the paper:
https://github.com/xiaoyaohu0325/chess_deeplearning
-
https://github.com/gcp/leela-zero/commit/081bd715bdc2a8ab035f992253e8efd3597338ec
-
Is there a way to use multiple GPUs in one system?
Should I start a second instance of the client, or will that lead to race conditions with some temp files?