Files
foxhunt/infra
jgrusewski 3d37a3527f fix(ci): update Argo DQN training workflow for f32 pipeline
- train-dqn: hyperopt-trials 30→50, hyperopt-epochs 8→20,
  train-epochs 80→200 (matches dqn-production.toml, 24D search space)
- training-workflow: fixed --max-steps-per-epoch bug (was passing
  train-epochs as max-steps, limiting training to 80 steps/epoch
  instead of 80 epochs). Changed to --epochs.
- Added FOXHUNT_TRAINING_PROFILE env var pointing to
  dqn-production.toml so the training binary uses the correct config
  (adam_epsilon=1e-8, cosine LR, drawdown penalty, etc.)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 20:56:53 +02:00
..