Files
foxhunt/crates/ml-alpha/examples
jgrusewski 7f4cd86421 feat(rl): wire checkpoint save/resume into training loop
CLI flags: --resume-from <path> and --checkpoint-every <n> (default 5000).
Resume loads checkpoint and continues from saved step. Save writes
rolling checkpoints (keeps last 2, deletes older).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 20:30:50 +02:00
..