Skip to content

Latest commit

Β 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Minari Dataset Setup for MuJoCo InvertedDoublePendulum

This repository sets up and downloads datasets from Minari for the MuJoCo InvertedDoublePendulum environment.

πŸ“¦ Environment Setup

0. Virtual Environment Setup

python -m venv venv
source ./venv/bin/activate

1. Clone the Minari repository and Initial Setup

git clone https://github.com/Farama-Foundation/Minari.git --single-branch
cd Minari
pip install -e ".[all]"

2. Download Datasets

minari download mujoco/inverteddoublependulum/expert-v0
minari download mujoco/inverteddoublependulum/medium-v0

3. Check Downloaded Datasets

minari list local

4. Install additional dependencies

pip install torch Pillow

5. Code Execution

cd ../
python main.py

πŸ“š Reference

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages