Skip to content

Commit

Permalink
release version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhokhov committed Feb 27, 2019
1 parent 09e09f7 commit a4adef2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@ We are using `pytest <http://doc.pytest.org>`_ for tests. You can run them via:
What's new
==========

- 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

- 2019-02-06 (v0.11.0)
+ remove gym.spaces.np_random common PRNG; use per-instance PRNG instead.
+ support for kwargs in gym.make
Expand Down
2 changes: 1 addition & 1 deletion gym/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.11.0'
VERSION = '0.12.0'

0 comments on commit a4adef2

Please sign in to comment.