We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32dd206 commit eb6908fCopy full SHA for eb6908f
RELEASE_NOTES.md
@@ -1,5 +1,13 @@
1
# Release Notes
2
3
+## [1.0.5]
4
+
5
+* Better support for string specs in `dm_env_adaptor`.
6
+* Improved Python type annotations.
7
+* Check that the server has returned the correct response in
8
+ `dm_env_rpc.Connection` class.
9
+* Added `create_world` helper function to `dm_env_adaptor`.
10
11
## [1.0.4]
12
13
* Better support for variable sized tensors.
dm_env_rpc/_version.py
@@ -17,4 +17,4 @@
17
Kept in separate file so it can be used during installation.
18
"""
19
20
-__version__ = '1.0.4' # https://www.python.org/dev/peps/pep-0440/
+__version__ = '1.0.5' # https://www.python.org/dev/peps/pep-0440/
0 commit comments