jgrusewski
88abf8185c
feat(rl): adaptive gate threshold controller from trade frequency
...
New rl_gate_threshold_controller.cu watches dones EMA and adjusts
confidence + FRD gate thresholds via Schulman bounded step:
- dones_ema < target×0.5 → relax thresholds (×0.95)
- dones_ema > target×2.0 → tighten thresholds (÷0.95)
ISV-driven: target (0.02), conf bounds (0.001-0.50), FRD bounds
(0.05-0.50), adjust rate (0.95). Runs per step after warmup.
Also lowers default thresholds: conf 0.10→0.01, FRD 0.35→0.15.
Post-warmup, the controller adapts these based on actual trade
flow instead of relying on static defaults.
ISV slots 525-531. RL_SLOTS_END → 532.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-25 10:26:10 +02:00
..
2026-05-23 11:30:14 +02:00
2026-05-24 21:59:34 +02:00
2026-05-17 14:39:38 +02:00
2026-05-24 14:20:05 +02:00
2026-05-24 17:17:33 +02:00
2026-05-18 18:11:05 +02:00
2026-05-22 11:16:29 +02:00
2026-05-22 11:16:29 +02:00
2026-05-22 09:45:29 +02:00
2026-05-22 09:45:29 +02:00
2026-05-22 01:14:09 +02:00
2026-05-24 17:17:33 +02:00
2026-05-22 01:26:37 +02:00
2026-05-22 01:26:37 +02:00
2026-05-18 19:07:29 +02:00
2026-05-23 09:56:28 +02:00
2026-05-24 17:17:33 +02:00
2026-05-23 10:19:13 +02:00
2026-05-23 09:56:28 +02:00
2026-05-23 09:56:28 +02:00
2026-05-23 10:39:25 +02:00
2026-05-21 01:36:18 +02:00
2026-05-21 01:04:50 +02:00
2026-05-21 01:36:18 +02:00
2026-05-22 23:25:42 +02:00
2026-05-17 13:57:02 +02:00
2026-05-22 01:26:37 +02:00
2026-05-22 01:14:09 +02:00
2026-05-17 21:22:44 +02:00
2026-05-24 17:17:33 +02:00
2026-05-20 18:05:44 +02:00
2026-05-22 01:26:37 +02:00
2026-05-22 01:26:37 +02:00
2026-05-24 17:17:33 +02:00
2026-05-23 20:55:00 +02:00
2026-05-16 21:52:57 +02:00
2026-05-18 19:07:29 +02:00
2026-05-24 17:17:33 +02:00
2026-05-24 13:22:31 +02:00
2026-05-25 10:16:05 +02:00
2026-05-24 22:35:26 +02:00
2026-05-24 17:17:33 +02:00
2026-05-24 18:13:35 +02:00
2026-05-25 10:16:05 +02:00
2026-05-24 18:40:30 +02:00
2026-05-24 18:36:29 +02:00
2026-05-24 18:31:03 +02:00
2026-05-23 13:56:40 +02:00
2026-05-25 10:26:10 +02:00
2026-05-24 01:10:53 +02:00
2026-05-23 16:37:34 +02:00
2026-05-24 01:47:18 +02:00
2026-05-23 16:37:34 +02:00
2026-05-23 18:11:58 +02:00
2026-05-24 01:10:53 +02:00
2026-05-24 22:21:30 +02:00
2026-05-24 01:47:18 +02:00
2026-05-24 21:59:34 +02:00
2026-05-24 20:36:05 +02:00
2026-05-24 01:47:18 +02:00
2026-05-24 01:47:18 +02:00
2026-05-24 14:55:55 +02:00
2026-05-24 17:17:33 +02:00
2026-05-24 17:17:33 +02:00
2026-05-24 21:59:34 +02:00
2026-05-24 19:56:16 +02:00
2026-05-24 14:55:55 +02:00
2026-05-24 01:47:18 +02:00
2026-05-23 16:37:34 +02:00
2026-05-24 00:23:38 +02:00
2026-05-24 01:47:18 +02:00
2026-05-24 22:21:30 +02:00
2026-05-24 16:47:53 +02:00
2026-05-24 21:15:04 +02:00
2026-05-24 21:59:34 +02:00
2026-05-24 01:47:18 +02:00
2026-05-22 01:14:09 +02:00
2026-05-24 22:35:26 +02:00
2026-05-24 19:47:25 +02:00
2026-05-17 23:57:32 +02:00