Skip to content

Commit

Permalink
Update env.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sumwailiu committed Jan 8, 2025
1 parent b51af83 commit 4b16954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions env.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'humanoid-walk',
'fish-swim',
'acrobot-swingup',
'quadruped-run'
]
CONTROL_SUITE_ACTION_REPEATS = {
'cartpole': 8,
Expand All @@ -41,6 +42,7 @@
'humanoid': 2,
'fish': 2,
'acrobot': 4,
'quadruped': 2
}


Expand Down

1 comment on commit 4b16954

@sumwailiu
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make it support "quadruped-run" task.

Please sign in to comment.