Files
foxhunt/crates
jgrusewski 1627ca57a1 fix(dqn): init weights as F32, not BF16 — fixes ensure_f32 Var::set crash
VarBuilder and NoisyLinear were creating BF16 weights, then ensure_f32
tried Var::set() which rejects dtype changes. Fix: create F32 from the
start. BF16 mirrors are managed separately by GpuDqnTrainer.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 15:34:19 +01:00
..