Skip to content

Commit

Permalink
chore(exp): fix lambda check bash scripts
Browse files Browse the repository at this point in the history
This commit updates the bash scripts used for the lambda check
experiment of the rstaa 2024 study.
  • Loading branch information
rickstaa committed Mar 7, 2024
1 parent 64f0c4f commit 35a4d69
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This script executes the lambda_lr_check_experiment for seed 234 for all environments
python -m stable_learning_control.run --exp_cfg cartpole/lambda_lr_check/han2020_reproduction_lac_cartpole_cost_alpha3_tune_experiment_seed234_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg comp_oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_complicated_alpha3_tune_experiment_seed234_lr_lambda_check.yml
python -m stable_learning_control.run --exp_cfg fetch_reach/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_experiment_seed234_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg fetch_reach/infinite_horizon/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_infinite_horizon_experiment_seed234_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_alpha3_tune_experiment_seed234_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/cartpole/lambda_lr_check/han2020_reproduction_lac_cartpole_cost_alpha3_tune_experiment_seed234_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/comp_oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_complicated_alpha3_tune_experiment_seed234_lr_lambda_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_experiment_seed234_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/infinite_horizon/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_infinite_horizon_experiment_seed234_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_alpha3_tune_experiment_seed234_lambda_lr_check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This script executes the lambda_lr_check_experiment for seed 3658 for all environments
python -m stable_learning_control.run --exp_cfg cartpole/lambda_lr_check/han2020_reproduction_lac_cartpole_cost_alpha3_tune_experiment_seed3658_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg comp_oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_complicated_alpha3_tune_experiment_seed3658_lr_lambda_check.yml
python -m stable_learning_control.run --exp_cfg fetch_reach/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_experiment_seed3658_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg fetch_reach/infinite_horizon/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_infinite_horizon_experiment_seed3658_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_alpha3_tune_experiment_seed3658_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/cartpole/lambda_lr_check/han2020_reproduction_lac_cartpole_cost_alpha3_tune_experiment_seed3658_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/comp_oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_complicated_alpha3_tune_experiment_seed3658_lr_lambda_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_experiment_seed3658_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/infinite_horizon/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_infinite_horizon_experiment_seed3658_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_alpha3_tune_experiment_seed3658_lambda_lr_check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This script executes the lambda_lr_check_experiment for seed 48104 for all environments
python -m stable_learning_control.run --exp_cfg cartpole/lambda_lr_check/han2020_reproduction_lac_cartpole_cost_alpha3_tune_experiment_seed48104_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg comp_oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_complicated_alpha3_tune_experiment_seed48104_lr_lambda_check.yml
python -m stable_learning_control.run --exp_cfg fetch_reach/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_experiment_seed48104_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg fetch_reach/infinite_horizon/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_infinite_horizon_experiment_seed48104_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_alpha3_tune_experiment_seed48104_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/cartpole/lambda_lr_check/han2020_reproduction_lac_cartpole_cost_alpha3_tune_experiment_seed48104_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/comp_oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_complicated_alpha3_tune_experiment_seed48104_lr_lambda_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_experiment_seed48104_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/infinite_horizon/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_infinite_horizon_experiment_seed48104_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_alpha3_tune_experiment_seed48104_lambda_lr_check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This script executes the lambda_lr_check_experiment for seed 567 for all environments
python -m stable_learning_control.run --exp_cfg cartpole/lambda_lr_check/han2020_reproduction_lac_cartpole_cost_alpha3_tune_experiment_seed567_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg comp_oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_complicated_alpha3_tune_experiment_seed567_lr_lambda_check.yml
python -m stable_learning_control.run --exp_cfg fetch_reach/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_experiment_seed567_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg fetch_reach/infinite_horizon/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_infinite_horizon_experiment_seed567_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_alpha3_tune_experiment_seed567_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/cartpole/lambda_lr_check/han2020_reproduction_lac_cartpole_cost_alpha3_tune_experiment_seed567_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/comp_oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_complicated_alpha3_tune_experiment_seed567_lr_lambda_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_experiment_seed567_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/infinite_horizon/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_infinite_horizon_experiment_seed567_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_alpha3_tune_experiment_seed567_lambda_lr_check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This script executes the lambda_lr_check_experiment for seed 78456 for all environments
python -m stable_learning_control.run --exp_cfg cartpole/lambda_lr_check/han2020_reproduction_lac_cartpole_cost_alpha3_tune_experiment_seed78456_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg comp_oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_complicated_alpha3_tune_experiment_seed78456_lr_lambda_check.yml
python -m stable_learning_control.run --exp_cfg fetch_reach/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_experiment_seed78456_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg fetch_reach/infinite_horizon/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_infinite_horizon_experiment_seed78456_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_alpha3_tune_experiment_seed78456_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/cartpole/lambda_lr_check/han2020_reproduction_lac_cartpole_cost_alpha3_tune_experiment_seed78456_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/comp_oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_complicated_alpha3_tune_experiment_seed78456_lr_lambda_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_experiment_seed78456_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/fetch_reach/infinite_horizon/lambda_lr_check/han2020_reproduction_lac_fetch_reach_alpha3_tune_infinite_horizon_experiment_seed78456_lambda_lr_check.yml
python -m stable_learning_control.run --exp_cfg experiments/staa_et_al_2024/oscillator/lambda_lr_check/han2020_reproduction_lac_oscillator_alpha3_tune_experiment_seed78456_lambda_lr_check.yml

0 comments on commit 35a4d69

Please sign in to comment.