-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add script to tune PC on all environments.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |