From 1bf4ae955b7064609821b331351083fa53cd5b66 Mon Sep 17 00:00:00 2001 From: Peter Zhokhov Date: Fri, 24 May 2019 18:16:33 -0700 Subject: [PATCH] bump version to 0.12.4 --- README.rst | 4 ++-- gym/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c7cdde4be31..b6711a3c682 100644 --- a/README.rst +++ b/README.rst @@ -186,11 +186,11 @@ We are using `pytest `_ for tests. You can run them via: What's new ========== -- 2019-05-24 (v0.12.3) +- 2019-05-24 (v0.12.4) + remove pyopengl dependency and use more narrow atari-py and box2d-py versions - 2019-03-25 (v0.12.1) - + rgb rendering in MuJoCo locomotion `-v3` environments now comes from tracking camera (so that agent does not run away from the field of view). The old behaviour can be restored by passing rgb_rendering_tracking=False kwarg. + + rgb rendering in MuJoCo locomotion `-v3` environments now comes from tracking camera (so that agent does not run away from the field of view). The old behaviour can be restored by passing rgb_rendering_tracking=False kwarg. Also, a potentially breaking change!!! Wrapper class now forwards methods and attributes to wrapped env. - 2019-02-26 (v0.12.0) + release mujoco environments v3 with support for gym.make kwargs such as `xml_file`, `ctrl_cost_weight`, `reset_noise_scale` etc diff --git a/gym/version.py b/gym/version.py index e1ad1209b87..db75da68080 100644 --- a/gym/version.py +++ b/gym/version.py @@ -1 +1 @@ -VERSION = '0.12.3' +VERSION = '0.12.4'