-
Notifications
You must be signed in to change notification settings - Fork 531
Home
MaurizioDeLeo edited this page Oct 4, 2018
·
29 revisions
Welcome to the Leela Chess Zero wiki!
- FAQ
- Links
- Getting-Started - Download and run Leela Chess Zero if you want to contribute or play games.
- Run LC0 Client on Google Cloud - To contribute to the project through free google credits
- See recent test match games - Click on the first row, first column, then pick a game. These games are played between recent versions of the engine to measure progress. They are blitz games played with 800 playouts (around 1 second) per move.
- See recent self-play training games - Scroll to "Active Users", pick someone, then pick a game. These games are how Leela Chess Zero trains herself. They are played with extra randomness turned on so it can discover new good (and bad) moves. This means the quality of these games is lower than the match games.
- Running Leela Chess Zero in a Chess GUI
- Run Leela Chess Zero client on a Tesla K80 GPU for free (Google Colaboratory)
- Running Leela Chess Zero on Intel CPUs (Haswell or later)
- Running Leela Chess Zero on NVIDIA GPUs in a container under nvidia-docker
- Script-for-testing-new-nets-versus-old-nets-on-Google-Colab
- Running Leela Chess Zero as a Lichess Bot
- Contributed tools by the lczero community
- lczero_tools This allows you to run the network in Python on specific board positions via python-chess, and get policy/value outputs. (Works with pytorch, and is also able to run the network using the tfprocess training module included in Leela).
- For developers