Skip to content

Commit

Permalink
chore(exp): fix SAC CompOscillator run script
Browse files Browse the repository at this point in the history
This commit fixes a typo in the SAC run script that starts the
CompOscillator experiment.
  • Loading branch information
rickstaa committed Mar 13, 2024
1 parent fad6c28 commit 15080e3
Showing 1 changed file with 1 addition and 1 deletion.
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 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/comp_oscillator/han2020_reproduction_sac_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

0 comments on commit 15080e3

Please sign in to comment.