1
Fork 0

fix(hpc): additional insights

This commit is contained in:
Tibo De Peuter 2026-04-04 20:26:09 +02:00
parent 4339978cc6
commit a512682edd
3 changed files with 21 additions and 10 deletions

View file

@ -30,7 +30,9 @@ DATA_RUNDIR="$VSC_DATA/runs/$RUN_ID"
mkdir -p "$PIP_CACHE_DIR" "$UV_CACHE_DIR" "$SCRATCH_RUNDIR" "$DATA_RUNDIR" runs/
module load vsc-venv
set +u
source vsc-venv --activate --modules env/hpc/modules.txt
set -u
export MUJOCO_GL=egl
export WANDB_DIR="$SCRATCH_RUNDIR"