-
Notifications
You must be signed in to change notification settings - Fork 529
Home
Andy Olsen edited this page Jun 8, 2018
·
29 revisions
Welcome to the Leela Chess Zero wiki!
- Links
- Getting-Started - Download and run Leela Chess Zero if you want to contribute or play games.
- 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
- Running Leela Chess Zero clients on Google Cloud (10 minute guide)
- Running Leela Chess Zero client on a Tesla K80 GPU for free (Google Colaboratory)
- Running Leela Chess Zero on Intel CPUs (Haswell or later)
- Script for testing new networks against old ones
- Running Leela Chess Zero as a Lichess Bot
- FAQ
- 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