fix(infra): remove --initial-capital from train-best step

train_baseline_rl doesn't accept --initial-capital (only hyperopt and
evaluate binaries do). Removing it fixes the exit code 2 in DQN
hyperopt v3 train-best step.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-15 13:50:46 +01:00
parent 686f180d7b
commit e807558cd8

View File

@@ -478,8 +478,7 @@ spec:
--trades-data-dir {{workflow.parameters.trades-data-dir}} \
--output-dir /workspace/output \
--max-steps-per-epoch {{workflow.parameters.train-epochs}} \
$HYPEROPT_FLAG \
--initial-capital {{workflow.parameters.initial-capital}}
$HYPEROPT_FLAG
echo "=== Training complete ==="
resources: