Files
foxhunt/ml/examples
jgrusewski 1ad57f1bd5 feat(ml): add inference demo to train_dqn_production example
After training completes, the example now loads the best checkpoint
into a fresh DQN and runs inference on 5 synthetic state vectors,
printing action, max Q-value, and Q-spread for each sample. Errors
are handled gracefully with match on Result so the example never
panics on inference failure.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 21:32:58 +01:00
..