Skip to content

williamd4112/suboptimal_offline_datasets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Suboptimal offline RL datasets

This repo curates random-medium-x%-v2 and random-expert-x%-v2 datasets based on Mujoco datasets in D4RL. The datasets are used in Harnessing Mixed Offline Reinforcement Learning Datasets via Trajectory Weighting , ICLR 2023.

Installation

Usage

Before you call gym.make, be sure to do import suboptimal_offline_datasets. The following is an example:

import gym
import suboptimal_offline_datasets

env = gym.make("ant-random-medium-0.5-v2")
dataset = env.get_dataset()

Datasets (environment) list

{ant,halfcheetah,hopper,walker2d}-random-{medium,expert}-{0.01,0.05,0.1,0.25,0.5}-v2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages