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-01 22:10:43 +01:00
2026-02-27 01:33:18 +01:00
2026-02-27 01:33:18 +01:00
2026-03-04 00:40:08 +01:00
2026-03-02 18:54:10 +01:00
2026-03-03 23:04:53 +01:00
2026-03-03 00:10:02 +01:00
2026-03-03 23:04:53 +01:00
2026-03-03 00:10:00 +01:00