Metadata-Version: 2.1
Name: offlinerllib
Version: 0.0.1
Summary: A python module desgined for Offline RL algorithms developing and benchmarking. 
Home-page: https://github.com/typoverflow/OfflineRLLib
Author: typoverflow
Author-email: typoverflow@outlook.com
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# 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: 
- [Extreme Q-Learning](https://arxiv.org/abs/2301.02328)

Currently OfflineRL-Lib is heavily based off [UtilsRL](https://github.com/typoverflow/UtilsRL), and we will release a standalone version once it is ready. 
