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

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