Copied


NVIDIA Newton 1.0 Ships GPU-Accelerated Physics for Industrial Robot Training

Terrill Dicki   Mar 16, 2026 21:51 0 Min Read


NVIDIA released Newton 1.0 GA at GTC 2026, delivering a production-ready physics simulation engine that clocks 475x faster than Google DeepMind's MJX for manipulation tasks on the new RTX PRO 6000 Blackwell workstation GPUs. The open-source engine—built on NVIDIA Warp and OpenUSD—targets the contact-rich simulation demands of industrial assembly and dexterous manipulation that existing simulators handle poorly.

The release lands as the robotic simulation market approaches $28 billion in valuation, with manufacturers racing to close the sim-to-real gap that has historically plagued learned robot policies. NVIDIA stock traded at $180.25 on March 16, up 2.46% on the day.

What Newton Actually Does

Newton bundles multiple physics solvers behind a unified API. Two stand out: Disney Research's Kamino handles closed-loop mechanisms like parallel linkage legs that break most simulators. MuJoCo Warp (MJWarp) extends Google DeepMind's trusted MuJoCo engine with GPU parallelization—252x speedup for locomotion tasks, 475x for manipulation.

The collision detection system introduces signed distance field (SDF) collision that ingests CAD meshes directly, eliminating the convex hull approximations that lose geometric detail on tight-tolerance parts. Hydroelastic contact modeling—borrowed from Toyota Research Institute's Drake engine—generates distributed pressure across contact patches rather than point approximations. That distinction matters for connector insertion and tactile manipulation where real-world friction behavior determines success or failure.

Deformable simulation covers cables via Vertex Block Descent (VBD), cloth, rubber parts, and granular materials through implicit Material Point Method. VBD couples bidirectionally with rigid-body solvers, letting robot motion physically deform cables during assembly simulation.

Production Deployments

Skild AI is training reinforcement learning policies for GPU rack assembly—connector insertion, board placement, fastening—using Newton's SDF collision and hydroelastic contacts through Isaac Lab. The configuration bypasses MuJoCo Warp's native contact pipeline to capture the torsional friction effects that emerge during complex manipulation sequences.

Samsung will generate synthetic training data for vision-language-action models using Newton's cable simulation. Lightwheel is calibrating SimReady assets against real-world measurements for Samsung's refrigerator assembly workflows, where water-hose connector insertion requires accurate 1D deformable behavior.

Both deployments highlight the core value proposition: generating high-fidelity contact data at GPU scale for policies that actually transfer to physical hardware.

Ecosystem Integration

Newton plugs into Isaac Lab 3.0 and Isaac Sim 6.0 as a swappable physics backend. The practical implication: teams author environments once, validate across different physics engines, then deploy. A Warp-based tiled camera sensor supports RGB, depth, normals, and segmentation at throughput levels targeting DGX-scale perceptive RL training.

The Linux Foundation houses Newton as a joint project from NVIDIA, Google DeepMind, and Disney Research. Toyota Research Institute joined to advance solver development. This follows ABB Robotics tapping NVIDIA Omniverse for industrial physical AI on March 9, and Ai2's March 12 announcement of training robots entirely in simulation.

Newton ships free under open-source licensing. The immediate question for industrial automation teams: whether the 475x speedup and hydroelastic contact fidelity translate to measurably better sim-to-real transfer on their specific assembly tasks. Early production deployments from Skild and Samsung will provide that answer over the coming months.


Read More