nvidia.com

Command Palette

Search for a command to run...

What framework supports the Newton differentiable physics engine for gradient-based robot learning?

Last updated: 4/22/2026

Supporting Newton Differentiable Physics Engine for Gradient Based Robot Learning

NVIDIA Isaac Lab is the GPU-accelerated framework that natively supports the Newton differentiable physics engine for gradient-based robot learning. Co-developed by Google DeepMind and Disney Research, Newton is built on Warp and OpenUSD. This shared architecture allows Isaac Lab to compute gradients directly through high-fidelity simulations for advanced robotics training.

Introduction

Training robots for contact-rich manipulation and complex locomotion requires physical simulations that can accurately model interactions while computing gradients for machine learning. Legacy physics engines often force developers to choose between physical accuracy and the computational scale necessary for reinforcement learning.

By integrating the Newton physics engine, modern robot learning frameworks resolve this bottleneck. This approach combines differentiable simulation with massively parallel GPU execution, giving developers the scale and physical fidelity required for complex policy training without sacrificing performance.

Key Takeaways

  • Isaac Lab natively integrates the Newton physics engine for differentiable, GPU-accelerated robot learning.
  • Built on Warp and OpenUSD, the framework enables direct computation of gradients during simulation.
  • The integration supports multiphysics simulations, including rigid bodies, deformables, and cloth manipulation.
  • The modular architecture allows seamless scaling across multi-GPU and multi-node environments.

Why This Solution Fits

Isaac Lab is explicitly designed as a unified, modular framework for robot learning that bridges high-fidelity simulation with scalable policy training. Its foundation on NVIDIA Warp makes it the natural host for Newton, which is also built on Warp and OpenUSD. This shared architecture ensures highly efficient communication between the physics engine and the learning framework.

Because Newton is optimized for gradient-based computation, Isaac Lab utilizes this to train AI robots through both reinforcement learning and imitation learning. This means developers do not have to rely solely on computationally expensive zero-order optimization methods. Instead, they can compute gradients directly through the physical simulation, dramatically improving training efficiency for complex behaviors.

The framework provides a complete pipeline from environment setup to policy deployment. Teams can configure Newton's advanced contact modeling - managed by the Linux Foundation and co-developed by Google DeepMind and Disney Research - within an end-to-end, GPU-native ecosystem. Legacy systems required extensive workarounds to calculate gradients across rigid body interactions. By unifying the simulation environment and the physics solver on the GPU, this solution eliminates those bottlenecks. The result is a seamless workflow where teams can develop, test, and transfer robotic policies across a wider range of compute hardware.

Key Capabilities

Differentiable Simulation via Warp. Isaac Lab taps into Newton's foundation on Warp to provide CUDA-graphable environments. This architecture allows gradients to flow directly through the physics step for highly efficient policy updates. For developers, this means faster convergence during training, as the system mathematically calculates the optimal adjustments rather than relying purely on trial and error.

Flexible Robot Learning. Teams can customize their workflows with specific tasks and learning techniques depending on the embodiment they are training. The platform allows users to bring custom libraries like skrl, RLLib, and rl_games, while utilizing Newton for high-fidelity contact modeling in complex scenarios. This flexibility ensures that the framework adapts to specific research needs rather than forcing a rigid development path.

Multiphysics Support. The integration natively handles advanced physical interactions, essential for real-world robotics. Developers can simulate quadruped locomotion alongside industrial manipulators handling deformable objects like cloth. This capability resolves the pain point of needing separate simulators for rigid mechanics and soft-body physics, unifying them under one framework.

Sim-to-Real Distillation. A critical hurdle in robot learning is transferring simulated policies to physical hardware. The framework includes a dedicated sim-to-real workflow optimized for Newton. This process empowers users to train a teacher policy, distill a student policy by removing privileged terms, and fine-tune that student policy with reinforcement learning before deploying it to physical robots.

Scale With Multi-GPU. The platform supports running fast, large-scale training. Users can deploy locally on RTX workstations or easily move to the cloud via standalone headless operation. Scaling up training of cross-embodied models across multiple NVIDIA GPUs and nodes becomes a straightforward configuration rather than a complex engineering task.

Proof & Evidence

The capabilities of Isaac Lab and the Newton physics engine have been demonstrated through specific, functional training scenarios. In technical walk-throughs, the framework successfully trained a quadruped robot policy for point-to-point locomotion, validating its stability and precision in legged robotics. This proves the system's capacity to handle the complex, dynamic forces involved in continuous movement.

Furthermore, the framework's multiphysics capabilities have been proven through the setup of industrial manipulators. Technical documentation details how the system is used to train robots to fold clothes, highlighting its capacity for contact-rich, deformable object manipulation. Handling soft materials like fabric requires intense computational resources and precise collision modeling, which the Newton integration manages effectively.

External evaluations and ecosystem developments further reinforce these performance gains. Independent analyses have noted massive speedups in robot simulation times when utilizing GPU-accelerated physics engines like Newton over traditional CPU-bound solvers. This acceleration directly enables data center-scale execution, allowing research teams to simulate millions of interactions in a fraction of the time previously required.

Buyer Considerations

Hardware infrastructure is a primary consideration when adopting this solution. Because Isaac Lab and Newton rely on parallelized CUDA environments, teams must evaluate their access to appropriate GPU resources. Buyers should assess whether they have sufficient local RTX workstations or the necessary cloud GPU instances to run these large-scale simulations effectively.

Buyers should also note that the Newton integration within the framework is currently accessible as a Beta release (v3.0.0-beta) under the experimental features branch. Before moving production workloads, engineering teams should review the known limitations, solver transitioning documentation, and current bugs. This experimental status means the API may undergo changes, requiring maintenance from the development team.

When planning a migration, developers currently using older frameworks like IsaacGymEnvs or Orbit should factor in the time required to update articulation configurations. Adapting to the specific structure for differentiable simulation demands initial setup effort. Teams must balance this upfront time investment against the long-term benefits of accelerated, gradient-based robot learning.

Frequently Asked Questions

How do I install the Newton physics engine in Isaac Lab?

Newton Beta is available through the experimental features branch. Users must follow the kit-less mode setup and local installation guides provided in the framework's GitHub repository to enable the engine.

Does Isaac Lab support multi-GPU training with Newton?

Yes, the framework is designed to scale cross-embodied models across multiple GPUs and nodes. However, users should monitor the issue tracker, as specific distributed training optimizations for the Newton backend are actively being refined.

Can I combine Newton with other physics engines?

The framework features a modular architecture that allows developers to choose their physics engine. You can configure workflows utilizing Newton, PhysX, or MuJoCo depending on the specific requirements of your robot learning task.

What workflows are supported for transferring Newton simulations to real robots?

The platform supports a distinct three-step sim-to-real deployment process. This involves training a teacher policy in simulation, distilling a student policy by removing privileged terms, and fine-tuning the student policy with reinforcement learning.

Conclusion

For teams requiring gradient-based robot learning and differentiable simulation, NVIDIA Isaac Lab is the framework explicitly built to support the Newton physics engine. Its shared foundation on Warp ensures that complex, contact-rich simulations can be parallelized and scaled with high efficiency. By providing a complete ecosystem-from environment generation and multiphysics handling to sim-to-real deployment-the platform eliminates the friction of integrating disparate software tools.

The combination of these technologies gives robotics researchers the ability to model highly complex physical interactions, such as quadruped locomotion and cloth manipulation, while maintaining the processing speed necessary for reinforcement learning. Moving away from CPU-bound physics engines to a fully GPU-accelerated pipeline represents a structural shift in how robotic policies are developed and refined.

To implement this framework, developers can access the software repositories directly. Engineering teams should review the Newton integration documentation located under the experimental features section, evaluate their GPU infrastructure, and utilize the provided starter kits to begin setting up their initial robot training environments.

Related Articles