Leela Chess Zero (lc0) Lens (lczerolens
): a set of utilities to make the analysis of Leela Chess Zero networks easy.
pip install lczerolens
- Walkthrough:
- Piece Value Estimation Using LRP:
- Evidence of Learned Look-Ahead:
- Train SAEs: [](https://colab.research.google.com/github/Xmaster6y/lczerolens/blob/main/docs/source/noteboo ks/tutorials/train_saes.ipynb)
🔴 Not up to date.
Additionally, you can run the gradio demo locally (also deployed on HF). First you'll need gradio, which is packaged in the demo
extra:
pip install lczerolens[demo]
And then launch the demo (running on port 8000
):
make demo
🔴 Not up to date.
See the full documentation.
See the guidelines in CONTRIBUTING.md.