Skip to content
/ MOMBO Public

Official implementation of Deterministic Uncertainty Propagation for Improved Model-Based Offline Reinforcement Learning

License

Notifications You must be signed in to change notification settings

adinlab/MOMBO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOMBO

Official implementation of Deterministic Uncertainty Propagation for Improved Model-Based Offline Reinforcement Learning

Requirements

To install all the required dependencies:

  1. Install MuJoCo engine, which can be downloaded from here.
  2. Install Python packages listed in requirements.txt using pip install -r requirements.txt. You should specify the version of mujoco-py in requirements.txt depending on the version of MuJoCo engine you have installed.
  3. Manually download and install d4rl package from here.

Usage

Just run train.py with specifying the task name. Other hyperparameters are automatically loaded from config.

python train.py --task [TASKNAME]

About

Official implementation of Deterministic Uncertainty Propagation for Improved Model-Based Offline Reinforcement Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages