jgrusewski
d6e8131d66
refactor(dqn-v2): Task 4 gap-fix — missed sites + Rust mirror
Follow-up to Plan 1 Task 4 sub-commits 4A-4F. Addresses 3 issues
surfaced by code review:
1. experience_kernels.cu:1148-1152 — 4 raw literals missed by Task 4A/4E
sed sweep (the block uses portfolio_states[ps_base_plan + N] syntax
rather than ps[N], so sed targeting \bps\[ didn't match).
Fixes: ps_base_plan + 23 -> PS_PLAN_TARGET_BARS, + 0 -> PS_POSITION,
dir_idx = 2 -> DIR_LONG, dir_idx = 0 -> DIR_SHORT.
2. experience_kernels.cu:1194 — flat_idx = 3 replaced with DIR_FLAT.
3. crates/ml-core/src/state_layout.rs — Rust mirror added for every
Task 4 constant (PS_*, PLAN_ISV_*, PLAN_PARAM_*, BRANCH_*, DIR_*,
MAG_*) matching cuh byte-for-byte. Closes the half-applied Invariant
8 gap for the Rust side.
No behavioural change. Pure refactor.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-24 11:37:00 +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 11:37:00 +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