Roboticz Lab ES
‹ News

Isaac Lab 3 is ready to test | Robotics

Isaac Lab 3.0 enters early access with multiple backends, kit-less execution, and migration changes that need careful work on 2.x projects.

  • Isaac Lab
  • NVIDIA
  • Newton
  • robot learning
  • simulation
Generated image: macro detail of lab instrumentation, accompanying the entry Isaac Lab 3 is ready to test

What actually changed in the last 24 hours? Isaac Lab 3.0 is now available to test in early access. For people training robot-control policies in simulation, it puts multiple engines behind one API and lets part of the workflow run without launching Isaac Sim. This is not a stable release, and moving from Isaac Lab 2.x needs a deliberate migration.

One environment, multiple physics and rendering backends

Version 3.0.0-EA was published on September 16 at 22:34 UTC. Its core change is an architecture that separates physics, rendering, and visualization. A compatible task can choose PhysX, OVPhysX, or Newton MJWarp without rewriting the environment, according to the official release notes.

It also adds kit-less workflows. You can train and inspect with Newton without installing or launching Isaac Sim. Isaac Sim is still required for features such as its ROS bridge, XR teleoperation, PhysX, or RTX, so it does not disappear from every project. The installation guide requires Python 3.12, and the release is built for Isaac Sim 6.1, PyTorch 2.11, Warp 1.16, and Newton 1.5.2.

For a small project, the practical gain is testing the same compatible task across backends before tying training to one of them. Start with Cartpole or a short scene and measure step time, memory use, and stability. Do not assume every backend works with every task. The release itself says support is task-specific.

The migration matters more than the version number

Isaac Lab 3 changes the common commands to isaaclab train and isaaclab play. It also changes quaternions from WXYZ to XYZW and makes asset and sensor data return ProxyArray instead of a direct PyTorch tensor. An unchecked hard-coded rotation can leave a robot facing the wrong way.

The official release retains some compatibility layers, but recommends migrating now instead of relying on them. That is sensible for exploration. I would not treat it as an automatic update for a lab with reliable simulations already running.

Early access is the important qualifier. NVIDIA targets general availability for late October and says work until then will focus on bugs, stability, compatibility, and documentation. Known limits include surface-gripper tasks that need CPU PhysX and closed-loop Digit articulations that remain PhysX-only. Test an isolated copy of the project and preserve a 2.x baseline before changing the working environment.

Sources
  1. Isaac Lab 3.0 Early Access, official release notes
  2. Isaac Lab 3.0, official installation guide

Every claim above comes from here. If something has no source, it's not in.

Now go build it

Guides with the bill of materials and the logic explained.

Subscribe by RSS