Skip to content

Commit

Permalink
fixed error when offloading mjmodel
Browse files Browse the repository at this point in the history
  • Loading branch information
driesmarzougui committed Feb 6, 2024
1 parent 59499ea commit dc4c75d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mujoco_utils/environment/mjx_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ def mjx_get_model(
pass
except ValueError:
pass
except IndexError:
pass
return mj_models


Expand Down

0 comments on commit dc4c75d

Please sign in to comment.