Files
foxhunt/crates
jgrusewski b1b5682e2b fix: Expected SARSA tau floor scales with Q magnitude — was fixed 0.01
Floor = max(|mean_Q| * 0.01, 1e-6). At Q-mean=0.005: floor=5e-5.
At Q-mean=1.0: floor=0.01. Fully adaptive, zero hardcoded constants.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 18:10:10 +02:00
..