feat: config setup for lazy bums
This commit is contained in:
parent
87e2b14bbd
commit
7c3adceaaf
6 changed files with 134 additions and 2 deletions
|
|
@ -66,8 +66,11 @@ fi
|
|||
# Run training using Hydra overrides
|
||||
python scripts/train.py \
|
||||
hydra.run.dir="$SCRATCH_RUNDIR" \
|
||||
ppo=stable \
|
||||
logging=hpc
|
||||
environment = dir_loc_further \
|
||||
experiment = long_2arm \
|
||||
ppo=chickendinnerwinner \
|
||||
logging=pushing_long
|
||||
|
||||
|
||||
echo ">>> Staging out results to $DATA_RUNDIR..."
|
||||
cp -r "$SCRATCH_RUNDIR/." "$DATA_RUNDIR/"
|
||||
|
|
|
|||
Reference in a new issue