Skip to content

Commit

Permalink
chore(exp): add sac experimental bash files
Browse files Browse the repository at this point in the history
Add the bash files to execute the sac experiments in my master thesis.
  • Loading branch information
rickstaa committed Mar 11, 2024
1 parent 5656ba7 commit 7a7e8c0
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions experiments/staa_et_al_2024/run_sac_experiments_seed234.bash
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 experiments/staa_et_al_2024/run_sac_experiments_seed3658.bash
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
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
6 changes: 6 additions & 0 deletions experiments/staa_et_al_2024/run_sac_experiments_seed567.bash
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
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

0 comments on commit 7a7e8c0

Please sign in to comment.