Skip to content

MuJoCo Tutorials

The tutorials below are a collection of step-by-step, hands-on resources meant to steadily build skills in MuJoCo. Work through the getting-started material first — the Python and advanced tutorials build on it.

MuJoCo's minimal hello-world scene: a green box falling onto a red plane

The "hello world" scene from the official Overview page — a box falling under gravity.

The native Python bindings mirror the C API while adding Pythonic conveniences — an interactive viewer, named access to model elements, and NumPy-backed arrays for every struct.

MuJoCo Menagerie

All the best 👍 !!