Skip to content

v0.2.0

Choose a tag to compare

@Avo-k Avo-k released this 17 Feb 10:56
· 502 commits to master since this release

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 release
  • python -m colver.web starts 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/