1
Fork 0

chore: cleanup and HPC integration

This commit is contained in:
Tibo De Peuter 2026-04-15 15:29:32 +02:00
parent 93bff11208
commit b4f1e98f8c
Signed by: tdpeuter
SSH key fingerprint: SHA256:u/h/LVoqKF1Iz02uOyxe6hcjmoZASCGV2HM0TG9ZMoU
11 changed files with 4 additions and 330 deletions

View file

@ -63,11 +63,11 @@ elif [ -f "$PBS_O_WORKDIR/.env" ]; then
export $(grep -v '^#' "$PBS_O_WORKDIR/.env" | xargs)
fi
# TODO Once experiments get serious, change the config
# Run training using Hydra overrides
python scripts/train.py \
--env-config-path configs/hpc/wandb_expand.yaml \
--hyperparameter-config-path configs/hpc/wandb_expand.yaml \
--run-dir "$SCRATCH_RUNDIR"
hydra.run.dir="$SCRATCH_RUNDIR" \
ppo=stable \
logging=wandb_enabled
echo ">>> Staging out results to $DATA_RUNDIR..."
cp -r "$SCRATCH_RUNDIR/." "$DATA_RUNDIR/"