Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.66 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.66 KB

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