File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,15 @@ Notable changes after forking are tracked in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
7
- ## Unreleased
7
+ ## [ 2.0.0 Beta1]
8
+ ### Added
9
+ * OpenAI gym interface by [ #40 ] ( https://github.com/kngwyu/rlpy3/pull/40 ) .
10
+ * Enhanced viewers for GridWorld by [ #44 ] ( https://github.com/kngwyu/rlpy3/pull/44 ) .
11
+
12
+ ### Removed
13
+ * Python 3.5 support
8
14
9
- ## [ 2.0.0 Beta ]
15
+ ## [ 2.0.0 Beta0 ]
10
16
11
17
### Added
12
18
* PSRL by [ #23 ] ( https://github.com/kngwyu/rlpy3/pull/23 ) .
Original file line number Diff line number Diff line change 9
9
10
10
.. |pypi-python-version | image :: https://img.shields.io/pypi/pyversions/rlpy3.svg
11
11
:alt: PyPI
12
- :target: https://pypi.org/project/rlpy3/2.0.0b
12
+ :target: https://pypi.org/project/rlpy3/2.0.0b1
13
13
14
14
Why Fork?
15
15
----------
You can’t perform that action at this time.
0 commit comments