1
Fork 0

feat(hpc): pass scratch directory as run_dir in PBS script

This commit is contained in:
Tibo De Peuter 2026-04-04 19:02:26 +02:00
parent 0aeff0f2da
commit d1ca7a0f9f

View file

@ -36,7 +36,8 @@ export MUJOCO_GL=egl
export WANDB_DIR="$SCRATCH_RUNDIR"
python src/train.py \
--config configs/hpc/smoke_test.yaml
--config configs/hpc/smoke_test.yaml \
--run_dir "$SCRATCH_RUNDIR"
# ^^^ Replace with your production config, e.g. configs/production_training.yaml
cp -r "$SCRATCH_RUNDIR/." "$DATA_RUNDIR/"