summaryrefslogtreecommitdiff
path: root/src/config.py
AgeCommit message (Collapse)Author
46 hoursimplement Addendum 8: 6-arm token-space recurrence suite (arms A, B, C, D1, ↵CaptainJack2491
D2, D3), tests, and jobs/e8.csv
11 daysperf(train): VRAM-resident tensor caching, zero-copy GPU batch sampling, and ↵CaptainJack2491
adaptive eval schedule
2026-08-17perf(cuda): add AMP fp16 autocast with GradScaler and torch.compile ↵CaptainJack2491
reduce-overhead mode
2026-08-17feat(gpu): add CUDA support, chunked eval, bisect prime search, and scaling ↵CaptainJack2491
to 100k (48 tests green)
2026-08-16phase3: task_mode (is_prime), train_frac, lr_decay flags + tests (41 green); ↵Void Agent
Addendum 5 locked; 11-job batch
2026-08-14fix codex BLOCKERs: global fixed layout invariance, min_steps off-by-one, ↵Void Agent
integers EOS alias, rerun guard, eval prereg-literal codes + dual-checkpoint honesty; +7 regression tests
2026-08-14rnn: fully-tied cell (read-in+compute+decode), lambda ramp, ACT regression ↵Void Agent
test; design: prior art + review
2026-08-14implement Experiment 1: data pipeline, tied-RNN w/ ACT halting, transformer ↵Void Agent
baseline, train/eval/plot, 16 tests