Skip to content

Commit

Permalink
chore: bump version to v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
typoverflow committed Jun 27, 2023
1 parent c6d1002 commit ba909ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# OfflineRL-Lib
> 🚧 This repo is not ready for release, benchmarking is ongoing. 🚧
<!-- > 🚧 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)
Expand Down
2 changes: 1 addition & 1 deletion offlinerllib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = "0.0.7"
__version__ = "0.0.8"

0 comments on commit ba909ee

Please sign in to comment.