Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.4.1 #320

Merged
merged 1 commit into from
Jun 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading