Skip to content

Commit

Permalink
Renamed example with rolling out expert actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
robfiras committed Sep 9, 2024
1 parent 6626776 commit 318c150
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@


def experiment():
"""
In this example, the *expert actions* rather than the kinematics are used to replay the Unitree A1 environment.
This can be done analogously for the other environments.
"""

env = gym.make(
"LocoMujoco",
Expand All @@ -27,6 +31,3 @@ def experiment():
env.render()
i += 1


if __name__ == "__main__":
experiment()

0 comments on commit 318c150

Please sign in to comment.