We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f9ab1 commit bd2e52aCopy full SHA for bd2e52a
1 file changed
shimmy/__init__.py
@@ -1,5 +1,8 @@
1
"""API for converting popular non-gymnasium environments to a gymnasium compatible environment."""
2
3
+__version__ = "0.1.0"
4
+
5
6
try:
7
from shimmy.dm_control_compatibility import (
8
DmControlCompatibility as DmControlCompatibilityV0,
@@ -11,6 +14,3 @@
11
14
from shimmy.openspiel_wrapper import OpenspielWrapper as OpenspielWrapperV0
12
15
except ImportError:
13
16
pass
-
-__version__ = "0.0.1a"
0 commit comments