diff --git a/scripts/hpc/train.pbs b/scripts/hpc/train.pbs index cf5cd5e..1ed595e 100644 --- a/scripts/hpc/train.pbs +++ b/scripts/hpc/train.pbs @@ -36,7 +36,7 @@ export MUJOCO_GL=egl export WANDB_DIR="$SCRATCH_RUNDIR" python src/train.py \ - --config-path configs/hpc/smoke_test.yaml \ + --env-config-path configs/hpc/smoke_test.yaml \ --run-dir "$SCRATCH_RUNDIR" # ^^^ Replace with your production config, e.g. configs/production_training.yaml