-
Please make it so that it can use other chess engines
H3X0M updated
8 months ago
-
When people run lc0.exe from `C:\`, it fails to start because it tires to open hiberfill.sys, see https://groups.google.com/d/topic/lczero/I_T-2dVlYbo/discussion.
![image](https://user-images.githu…
-
| | |
| --- | --- |
| Bugzilla Link | [37482](https://llvm.org/bz37482) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @pskocik |
## Extended Description
Clan…
-
(a) works fine on Ubuntu and Windows
(b) lc0 command-line options work just fine on Mac despite this test fail. All other tests pass.
(c) if we don't really use gtest anyway (how long has this been …
-
With https://github.com/LeelaChessZero/lc0/pull/1261 I am able to load a model and make predictions by following the example session.
However, I'm interested in the activations of intermediate l…
-
Performing analysis from certain positions causes LC0 (e.g. version 0.25) to hang infinitely when Syzygy tablebases are in use.
Example:
- position fen 8/8/8/8/8/1k5p/2R2p1p/6K1 w - - 0 1
- go n…
-
As of now, Lc0's search is still using AlphaZero's original PUCT, with a few modifications in WDL+draw score, some certainty propagation, and the general batching strategy. This certainly works decent…
-
After the multi-asic support is added in qos-sai, we can't run the test with a single DUT, unless it is the first DUT itself. I have the following setup in testbed.csv:
sfd-vt2,sfd-vt2,t2,docker-pt…
-
To train faster I would propose a pseudo winning condition Instead of checkmate.
An old idea of Lasker was that the game was lost with a five pawns difference.
Of course a similar idea should have…
-
In project https://github.com/LeelaChessZero/lc0 the following code in src/utils/optionsparser_test.cc
```
EXPECT_THROW(options.SetUciOption("int-test-a", "0"), Exception);
```
works entirely as e…