jgrusewski
5935907cd7
feat(ppo): gradient accumulation, clip-higher, and WorkingPPO→PPO rename
...
- Add accumulation_steps config to PPOConfig with gradient accumulation
in update_mlp() using existing accumulate_grads/scale_grads utilities
- Add clip_epsilon_high: Option<f32> for asymmetric PPO clipping to
prevent entropy collapse during long training
- Rename WorkingPPO → PPO for consistency with DQN naming convention
- Add pub type WorkingPPO = PPO for backward compatibility
- Fix PPOConfig struct literals in trading_service and hyperopt adapter
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-21 01:00:54 +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
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
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-11-23 00:57:17 +01:00
2025-11-08 18:28:56 +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
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
2025-11-04 23:54:18 +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-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