Skip to content

Minimal model-based RL algorithm implementations

License

Notifications You must be signed in to change notification settings

vocdex/mini_mbrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔥 MiniMBRL

MiniMBRL is a minimal implementation of model-based reinforcement learning algorithms. The goal is to implement the most basic version of the algorithms to understand the core concepts and to build on top of them.

Status

Here is the list of algorithms that I plan to implement:

General:

Dyna-style algorithms:

MPC-based algorithms:

Newer papers:

Exploration-focused:

Language-oriented:

Other:

Installation

  1. Install and activate a new python3.8 virtualenv:
virtualenv mbrl_venv --python=python3.8
source mbrl_venv/bin/activate

Requirements

pip install "gymnasium[all]"
pip install mujoco

Releases

No releases published

Packages

No packages published