diff --git a/README.md b/README.md index d377a6e..e27f8e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # OfflineRL-Lib -> 🚧 This repo is not ready for release, benchmarking is ongoing. 🚧 - + OfflineRL-Lib provides unofficial and benchmarked PyTorch implementations for selected OfflineRL algorithms, including: - [In-Sample Actor Critic (InAC)](https://arxiv.org/abs/2302.14372) - [Extreme Q-Learning (XQL)](https://arxiv.org/abs/2301.02328) diff --git a/offlinerllib/__init__.py b/offlinerllib/__init__.py index b615414..559a6d7 100644 --- a/offlinerllib/__init__.py +++ b/offlinerllib/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.0.7" +__version__ = "0.0.8"