sapien
['SAPIEN: A SimulAted Parted based Interactive ENvironment']
What it is and what it does
SAPIEN is a GPU-accelerated physics simulator designed for robotic manipulation and vision research. It provides a large-scale dataset of articulated objects with part-level annotations, built on the ShapeNet and PartNet foundations as a collaborative effort between UCSD, Stanford, and SFU. The simulator uses PhysX 5 for physics and supports GPU-accelerated rendering via its SapienRenderer (formerly VulkanRenderer), including ray tracing and stereo depth sensor simulation.
Version 3.0 introduced a major refactor to an entity-component architecture, replacing the previous Actor-based API. The package is designed for tasks requiring detailed understanding of object parts and their interactions—typical use cases include training robotic grasping policies, simulating complex manipulation tasks, and generating synthetic training data for vision models. It supports both offscreen rendering on headless GPU servers and virtual desktop setups, making it suitable for large-scale distributed robot learning experiments.
Use it for:
- Training robotic grasping and manipulation policies on articulated objects with part-level understanding.
- Generating synthetic training data for robotic vision models using GPU-accelerated rendering and ray tracing.
- Simulating complex multi-step manipulation tasks requiring detailed physics and collision handling.
- Running large-scale distributed robot learning experiments on GPU servers without display.
- Prototyping and validating robot control algorithms in a realistic physics environment before deployment.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
SAPIEN is a physics-rich simulation environment for articulated objects that enables robotic vision and interaction tasks requiring detailed part-level understanding.
Yes, if you are developing robotic manipulation or vision systems and have access to a Linux GPU. SAPIEN is actively maintained, has no known vulnerabilities, uses permissive MIT licensing, and provides a mature physics simulation environment with a large dataset of articulated objects. The GPU requirement and Linux-only runtime are hard constraints; verify your hardware before installing. The medium install friction is typical for compiled simulation packages and is not a blocker for most research or production use.
Install
sapien on PyPI
pip
pip install sapienuv
uv add sapienpoetry
poetry add sapienInstalling sapien
Before you install
Medium install friction due to compiled wheels and GPU requirement. The package is actively maintained with recent release (157 days ago) and supports modern Python versions (3.8–3.14). Pre-built wheels available for macOS, Linux, and Windows, but Linux with NVIDIA, AMD, or Intel GPU is required to run.
License in practice
MIT license permits commercial and private use with minimal restrictions, making it suitable for both research and production robotics projects.
Quickstart
pip install sapien
import sapien
from sapien.core import Scene
scene = Scene()
# Configure physics and rendering for your simulation
Requires Linux with NVIDIA, AMD, or Intel GPU. On headless servers, system dependencies libegl1 and libxext6 are needed for offscreen rendering.
Verify before relying
- Whether the 9 runtime dependencies (numpy, requests, transforms3d, lxml, networkx, pyperclip, opencv-python, setuptools, importlib-resources) are all required for basic usage or only for specific features.
- Performance characteristics and scalability limits for large-scale simulations with many articulated objects.
- Compatibility and integration details with popular robot learning frameworks beyond ManiSkill.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 9 — numpy, requests, transforms3d, lxml, networkx, pyperclip, opencv-python, setuptools, importlib-resources |
| Maintenance | actively maintained — 157 days since the last release |
| First released | |
| Downloads | 102,065/month — #12,894 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: sapien-3.0.3-cp310-cp310-macosx_12_0_universal2.whl; sapien-3.0.3-cp310-cp310-manylinux_2_28_x86_64.whl; sapien-3.0.3-cp310-cp310-win_amd64.whl; sapien-3.0.3-cp311-cp311-macosx_12_0_universal2.whl; sapien-3.0.3-cp311-cp311-manylinux_2_28_x86_64.whl; sapien-3.0.3-cp311-cp311-win_amd64.whl; sapien-3.0.3-cp312-cp312-macosx_12_0_universal2.whl; sapien-3.0.3-cp312-cp312-manylinux_2_28_x86_64.whl; sapien-3.0.3-cp312-cp312-win_amd64.whl; sapien-3.0.3-cp313-cp313-macosx_12_0_universal2.whl; sapien-3.0.3-cp313-cp313-manylinux_2_28_x86_64.whl; sapien-3.0.3-cp313-cp313-win_amd64.whl; sapien-3.0.3-cp314-cp314-macosx_12_0_universal2.whl; sapien-3.0.3-cp314-cp314-manylinux_2_28_x86_64.whl; sapien-3.0.3-cp314-cp314-win_amd64.whl
Keywords: robotics, simulator, dataset, articulation, partnet
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
newtonNewton is a GPU-accelerated physics simulation…
permissive · top 15,000 on PyPI
mjvisermjviser is a web-based viewer for MuJoCo…
permissive · top 15,000 on PyPI
mujoco-warpGPU-accelerated physics simulation for robotics…
permissive · top 15,000 on PyPI
pybulletPyBullet provides physics simulation, robotics…
permissive · top 15,000 on PyPI
pinPython interface to a C++ rigid-body dynamics…
permissive · top 5,000 on PyPI
dex-retargetingTranslates human hand motion to robot hand…
permissive · top 15,000 on PyPI
pin-pinkPink solves differential inverse kinematics for…
permissive · top 15,000 on PyPI
robosuiterobosuite is a MuJoCo-powered simulation…
unclear · top 15,000 on PyPI
skrlskrl is a modular reinforcement learning…
permissive · top 15,000 on PyPI
mcapMCAP is a logging library and file format for…
permissive · top 5,000 on PyPI