Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 413 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 413 Bytes

mujoco-tutorial

Minimal examples with MuJoCo

Installation instructions

Prerequisites: python, conda (optional, but recommended)

  1. Clone this repository
git clone https://github.com/SIGRobotics-UIUC/mujoco-tutorial.git
  1. Create and activate a conda environment
conda create -n mj_tutorial python=3.12
conda activate mj_tutorial
  1. Install relevant python packages
pip install mujoco