NuCon/nucon
Dominik Roth ce2019e060 refactor: remove model_type from NuconModelLearner.__init__
Model type is irrelevant during data collection. Models are now created
lazily on first use: train_model() creates a ReactorDynamicsModel,
fit_knn(k) creates a ReactorKNNModel. load_model() detects type by
file extension as before. drop_well_fitted() now checks model exists.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 17:50:31 +01:00
..
drake_assets Impl drake 2024-10-03 23:25:53 +02:00
__init__.py Dev and simulator fixes 2026-03-12 16:27:48 +01:00
core.py Add valve API, cheat_mode, and write-only param fixes 2026-03-12 17:16:08 +01:00
drake.py Fix typo in meme 2024-10-03 23:28:29 +02:00
model.py refactor: remove model_type from NuconModelLearner.__init__ 2026-03-12 17:50:31 +01:00
rl.py Fix rl/sim blockers and add NuconGoalEnv for HER training 2026-03-12 17:37:16 +01:00
sim.py Fix rl/sim blockers and add NuconGoalEnv for HER training 2026-03-12 17:37:16 +01:00