fix: removed wandb, for logging pr ; removed pbs output directive from train.pbs, did not work.
This commit is contained in:
parent
fb346a06b2
commit
9920ac35aa
2 changed files with 1 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
# Run with: python src/train.py --config-path configs/hpc/smoke_test.yaml
|
# Run with: python src/train.py --config-path configs/hpc/smoke_test.yaml
|
||||||
exp_name: "hpc_smoke_test"
|
exp_name: "hpc_smoke_test"
|
||||||
seed: 0
|
seed: 0
|
||||||
track: true # Test WandB integration
|
track: false # Test WandB integration
|
||||||
capture_video: false # No rendering for smoke test
|
capture_video: false # No rendering for smoke test
|
||||||
save_model: true # Test the end-of-training save routine
|
save_model: true # Test the end-of-training save routine
|
||||||
num_envs: 512
|
num_envs: 512
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,6 @@
|
||||||
#PBS -N brittlestar-ppo
|
#PBS -N brittlestar-ppo
|
||||||
#PBS -l nodes=1:ppn=8
|
#PBS -l nodes=1:ppn=8
|
||||||
#PBS -l walltime=24:00:00
|
#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
|
set -euo pipefail
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue