Skip to content

Commit b9150cd

Browse files
tomwardiocopybara-github
authored andcommitted
Update version to v1.0.6
PiperOrigin-RevId: 371924815 Change-Id: I51645e6caf1d1a2d03dee3b98b7aec4e93718db4
1 parent 3dc30d6 commit b9150cd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Notes
22

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+
310
## [1.0.5]
411

512
* Better support for string specs in `dm_env_adaptor`.

dm_env_rpc/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
Kept in separate file so it can be used during installation.
1818
"""
1919

20-
__version__ = '1.0.5' # https://www.python.org/dev/peps/pep-0440/
20+
__version__ = '1.0.6' # https://www.python.org/dev/peps/pep-0440/

0 commit comments

Comments
 (0)