From 9daebc37ca99cd13be7c3539734ef0e55bfc9ec0 Mon Sep 17 00:00:00 2001 From: Maximilian Ernestus Date: Mon, 22 Jan 2024 16:46:15 +0100 Subject: [PATCH] Add script to tune PC on all environments. --- tuning/tune_all_on_slurm.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tuning/tune_all_on_slurm.sh diff --git a/tuning/tune_all_on_slurm.sh b/tuning/tune_all_on_slurm.sh new file mode 100644 index 000000000..9ee5e0a1f --- /dev/null +++ b/tuning/tune_all_on_slurm.sh @@ -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 \ No newline at end of file