Skip to content

Commit

Permalink
Add script to tune PC on all environments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Jan 22, 2024
1 parent be085d3 commit 9daebc3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tuning/tune_all_on_slurm.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env bash

sbatch --job-name=tuning_pc_on_cartpole tune_on_slurm.sh pc cartpole
sbatch --job-name=tuning_pc_on_seals_ant tune_on_slurm.sh pc seals_ant
sbatch --job-name=tuning_pc_on_half_cheetah tune_on_slurm.sh pc half_cheetah
sbatch --job-name=tuning_pc_on_seals_half_cheetah tune_on_slurm.sh pc seals_half_cheetah
sbatch --job-name=tuning_pc_on_seals_hopper tune_on_slurm.sh pc seals_hopper
sbatch --job-name=tuning_pc_on_seals_swimmer tune_on_slurm.sh pc seals_swimmer
sbatch --job-name=tuning_pc_on_seals_walker tune_on_slurm.sh pc seals_walker
sbatch --job-name=tuning_pc_on_seals_humanoid tune_on_slurm.sh pc seals_humanoid
sbatch --job-name=tuning_pc_on_seals_cartpole tune_on_slurm.sh pc seals_cartpole
sbatch --job-name=tuning_pc_on_pendulum tune_on_slurm.sh pc pendulum
sbatch --job-name=tuning_pc_on_mountain_car tune_on_slurm.sh pc mountain_car
sbatch --job-name=tuning_pc_on_seals_mountain_car tune_on_slurm.sh pc seals_mountain_car

0 comments on commit 9daebc3

Please sign in to comment.