feat(hpc): update PBS script with renamed --env-config-path flag
This commit is contained in:
parent
ed20325fef
commit
74e807472b
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ export MUJOCO_GL=egl
|
||||||
export WANDB_DIR="$SCRATCH_RUNDIR"
|
export WANDB_DIR="$SCRATCH_RUNDIR"
|
||||||
|
|
||||||
python src/train.py \
|
python src/train.py \
|
||||||
--config-path configs/hpc/smoke_test.yaml \
|
--env-config-path configs/hpc/smoke_test.yaml \
|
||||||
--run-dir "$SCRATCH_RUNDIR"
|
--run-dir "$SCRATCH_RUNDIR"
|
||||||
# ^^^ Replace with your production config, e.g. configs/production_training.yaml
|
# ^^^ Replace with your production config, e.g. configs/production_training.yaml
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue