fix(argo): add alpha-rl to argo-train.sh model validation
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -85,7 +85,7 @@ EOF
|
||||
MODEL="$1"; shift
|
||||
|
||||
case "$MODEL" in
|
||||
dqn|ppo|tft|mamba2|tggn|tlob|liquid|kan|xlstm|diffusion) ;;
|
||||
alpha-rl|dqn|ppo|tft|mamba2|tggn|tlob|liquid|kan|xlstm|diffusion) ;;
|
||||
*) echo "Error: unknown model '$MODEL'"; usage ;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user