Skip to content

Commit

Permalink
BUGFIX: Missing model for new env. Boosting env horizon
Browse files Browse the repository at this point in the history
  • Loading branch information
vikashplus committed Oct 2, 2023
1 parent 2e65ee7 commit 5a3d2e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion robohive/envs/myo/myochallenge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# MyoChallenge Manipulation
register(id='myoChallengeRelocateP2-v0',
entry_point='robohive.envs.myo.myochallenge.relocate_v0:RelocateEnvV0',
max_episode_steps=50,
max_episode_steps=150,
kwargs={
'model_path': curr_dir+'/../assets//myoarm_object_v0.15(mj236).mjb',
# 'model_path': '/home/vik/Libraries/myohub/myo_sim_dev/myo_sim/arm/myochallenge_myoarm.xml',
Expand Down

0 comments on commit 5a3d2e0

Please sign in to comment.