From bcae15089c45ad08951f49c757520e767cee4e9c Mon Sep 17 00:00:00 2001 From: autocommit Date: Sun, 17 May 2026 08:27:50 -0700 Subject: [PATCH] =?UTF-8?q?chore(scripts):=20=F0=9F=94=A7=20Update=20train?= =?UTF-8?q?ing=20script=20config=20for=20LAN=20hostname=20and=20VPN=20Prox?= =?UTF-8?q?yJump=20failure=20handling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- scripts/rl-train.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/rl-train.sh b/scripts/rl-train.sh index 9a6dd851..20532859 100755 --- a/scripts/rl-train.sh +++ b/scripts/rl-train.sh @@ -11,7 +11,7 @@ # sync scp local rl_self_play/ to the apricot worktree # # Env vars (with defaults): -# RL_HOST=apricot SSH alias for the training box +# RL_HOST=apricot.lan SSH alias for the training box (LAN; VPN ProxyJump can fail) # RL_WORKTREE=/var/home/lilith/.cache/mc-rl-train-1779015795 # RL_RUN_NAME=duel-v1b-cuda1 # RL_DEVICE=cuda:1 @@ -24,7 +24,7 @@ set -euo pipefail -: "${RL_HOST:=apricot}" +: "${RL_HOST:=apricot.lan}" : "${RL_WORKTREE:=/var/home/lilith/.cache/mc-rl-train-1779015795}" : "${RL_RUN_NAME:=duel-v1b-cuda1}" : "${RL_DEVICE:=cuda:1}"