Skip to content

Commit

Permalink
Version 0.5.0 : gymnasium (#324)
Browse files Browse the repository at this point in the history
* new version

* manually change version

* trigger ci
  • Loading branch information
TimotheeMathieu committed Jun 23, 2023
1 parent 83b0e84 commit 059516e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
15 changes: 13 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Changelog

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

Version 0.5.0
-------------

*PR #281, #323*

* Merge gymnasium branch into main, make gymnasium the default library for environments in rlberry.

Version 0.4.1
-------------

*PR #318*

* Update to allow the training on a computer with GPU, save the agents, then load it on a computer without GPU.
Expand All @@ -21,14 +32,14 @@ Dev version

* Add and update code to use "Atari games" env

*PR#281*
*PR #281*

* New branch for code compatible with Gymnasium

Version 0.4.0
-------------

*PR#273*
*PR #273*

* Change the default behavior of `plot_writer_data` so that if seaborn has version >= 0.12.0 then
a 90% percentile interval is used instead of sd.
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.1)
Latest version (0.5.0)
-------------------------------------

Install the latest version for a stable release.
Expand Down
2 changes: 1 addition & 1 deletion rlberry/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v0.4.0.post50.dev0+0ed489b "
__version__ = "0.4.1.post3.dev0+83b0e84 "
1 change: 1 addition & 0 deletions rlberry/check_packages.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Define import flags

TORCH_INSTALLED = True
try:
import torch
Expand Down

0 comments on commit 059516e

Please sign in to comment.