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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Reference in a new issue