Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas authored Feb 17, 2024
1 parent 405f667 commit 7638294
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gymnasium_robotics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
from gymnasium_robotics.envs.maze import maps
from gymnasium_robotics.envs.multiagent_mujoco import mamujoco_v1

__version__ = "1.2.4"


def register_robotics_envs():
"""Register all environment ID's to Gymnasium."""
Expand Down Expand Up @@ -1237,7 +1239,7 @@ def _merge(a, b):
)


__version__ = "1.2.4"
register_robotics_envs()


try:
Expand Down

0 comments on commit 7638294

Please sign in to comment.