Skip to content

Commit

Permalink
fix[registration]: Address #256 by changing the path in the registrat…
Browse files Browse the repository at this point in the history
…ion of the mujoco env.
  • Loading branch information
maxspahn committed Mar 1, 2024
1 parent cf23a5e commit dd5a3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urdfenvs/generic_mujoco/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from urdfenvs.generic_mujoco.generic_mujoco_env import GenericMujocoEnv
register(
id='generic-mujoco-env-v0',
entry_point='urdfenvs.urdf_common:GenericMujocoEnv'
entry_point='urdfenvs.generic_mujoco.generic_mujoco_env:GenericMujocoEnv'
)

0 comments on commit dd5a3a3

Please sign in to comment.