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 3dc30d6 commit b9150cdCopy full SHA for b9150cd
RELEASE_NOTES.md
@@ -1,5 +1,12 @@
1
# Release Notes
2
3
+## [1.0.6]
4
+
5
+* `tensor_spec.bounds()` no longer broadcasts scalar bounds.
6
+* Fixed bug where `reward` and `discount` were inadvertently included in the
7
+ observations when using `dm_env_adaptor`, without explicitly requesting
8
+ these as observations.
9
10
## [1.0.5]
11
12
* Better support for string specs in `dm_env_adaptor`.
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.5' # https://www.python.org/dev/peps/pep-0440/
+__version__ = '1.0.6' # https://www.python.org/dev/peps/pep-0440/
0 commit comments