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:
parent
e5a2a37d0e
commit
bcae15089c
1 changed files with 2 additions and 2 deletions
|
|
@ -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}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue