Skip to content

Commit d8a2881

Browse files
AdamStelmaszczykdanijar
authored andcommitted
Use correct environment in hopper config. (#9)
1 parent 19e5e55 commit d8a2881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: agents/scripts/configs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def hopper():
102102
"""Configuration for MuJoCo's hopper task."""
103103
locals().update(default())
104104
# Environment
105-
env = 'Walker2d-v1'
105+
env = 'Hopper-v1'
106106
max_length = 1000
107107
steps = 2e7 # 20M
108108
return locals()

0 commit comments

Comments
 (0)