linhlpv / Offline-and-OfflineOnline-RL

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%