robosuite
robosuite: A Modular Simulation Framework and Benchmark for Robot Learning
What it is and what it does
robosuite is a modular simulation framework built on the MuJoCo physics engine, designed for researchers and practitioners developing robot learning algorithms. It provides a standardized suite of manipulation tasks, procedural environment generation, multiple robot embodiments (including humanoids as of v1.5), and a range of control abstractions—from joint-space velocity control to whole-body controllers. The framework also integrates teleoperation devices, multi-modal sensors (RGB, depth, proprioception), and photorealistic rendering.
The package is actively maintained by researchers at Stanford, UT Austin, and NVIDIA, and is intended to lower barriers to entry for robot learning research by offering reproducible benchmarks, modular APIs for custom environment design, and utilities for collecting and replaying human demonstrations. It supports current Python versions and has no known security vulnerabilities.
Use it for:
- Train reinforcement learning agents on standardized manipulation tasks with reproducible benchmark environments.
- Prototype custom robot environments by composing robot models, arenas, and parameterized objects procedurally.
- Collect and replay human teleoperation demonstrations for imitation learning workflows.
- Evaluate different robot embodiments and controller types on the same task for comparative research.
- Generate synthetic training data with multi-modal sensors (RGB, depth, state) for vision-based robot learning.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
robosuite is a MuJoCo-powered simulation framework for building, benchmarking, and training robot control policies through reinforcement learning and imitation learning.
Yes, if you are doing robot learning research or prototyping. robosuite is actively maintained, has low install friction, zero known vulnerabilities, and is widely used in academic robotics labs. The main caveat is that the license treatment is unclear—verify the license terms before use in proprietary projects. The 12 runtime dependencies are standard and well-maintained.
Install
robosuite on PyPI
pip
pip install robosuiteuv
uv add robosuitepoetry
poetry add robosuiteInstalling robosuite
Before you install
Low install friction with a pure-Python wheel and active maintenance (last commit 2026-07-11, 233 days since latest release). Depends on 12 runtime packages including mujoco, numpy, and scipy—all widely available.
License in practice
License treatment is unclear; the fact sheet does not specify an SPDX identifier or raw license text, so you should verify the license terms before use in proprietary or restricted contexts.
Quickstart
pip install robosuite
import robosuite as suite
env = suite.make(env_name="Lift", robots="Panda", has_renderer=True)
obs = env.reset()
env.render()
Requires mujoco and mink system dependencies; rendering features need a display or headless rendering setup.
Verify before relying
- Whether the license is open-source or proprietary (license_treatment is marked unclear)
- Whether mujoco and mink dependencies have their own license constraints that cascade to users
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 12 — numpy, numba, scipy, mujoco, mink, qpsolvers, Pillow, opencv-python, pynput, termcolor, pytest, tqdm |
| Maintenance | actively maintained — 233 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 252,205/month — #8,551 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: robosuite-1.5.2-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
lerobotLeRobot provides a unified PyTorch framework…
permissive · top 15,000 on PyPI
mjlabmjlab provides a GPU-accelerated reinforcement…
permissive · top 15,000 on PyPI
mujoco-warpGPU-accelerated physics simulation for robotics…
permissive · top 15,000 on PyPI
drakeDrake is a robotics toolbox for analyzing robot…
permissive · top 15,000 on PyPI
minkmink solves inverse kinematics problems for…
permissive · top 15,000 on PyPI
dm-controldm_control provides Python bindings to the…
permissive · top 15,000 on PyPI
skrlskrl is a modular reinforcement learning…
permissive · top 15,000 on PyPI
dex-retargetingTranslates human hand motion to robot hand…
permissive · top 15,000 on PyPI
rsl-rl-libRSL-RL is a GPU-accelerated reinforcement…
permissive · top 15,000 on PyPI
pin-pinkPink solves differential inverse kinematics for…
permissive · top 15,000 on PyPI