Skip to content

Commit

Permalink
Bugfix ReflexCtrInterface.py
Browse files Browse the repository at this point in the history
Corrected environment name
  • Loading branch information
Varun Joshi committed Sep 18, 2024
1 parent e908da7 commit 069b056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorials/4b_reflex/ReflexCtrInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(self, init_dict=DEFAULT_INIT_POSE, dt=0.01, mode='3D', sim_time=2.0
self.init_dict = init_dict
self.seed = seed

self.env = gym.make('myoLegReachFixed-v0', normalize_act=False)
self.env = gym.make('myoLegStandRandom-v0', normalize_act=False)

print(f"Seed added - ", seed)
self.env.reset()
Expand Down

0 comments on commit 069b056

Please sign in to comment.