Skip to content
MaurizioDeLeo edited this page Oct 8, 2018 · 29 revisions

Welcome to the Leela Chess Zero wiki!

Lc0 is a UCI-compliant chess engine designed to play chess via neural network

Play Chess with LC0

Contribute

To contribute to the project through FREE google credits

Check LC0 strength and progress

  • 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.

For developers

  • Debug and test procedures
  • lczero_tools 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).
Clone this wiki locally