NuCon/nucon
Dominik Roth 55d6e8708e fix: kNN zero-variance dims get inf std; hot-start SAC from saved model
- nucon/model.py: constant input dimensions (zero variance in training
  data) now get std=inf so they contribute 0 to normalised kNN distance
  instead of causing catastrophic OOD from tiny float epsilon
- scripts/train_sac.py: add --load, --steps, --out CLI args; --load
  hot-starts actor/critic weights from a previous run (learning_starts=0)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 12:44:26 +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 fix: kNN zero-variance dims get inf std; hot-start SAC from saved model 2026-03-13 12:44:26 +01:00
rl.py feat: SAC+HER training on kNN-GP sim with direct bypass and scripts/ 2026-03-12 20:43:37 +01:00
sim.py feat: SAC+HER training on kNN-GP sim with direct bypass and scripts/ 2026-03-12 20:43:37 +01:00