-
I have many position in my repertoire where I have more than one candidate move for my side to play. I most of the time only study one of these candidate moves, but I want to keep the other candidate …
-
Pose your (and uprank 5 others') questions here for [Ashton Anderson](https://www.cs.toronto.edu/~ashton/) about his 2024 ICLR paper ["Designing Skill-Compatible AI: Methodologies and Frameworks in Ch…
-
https://github.com/Akababa/Chess-Zero/blob/90a5aad05656131506239388557b9f60d16235a3/src/chess_zero/worker/self_play.py#L33-L41
I see you create max_processes pipe list of search_threads pipes and m…
-
I tried to implement a SchuffleNet for evaluating chess configurations in
Shape (8,8,24) and 8 additional values that get added in the last 2 dens layers (that part works in a simpler network) …
-
See: https://database.lichess.org/#standard_games
Maybe use every nth game from the year 2013 before lichess grew in size, so the dataset covers a more or less equal amount of games per month while…
-
@yuandong-tian @jma127 can you please tell us if you are thinking about adapting ELF to a chess version (ELF OpenChess?).
As you probably know there is already an adaptation of LeelaZero for chess …
-
Hello, and thank you for your precious efforts for open source chess spaced repetition training!
I wanted to ask if there are any plans to add functionality to import non-opening pgns as well. For …
-
Hi,
keep up the good work, love to train with "find best move" and "sequential opening lines".
Here's one issue which I've stumbled across.
**Opening Lines DB (reproducible on R2.05):**
When t…
-
I mentioned this with regard to AlphaZero at talkchess as well. Time management is not some separate thing. It is, and has been a part of the rules of chess for more than 100 years. The point of a …
-
Hi,
I've ran into a crash when running the EVAL phase, initially I have imported the games using the PGN / SL after which i ran the training(OPT) for 1 day, which generated many models under new_ge…