Skip to content

Commit

Permalink
Fixes fetch/slide environment. (#1511)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojzaremba authored May 29, 2019
1 parent 1bf4ae9 commit ff4664b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ We are using `pytest <http://doc.pytest.org>`_ for tests. You can run them via:

What's new
==========
- 2019-05-28 (v0.12.5)
+ fixed Fetch-slide environment to be solvable.

- 2019-05-24 (v0.12.4)
+ remove pyopengl dependency and use more narrow atari-py and box2d-py versions

Expand Down
2 changes: 1 addition & 1 deletion gym/envs/robotics/fetch/slide.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self, reward_type='sparse'):
'robot0:slide0': 0.05,
'robot0:slide1': 0.48,
'robot0:slide2': 0.0,
'object0:joint': [1.7, 1.1, 0.4, 1., 0., 0., 0.],
'object0:joint': [1.7, 1.1, 0.41, 1., 0., 0., 0.],
}
fetch_env.FetchEnv.__init__(
self, MODEL_XML_PATH, has_object=True, block_gripper=True, n_substeps=20,
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.12.4'
VERSION = '0.12.5'

0 comments on commit ff4664b

Please sign in to comment.