-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(exp): add sac experimental bash files
Add the bash files to execute the sac experiments in my master thesis.
- Loading branch information
Showing
5 changed files
with
30 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,6 @@ | ||
# This script executes the lambda_lr_check_experiment for seed 234 for all environments | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/cartpole/han2020_reproduction_sac_cartpole_cost_alpha3_tune_experiment_seed234.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/comp_oscillator/han2020_reproduction_ac_oscillator_complicated_alpha3_tune_experiment_seed234.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/infinite_horizon/han2020_reproduction_sac_fetch_reach_alpha3_tune_experiment_seed234.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/han2020_reproduction_sac_fetch_reach_alpha3_tune_experiment_seed234.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/oscillator/han2020_reproduction_sac_oscillator_alpha3_tune_experiment_seed234.yml |
6 changes: 6 additions & 0 deletions
6
experiments/staa_et_al_2024/run_sac_experiments_seed3658.bash
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,6 @@ | ||
# This script executes the lambda_lr_check_experiment for seed 3658 for all environments | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/cartpole/han2020_reproduction_sac_cartpole_cost_alpha3_tune_experiment_seed3658.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/comp_oscillator/han2020_reproduction_ac_oscillator_complicated_alpha3_tune_experiment_seed3658.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/infinite_horizon/han2020_reproduction_sac_fetch_reach_alpha3_tune_experiment_seed3658.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/han2020_reproduction_sac_fetch_reach_alpha3_tune_experiment_seed3658.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/oscillator/han2020_reproduction_sac_oscillator_alpha3_tune_experiment_seed3658.yml |
6 changes: 6 additions & 0 deletions
6
experiments/staa_et_al_2024/run_sac_experiments_seed48104.bash
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,6 @@ | ||
# This script executes the lambda_lr_check_experiment for seed 48104 for all environments | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/cartpole/han2020_reproduction_sac_cartpole_cost_alpha3_tune_experiment_seed48104.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/comp_oscillator/han2020_reproduction_ac_oscillator_complicated_alpha3_tune_experiment_seed48104.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/infinite_horizon/han2020_reproduction_sac_fetch_reach_alpha3_tune_experiment_seed48104.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/han2020_reproduction_sac_fetch_reach_alpha3_tune_experiment_seed48104.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/oscillator/han2020_reproduction_sac_oscillator_alpha3_tune_experiment_seed48104.yml |
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,6 @@ | ||
# This script executes the lambda_lr_check_experiment for seed 567 for all environments | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/cartpole/han2020_reproduction_sac_cartpole_cost_alpha3_tune_experiment_seed567.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/comp_oscillator/han2020_reproduction_ac_oscillator_complicated_alpha3_tune_experiment_seed567.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/infinite_horizon/han2020_reproduction_sac_fetch_reach_alpha3_tune_experiment_seed567.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/han2020_reproduction_sac_fetch_reach_alpha3_tune_experiment_seed567.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/oscillator/han2020_reproduction_sac_oscillator_alpha3_tune_experiment_seed567.yml |
6 changes: 6 additions & 0 deletions
6
experiments/staa_et_al_2024/run_sac_experiments_seed78456.bash
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,6 @@ | ||
# This script executes the lambda_lr_check_experiment for seed 78456 for all environments | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/cartpole/han2020_reproduction_sac_cartpole_cost_alpha3_tune_experiment_seed78456.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/comp_oscillator/han2020_reproduction_ac_oscillator_complicated_alpha3_tune_experiment_seed78456.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/infinite_horizon/han2020_reproduction_sac_fetch_reach_alpha3_tune_experiment_seed78456.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/han2020_reproduction_sac_fetch_reach_alpha3_tune_experiment_seed78456.yml | ||
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/oscillator/han2020_reproduction_sac_oscillator_alpha3_tune_experiment_seed78456.yml |