jgrusewski
aaaaef7f48
fix(ml): address code review — greedy PPO eval, gamma alignment, Sharpe fix
Fixes from code review of DQN/PPO validation pipeline:
1. PPO validation: use greedy_action() (argmax) instead of stochastic
act() — deterministic early-stopping signal, matching DQN's eps=0.
2. DQN eval gamma: align to 0.95 (was 0.99) matching train_baseline.
Gamma doesn't affect greedy inference but configs should match.
3. Sharpe annualization: use 1380 bars/day (23h futures session) not
390 (6.5h equities). Fixes ~1.8x underestimate for ES futures.
4. compute_reward: accept f64 total_cost_bps (was f32) to match
shared spread_cost_bps() from baseline_common.rs.
5. Default max_steps_per_epoch: 2000 (was 0/unlimited) for OOM safety.
6. Hyperopt PPO: add timestamp dedup to decode_ohlcv_bars for .FUT
parent symbols with overlapping contracts.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 01:02:51 +01:00
..
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-11-11 23:48:02 +01:00
2026-02-20 18:14:42 +01:00
2025-10-19 09:10:55 +02:00
2026-02-21 01:00:54 +01:00
2025-11-23 00:57:17 +01:00
2025-11-23 00:57:17 +01:00
2025-10-19 09:10:55 +02:00
2025-11-23 00:57:17 +01:00
2025-11-24 10:03:15 +01:00
2025-11-23 00:57:17 +01:00
2025-10-19 09:10:55 +02:00
2025-10-28 14:11:18 +01:00
2025-10-19 09:10:55 +02:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-10-19 09:10:55 +02:00
2025-10-03 07:34:26 +02:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2026-02-23 20:02:38 +01:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-11-11 23:48:02 +01:00
2025-10-19 09:10:55 +02:00
2026-02-24 01:02:51 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2026-02-22 20:49:22 +01:00
2025-11-23 00:57:17 +01:00
2025-11-23 00:57:17 +01:00
2026-02-21 01:00:54 +01:00
2026-02-20 18:14:42 +01:00
2026-02-20 18:14:42 +01:00
2025-11-11 23:48:02 +01:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-11-23 00:57:17 +01:00
2026-02-24 00:43:11 +01:00
2025-11-18 13:53:59 +01:00
2025-11-24 10:03:15 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-11-23 00:57:17 +01:00
2025-10-19 09:10:55 +02:00
2025-11-12 23:05:51 +01:00
2025-11-11 23:48:02 +01:00
2025-11-23 00:57:17 +01:00
2025-10-14 10:42:56 +02:00
2025-11-23 00:57:17 +01:00
2025-10-19 09:10:55 +02:00
2025-10-28 14:11:18 +01:00
2025-11-23 00:41:22 +01:00
2025-11-11 23:48:02 +01:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2026-02-21 01:00:54 +01:00
2025-11-23 00:57:17 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-11-23 00:57:17 +01:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-22 20:50:43 +02:00
2026-02-21 01:00:54 +01:00
2025-10-19 09:10:55 +02:00
2026-02-21 19:28:57 +01:00
2026-02-20 18:14:42 +01:00
2025-10-19 09:10:55 +02:00
2025-11-13 19:14:20 +01:00
2025-11-11 23:48:02 +01:00
2025-10-19 09:10:55 +02:00
2025-11-23 00:57:17 +01:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-11-23 00:57:17 +01:00
2025-10-19 09:10:55 +02:00
2025-11-11 23:48:02 +01:00
2025-11-23 00:57:17 +01:00
2025-10-19 09:10:55 +02:00
2025-11-23 00:57:17 +01:00
2026-02-21 01:00:54 +01:00
2025-10-19 09:10:55 +02:00
2025-11-11 23:48:02 +01:00
2025-10-21 08:54:26 +02:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-11-23 00:57:17 +01:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2026-02-24 01:02:51 +01:00
2026-02-20 23:52:12 +01:00
2025-11-02 21:49:07 +01:00
2026-02-20 21:32:58 +01:00
2026-02-20 23:52:12 +01:00
2025-10-19 09:10:55 +02:00
2025-11-23 00:57:17 +01:00
2025-11-23 00:57:17 +01:00
2025-11-11 23:48:02 +01:00
2025-11-02 21:49:07 +01:00
2025-11-23 00:57:17 +01:00
2026-02-20 23:52:12 +01:00
2025-11-23 00:57:17 +01:00
2025-11-23 00:57:17 +01:00
2025-11-23 00:57:17 +01:00
2025-11-23 00:57:17 +01:00
2025-11-23 00:57:17 +01:00
2025-11-23 00:57:17 +01:00
2025-10-19 09:10:55 +02:00
2025-11-04 23:54:18 +01:00
2025-11-23 14:24:50 +01:00
2025-11-23 00:57:17 +01:00
2025-11-23 00:57:17 +01:00
2025-10-19 09:10:55 +02:00
2025-11-11 23:48:02 +01:00
2025-11-23 00:57:17 +01:00
2025-11-23 00:57:17 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-11-11 23:48:02 +01:00
2026-02-21 01:00:54 +01:00
2025-10-19 09:10:55 +02:00
2025-11-23 00:57:17 +01:00
2025-11-23 00:57:17 +01:00
2025-11-23 00:57:17 +01:00
2025-10-19 09:10:55 +02:00
2025-11-23 00:57:17 +01:00
2025-11-23 00:57:17 +01:00
2025-11-11 23:48:02 +01:00
2025-11-23 00:57:17 +01:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-11-23 00:57:17 +01:00
2025-11-23 00:57:17 +01:00
2025-11-23 00:57:17 +01:00
2025-11-23 00:57:17 +01:00
2025-11-23 00:57:17 +01:00