Skip to content

Commit

Permalink
SIM: Updating MyoLeg to v0.55 (with hidden Hfield - below ground and …
Browse files Browse the repository at this point in the history
…transparent. User needs to move it up and vizualize as per need basis)
  • Loading branch information
vikashplus committed Sep 6, 2023
1 parent 240ab97 commit d7c4b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion myosuite/envs/myo/myobase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def register_env_with_variants(id, entry_point, max_episode_steps, kwargs):
if sim_backend == SimBackend.MUJOCO_PY:
leg_model='/../../../simhive/myo_sim/leg/myolegs_v0.54(mj210).mjb'
elif sim_backend == SimBackend.MUJOCO:
leg_model='/../../../simhive/myo_sim/leg/myolegs_v0.54(mj236).mjb'
leg_model='/../../../simhive/myo_sim/leg/myolegs_v0.55(mj236).mjb'

register_env_with_variants(id='myoLegReachFixed-v0',
entry_point='myosuite.envs.myo.myobase.walk_v0:ReachEnvV0',
Expand Down
2 changes: 1 addition & 1 deletion myosuite/simhive/myo_sim

0 comments on commit d7c4b86

Please sign in to comment.