Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas committed Feb 14, 2024
1 parent 0db8416 commit 651fc94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gymnasium_robotics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

__version__ = "1.2.4"


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

Expand Down Expand Up @@ -1237,8 +1238,8 @@ def _merge(a, b):
max_episode_steps=280,
)

register_robotics_envs()

register_robotics_envs()


try:
Expand All @@ -1252,4 +1253,4 @@ def _merge(a, b):
):
print(notifications["gymnasium_robotics"][__version__], file=sys.stderr)
except Exception: # nosec
pass
pass

0 comments on commit 651fc94

Please sign in to comment.