Skip to content

Commit eb2cfca

Browse files
committed
Update CHANGELOG
1 parent c2ec860 commit eb2cfca

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ Notable changes after forking are tracked in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66

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
814

9-
## [2.0.0 Beta]
15+
## [2.0.0 Beta0]
1016

1117
### Added
1218
* PSRL by [#23](https://github.com/kngwyu/rlpy3/pull/23).

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RLPy3
99

1010
.. |pypi-python-version| image:: https://img.shields.io/pypi/pyversions/rlpy3.svg
1111
:alt: PyPI
12-
:target: https://pypi.org/project/rlpy3/2.0.0b
12+
:target: https://pypi.org/project/rlpy3/2.0.0b1
1313

1414
Why Fork?
1515
----------

0 commit comments

Comments
 (0)