Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 529 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 529 Bytes

Mimir

Mimir is a suite of scripts used for training a NNUE evaluation function for Weiawaga.

Setup

To use it, some setup is required, as the position vector generation is done via PyO3 bindings to a Rust library. Firstly you will need the Rust toolchain installed. You'll also need the packages in requirements.txt installed via pip or conda. Once you have these, navigate to fen_parser and build via

maturin develop --release