Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 2.67 KB

README.md

File metadata and controls

49 lines (42 loc) · 2.67 KB

🔥 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