diff --git a/configs/hpc/smoke_test.yaml b/configs/hpc/smoke_test.yaml index 6068aa2..720f829 100644 --- a/configs/hpc/smoke_test.yaml +++ b/configs/hpc/smoke_test.yaml @@ -2,7 +2,7 @@ # Run with: python src/train.py --config-path configs/hpc/smoke_test.yaml exp_name: "hpc_smoke_test" seed: 0 -track: true # Test WandB integration +track: false # Test WandB integration capture_video: false # No rendering for smoke test save_model: true # Test the end-of-training save routine num_envs: 512 diff --git a/scripts/hpc/train.pbs b/scripts/hpc/train.pbs index 3d53193..a5d7a9d 100644 --- a/scripts/hpc/train.pbs +++ b/scripts/hpc/train.pbs @@ -6,8 +6,6 @@ #PBS -N brittlestar-ppo #PBS -l nodes=1:ppn=8 #PBS -l walltime=24:00:00 -#PBS -o runs/brittlestar-ppo.o$PBS_JOBID -#PBS -e runs/brittlestar-ppo.e$PBS_JOBID set -euo pipefail