Isaac Lab Arena extends Isaac Lab
with composable tools for creating robotics simulation environments and running them efficiently at scale.
Note
This is the development version of Isaac Lab Arena. It contains the newest features but may not be fully tested yet.
For the tested version, please refer to the release/0.2.1 branch.
Modular Environments
Compose scenes, embodiments, and tasks as reusable building blocks instead of duplicating full environment definitions.
Swappable assets
Run-time swapping of building blocks such as target objects and backgrounds allows parallel evaluation covering many variations of one task without code changes.
Automatic Object Placement
Define layouts with semantic spatial relations rather than hand-coded poses. Arena solves and validates candidate placements against object geometry, collisions, and task constraints.
Evaluate a policy across many parallel environments with aggregated metrics for high-level summary as well as per-episode recording for detailed analysis.
Agentic environment creation
Turn a natural-language task request into a runnable Arena environment. Edit the environment specification and review the randomized layouts in a GUI interactively.
Built-in Evaluation Environments
Run policies against built-in registered environments.
Environmental Variations
Enable build-time and run-time variations to sample controlled changes such as but not limited to HDR backgrounds, light properties, camera intrinsic and extrinsic parameters, and object mass.
Multi-node Evaluation
Scale-out evaluation across multiple compute nodes.
Sensitivity Analysis
Analyze which environment factors are associated with policy success or failure.
Teleoperation
Teleoperate robots using IsaacTeleop in Arena-defined environments.
NVIDIA Isaac Lab-Arena is an open-source framework, available on GitHub, that provides a collaborative system for
large-scale robot policy evaluation and benchmarking in simulation, with the evaluation and task layers designed
in close collaboration with Lightwheel.
Isaac Lab-Arena was built in collaboration with the authors of Robolab
(website, paper).