chore(scripts): 🔧 Update training script config for LAN hostname and VPN ProxyJump failure handling

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-05-17 08:27:50 -07:00
parent e5a2a37d0e
commit bcae15089c

View file

@ -11,7 +11,7 @@
# sync scp local rl_self_play/ to the apricot worktree # sync scp local rl_self_play/ to the apricot worktree
# #
# Env vars (with defaults): # 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_WORKTREE=/var/home/lilith/.cache/mc-rl-train-1779015795
# RL_RUN_NAME=duel-v1b-cuda1 # RL_RUN_NAME=duel-v1b-cuda1
# RL_DEVICE=cuda:1 # RL_DEVICE=cuda:1
@ -24,7 +24,7 @@
set -euo pipefail set -euo pipefail
: "${RL_HOST:=apricot}" : "${RL_HOST:=apricot.lan}"
: "${RL_WORKTREE:=/var/home/lilith/.cache/mc-rl-train-1779015795}" : "${RL_WORKTREE:=/var/home/lilith/.cache/mc-rl-train-1779015795}"
: "${RL_RUN_NAME:=duel-v1b-cuda1}" : "${RL_RUN_NAME:=duel-v1b-cuda1}"
: "${RL_DEVICE:=cuda:1}" : "${RL_DEVICE:=cuda:1}"