Files
foxhunt/crates
jgrusewski 7e97bb776d feat: adaptive DSR reward shaping from training Sharpe EMA
w_dsr_adaptive = w_dsr_base * clamp(1 - sharpe_ema, 0.5, 3.0)
Negative training Sharpe increases DSR (forces risk reduction).
Positive training Sharpe decreases DSR (enables exploitation).
Adaptive EMA alpha tracks magnitude changes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 19:36:33 +02:00
..