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 889ba7a commit d787a03
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gymnasium_robotics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
from gymnasium_robotics.envs.maze import maps
from gymnasium_robotics.envs.multiagent_mujoco import mamujoco_v1

__version__ = "1.2.4"

__version__ = "1.2.4"

__version__ = "1.3.0a1"

def register_robotics_envs():
"""Register all environment ID's to Gymnasium."""
Expand Down

0 comments on commit d787a03

Please sign in to comment.