jgrusewski
4a48e99a48
feat(dqn-v2): C.6 Task 17 — grad_balancer CPU monitor
Adds CPU-side read-only GradBalancerMonitor for the existing
`grad_balance_isv_update` GPU kernel. Monitor reads ISV slots 31-35
(GRAD_NORM_TARGET_{DIR,MAG,ORD,URG}_INDEX + GRAD_SCALE_LIMIT_INDEX);
returns mean-of-4-targets as the representative scalar; exposes all 5
slots + mean + fire-rate via diagnose().
Creates the `trainers/dqn/monitors/` module directory. Subsequent tasks
add kernels + monitors for atoms, gamma, kelly_cap, tau, epsilon.
Tests: 3 unit tests pass (read returns mean, diagnose exposes 7 fields,
observe tracks fire-rate with 1e-6 epsilon).
No behavioural change — kernel unchanged, monitor is pure observer.
Plan 1 Task 17. Spec §4.C.6 (2026-04-24 revision).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-24 17:23:42 +02:00
..
2026-04-23 08:35:27 +02:00
2026-04-23 08:37:44 +02:00
2026-03-12 19:10:18 +01:00
2026-03-14 11:35:15 +01:00
2026-04-23 08:38:44 +02:00
2026-03-13 10:18:35 +01:00
2026-03-01 22:47:39 +01:00
2026-04-24 17:23:42 +02:00
2026-03-13 10:18:35 +01:00
2026-03-13 10:18:35 +01:00
2026-04-23 08:35:27 +02:00
2026-04-24 11:37:00 +02:00
2026-03-01 22:47:39 +01:00
2026-03-13 10:18:35 +01:00
2026-04-23 10:19:56 +02:00
2026-03-29 22:35:37 +02:00
2026-04-23 10:35:48 +02:00
2026-04-23 08:35:27 +02:00
2026-04-23 08:35:27 +02:00
2026-03-19 00:39:03 +01:00
2026-03-13 10:18:35 +01:00
2026-03-13 10:18:35 +01:00
2026-04-18 10:19:12 +02:00
2026-03-16 21:01:28 +01:00
2026-03-13 10:18:35 +01:00
2026-03-13 10:18:35 +01:00
2026-03-13 10:18:35 +01:00
2026-03-10 13:18:57 +01:00
2026-04-23 10:09:15 +02:00
2026-03-13 10:18:35 +01:00
2026-03-13 10:18:35 +01:00
2026-03-13 10:18:35 +01:00
2026-04-23 08:44:05 +02:00
2026-03-14 11:35:15 +01:00
2026-03-01 22:47:39 +01:00
2026-04-23 08:44:05 +02:00
2026-03-01 22:47:39 +01:00
2026-03-03 22:16:35 +01:00