From 2a97578163f17e0eed94a7c40bb8607af7b60d4f Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Mon, 25 May 2026 09:26:19 +0200 Subject: [PATCH] fix(argo): add alpha-rl to argo-train.sh model validation Co-Authored-By: Claude Opus 4.7 --- scripts/argo-train.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/argo-train.sh b/scripts/argo-train.sh index 0f2208001..29372c911 100755 --- a/scripts/argo-train.sh +++ b/scripts/argo-train.sh @@ -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