Skip to content

Commit

Permalink
0.17.3 release and notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhokhov committed Sep 29, 2020
1 parent 81508d3 commit 38a1f63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gym/version.py
@@ -1 +1 @@
VERSION = '0.17.2'
VERSION = '0.17.3'

0 comments on commit 38a1f63

Please sign in to comment.