Skip to content

Offline RL implementations for Unstable Baselines

Notifications You must be signed in to change notification settings

pilgrimygy/offline_rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Offline Reinforcement Learning Codebased on the Unstable Baselines


Stable Algorithms (Runnable and have good performance):

Unstable Algorithms (Runnable but does not have SOTA performance)

Under Development Algorithms


Quick Start

Install

Please install unstable_baselines firstly. Then it needs to install D4RL under the unstable_baslines/offline_rl.

pip install git+https://github.com/rail-berkeley/d4rl@master#egg=d4rl

To run an algorithm

python3 /path/to/algorithm/main.py /path/to/algorithm/configs/some-config.json args(optional)

About

Offline RL implementations for Unstable Baselines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages