Files
foxhunt/crates
jgrusewski 6fa3505e12 fix(v8): increase micro_reward_scale 0.001→0.01 (10x stronger bootstrap signal)
At 0.001, the dense micro-reward was 1/1000th the magnitude of the
sparse exit reward (±10). Too weak to meaningfully bootstrap Q-values.
At 0.01, it's 1/100th — strong enough to provide directional feedback
while still subordinate to the exit signal.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 01:12:24 +02:00
..