AGENTS.md
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/quantik_models/__init__.py
src/quantik_models/hub.py
src/quantik_models/model_spec.py
src/quantik_models/py.typed
src/quantik_models.egg-info/PKG-INFO
src/quantik_models.egg-info/SOURCES.txt
src/quantik_models.egg-info/dependency_links.txt
src/quantik_models.egg-info/entry_points.txt
src/quantik_models.egg-info/requires.txt
src/quantik_models.egg-info/top_level.txt
src/quantik_models/arena/__init__.py
src/quantik_models/arena/agents.py
src/quantik_models/arena/autoplay.py
src/quantik_models/arena/match.py
src/quantik_models/arena/pack.py
src/quantik_models/arena/parallel.py
src/quantik_models/arena/probe.py
src/quantik_models/arena/registry.py
src/quantik_models/data/__init__.py
src/quantik_models/data/dataset.py
src/quantik_models/data/exact_corpus.py
src/quantik_models/data/labels.py
src/quantik_models/data/materialize.py
src/quantik_models/data/merge_corpus.py
src/quantik_models/env/__init__.py
src/quantik_models/env/fastboard.py
src/quantik_models/eval/__init__.py
src/quantik_models/eval/shift.py
src/quantik_models/export/__init__.py
src/quantik_models/export/cards.py
src/quantik_models/export/checkpoint.py
src/quantik_models/export/devdata.py
src/quantik_models/export/digest.py
src/quantik_models/export/huggingface.py
src/quantik_models/model/__init__.py
src/quantik_models/model/attention_net.py
src/quantik_models/model/constraint_pool_net.py
src/quantik_models/model/mlp_net.py
src/quantik_models/model/policy_value_net.py
src/quantik_models/model/registry.py
src/quantik_models/model/spec.py
src/quantik_models/play/__init__.py
src/quantik_models/play/__main__.py
src/quantik_models/play/export.py
src/quantik_models/play/opponents.py
src/quantik_models/play/puzzles.py
src/quantik_models/play/record.py
src/quantik_models/play/registry.py
src/quantik_models/play/server.py
src/quantik_models/play/service.py
src/quantik_models/play/store.py
src/quantik_models/report/__init__.py
src/quantik_models/report/build_figures.py
src/quantik_models/report/figures.py
src/quantik_models/selfplay/__init__.py
src/quantik_models/selfplay/duel.py
src/quantik_models/selfplay/evaluator.py
src/quantik_models/selfplay/generate.py
src/quantik_models/selfplay/mcts.py
src/quantik_models/train/__init__.py
src/quantik_models/train/alphazero.py
src/quantik_models/train/convergence.py
src/quantik_models/train/freezing.py
src/quantik_models/train/metrics.py
src/quantik_models/train/preflight.py
src/quantik_models/train/provenance.py
src/quantik_models/train/supervised.py
src/quantik_models/train/trainer.py
tests/boards.py
tests/test_action_layout.py
tests/test_agent_temperature.py
tests/test_architecture_registry.py
tests/test_arena.py
tests/test_arena_pack.py
tests/test_autoplay.py
tests/test_batched_mcts.py
tests/test_checkpoint_fixture.py
tests/test_checkpoint_roundtrip.py
tests/test_constraint_groups.py
tests/test_convergence_budget.py
tests/test_dataset.py
tests/test_devdata_staging.py
tests/test_docs_crossrefs.py
tests/test_documented_snippets.py
tests/test_export_checkpoint.py
tests/test_fastboard.py
tests/test_finetune_cli.py
tests/test_freezing.py
tests/test_hub.py
tests/test_huggingface_export.py
tests/test_learning_rate_resolution.py
tests/test_materialize.py
tests/test_merge_corpus.py
tests/test_occupancy_split.py
tests/test_onnx_evaluator_agreement.py
tests/test_oracle_corpus.py
tests/test_packaging.py
tests/test_parameter_matching.py
tests/test_play_analysis.py
tests/test_play_export.py
tests/test_play_puzzles.py
tests/test_play_record.py
tests/test_play_registry.py
tests/test_play_server.py
tests/test_play_service.py
tests/test_play_store.py
tests/test_policy_value_net.py
tests/test_preflight.py
tests/test_probe.py
tests/test_report_figures.py
tests/test_selfplay.py
tests/test_shift_evaluation.py
tests/test_solve_opening.py
tests/test_split_leakage.py
tests/test_trainer.py
tests/test_training_provenance.py
tests/test_uniform_mcts_control.py
tests/fixtures/puzzle-corpus.json
tests/fixtures/checkpoints/smoke-best/manifest.json
tests/fixtures/checkpoints/smoke-best/training-report.json
tests/fixtures/checkpoints/smoke-best/weights.safetensors