Skip to content

Commit

Permalink
Fix SAC-N walker2d configs (tinkoff-ai#30)
Browse files Browse the repository at this point in the history
* Fix SAC-N walker2d configs

Use walker2d instead of hopper in walker2d config.

* Fix codestyle check
  • Loading branch information
AdamJelley authored Jan 16, 2023
1 parent 7e3077d commit f6cc8b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configs/sac_n/walker2d/medium_replay_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ checkpoints_path: null
critic_learning_rate: 0.0003
deterministic_torch: false
device: cuda
env_name: "hopper-medium-replay-v2"
env_name: "walker2d-medium-replay-v2"
eval_episodes: 10
eval_every: 5
eval_seed: 42
gamma: 0.99
group: "sac-n-hopper-medium-replay-v2-multiseed-v2"
group: "sac-n-walker2d-medium-replay-v2-multiseed-v2"
hidden_dim: 256
log_every: 100
max_action: 1.0
Expand Down
4 changes: 2 additions & 2 deletions configs/sac_n/walker2d/medium_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ checkpoints_path: null
critic_learning_rate: 0.0003
deterministic_torch: false
device: cuda
env_name: "hopper-medium-v2"
env_name: "walker2d-medium-v2"
eval_episodes: 10
eval_every: 5
eval_seed: 42
gamma: 0.99
group: "sac-n-hopper-medium-v2-multiseed-v2"
group: "sac-n-walker2d-medium-v2-multiseed-v2"
hidden_dim: 256
log_every: 100
max_action: 1.0
Expand Down

0 comments on commit f6cc8b6

Please sign in to comment.