From 38a1f630dc9815a567aaf299ae5844c8f8b9a6fa Mon Sep 17 00:00:00 2001 From: Peter Zhokhov Date: Tue, 29 Sep 2020 16:49:27 -0700 Subject: [PATCH] 0.17.3 release and notes --- README.rst | 5 +++++ gym/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index eee7975ae49..f13f0649146 100644 --- a/README.rst +++ b/README.rst @@ -179,6 +179,11 @@ Resources What's new ========== +- 2020-09-29 (v 0.17.3) + + Allow custom spaces in VectorEnv (thanks @tristandeleu!) + + CarRacing performance improvements (thanks @leocus!) + + Dict spaces are now iterable (thanks @NotNANtoN!) + - 2020-05-08 (v 0.17.2) - remove unnecessary precision warning when creating Box with scalar bounds - thanks @johannespitz! - remove six from the dependencies diff --git a/gym/version.py b/gym/version.py index 9a426056af8..c0385840d69 100644 --- a/gym/version.py +++ b/gym/version.py @@ -1 +1 @@ -VERSION = '0.17.2' +VERSION = '0.17.3'