Files
foxhunt/crates
jgrusewski 23157e9faa fix(dqn): normalize VaR/CVaR to percentage returns using initial capital
pnl_history stores raw dollar rewards but VaR calculation treated them
as percentage returns, producing nonsensical -500% VaR values. Now
divides by initial_capital before calculating percentiles.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 10:06:17 +01:00
..