1
Fork 0

fix: removed wandb, for logging pr ; removed pbs output directive from train.pbs, did not work.

This commit is contained in:
cedric 2026-04-05 09:29:47 +00:00
parent fb346a06b2
commit 9920ac35aa
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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