jgrusewski
042c38fed2
fix(dqn,ppo): verification swarm round 2 — gamma^n, checkpoint config, circuit breaker
- IQN + C51 Bellman bootstrap: gamma → gamma^n for n-step returns
- DQNConfig::from_safetensors_file(): reconstruct config from checkpoint
metadata instead of hardcoding dims/Rainbow flags in enhanced_ml.rs
- PPO update_value_only(): add circuit breaker guard (consistency with update())
- PPO eval: tensor-core alignment on hidden dims (must match PpoTrainer)
- enhanced_ml.rs: checkpoint-driven config loading with fallback
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 00:40:08 +01:00
..
2026-03-03 16:20:11 +01:00
2026-03-01 23:03:13 +01:00
2026-03-02 15:13:40 +01:00
2026-03-03 14:14:51 +01:00
2026-03-03 14:14:51 +01:00
2026-03-03 16:01:04 +01:00
2026-03-01 23:03:13 +01:00
2026-03-04 00:40:08 +01:00