Skip to content

A project includes the implementations of state-of-the-art offline and online RL

Notifications You must be signed in to change notification settings

linhlpv/Offline-and-OfflineOnline-RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Offline and Offline to Online RL algorithm's implementations

This repository includes the implementation (in Pytorch) for the common offline RL baselines and Offline-Online RL algorithms too. The code (and coding style) is mainly inspired by the CORL. Highly recommend to check CORL repo too.

The repo contains many folder that include the implementation code for each algorithms. To run the code, please follow the instruction below.

Install

First, create the conda environment with python==3.9.16

conda create -n off_offon python=3.9.16

Then, please download and install mujoco=2.1, and setup follow this intruction. Finally, install all the dependences

conda activate off_offon
pip install -r requirements.txt

List of the algorithms

References

About

A project includes the implementations of state-of-the-art offline and online RL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages