Skip to content

Commit

Permalink
ready to push new version (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienT01 committed Jun 19, 2023
1 parent 10bfcda commit 38dc918
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
<a href="https://img.shields.io/github/contributors/rlberry-py/rlberry">
<img alt="contributors" src="https://img.shields.io/github/contributors/rlberry-py/rlberry">
</a>
<a href="https://app.codacy.com/gh/rlberry-py/rlberry?utm_source=github.com&utm_medium=referral&utm_content=rlberry-py/rlberry&utm_campaign=Badge_Grade">
<img alt="Codacy" src="https://api.codacy.com/project/badge/Grade/27e91674d18a4ac49edf91c339af1502">
</a>
<a href="https://codecov.io/gh/rlberry-py/rlberry">
<img alt="codecov" src="https://codecov.io/gh/rlberry-py/rlberry/branch/main/graph/badge.svg?token=TIFP7RUD75">
</a>
Expand Down
14 changes: 12 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Changelog

Dev version
-----------



Version 0.4.1 (latest stable version)
--------------------------------------

*PR #307*

* Create fork gym0.21 for setuptools non-retrocompatible changes.

*PR #306*

* Add Q-learning agent in :class:`rlberry.agents.QLAgent` and SARSA agent in :class:`rlberry.agents.SARSAAgent`.
Expand All @@ -18,8 +28,8 @@ Dev version
* Add and update code to use "Atari games" env


Version 0.4.0 (latest stable version)
--------------------------------------
Version 0.4.0
-------------

*PR #273*

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ OS dependency

In order to render videos in rlberry, `ffmpeg <https://ffmpeg.org/>`_ must be installed.

Latest version (0.4.0)
Latest version (0.4.1)
-------------------------------------

Install the latest version for a stable release.
Expand Down

0 comments on commit 38dc918

Please sign in to comment.