Skip to content

Commit

Permalink
[ci skip] Tune RecurrentPPO Swimmer-v3 (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin authored Feb 21, 2023
1 parent fb9383a commit 309ad8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Upgraded to SB3 >= 1.8.0

### New Features
- Tuned hyperparameters for RecurrentPPO on Swimmer

### Bug fixes
- Set ``highway-env`` version to 1.5 and ``setuptools to`` v65.5 for the CI
Expand Down
6 changes: 5 additions & 1 deletion hyperparams/ppo_lstm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,11 @@ Ant-v3: &mujoco-defaults
Swimmer-v3:
<<: *mujoco-defaults
gamma: 0.9999

n_envs: 4
n_steps: 1024
batch_size: 256
learning_rate: !!float 6e-4
gae_lambda: 0.98

# 10 mujoco envs

Expand Down

0 comments on commit 309ad8c

Please sign in to comment.