v0.2.0
Colver v0.2.0
First PyPI-ready release.
Package changes
- Proper Python package structure (
pip install colver,pip install colver[web]) - Removed training infra (VecEnv, PrioritizedReplayBuffer) from public API
colver.download_model()fetches weights from this releasepython -m colver.webstarts the web UI- Type stubs (
_colver.pyi) for IDE support - WTFPL license
Model weights
- dmc_final.bin — DMC Q-network (33M training steps, dueling DQN)
- Architecture: 415→1024→1024→1024→32 MLP with LayerNorm (~2.6M params)
- Pure Rust inference (~1ms/decision, no PyTorch needed)
- Bidding: ImprovedV2 heuristic
Usage
import colver
colver.download_model() # fetches dmc_final.bin to ~/.cache/colver/models/