Differentiable GPU-Parallelized Task and Motion Planning
William Shen, Caelan Garrett, Nishanth Kumar, Ankit Goyal, Tucker Hermans, Leslie Pack Kaelbling, Tomás Lozano-Pérez, Fabio Ramos
TL;DR
cuTAMP introduces the first GPU-accelerated, backtracking TAMP framework that unites sampling-based initialization with differentiable, batch optimization to solve highly constrained plan-skeleton CSPs in seconds. By operating on thousands of particles in parallel, it maintains interdependencies among continuous parameters while exploring multiple solution basins and leveraging a plan-feasibility heuristic to guide skeleton selection. The method demonstrates strong performance on diverse manipulation tasks, both in simulation and on real robots (UR5 and Kinova), and shows notable improvements over serial baselines in success rate and runtime. This approach enables robust, long-horizon planning for complex, contact-rich manipulation with practical impact for real-world robotic systems.
Abstract
Planning long-horizon robot manipulation requires making discrete decisions about which objects to interact with and continuous decisions about how to interact with them. A robot planner must select grasps, placements, and motions that are feasible and safe. This class of problems falls under Task and Motion Planning (TAMP) and poses significant computational challenges in terms of algorithm runtime and solution quality, particularly when the solution space is highly constrained. To address these challenges, we propose a new bilevel TAMP algorithm that leverages GPU parallelism to efficiently explore thousands of candidate continuous solutions simultaneously. Our approach uses GPU parallelism to sample an initial batch of solution seeds for a plan skeleton and to apply differentiable optimization on this batch to satisfy plan constraints and minimize solution cost with respect to soft objectives. We demonstrate that our algorithm can effectively solve highly constrained problems with non-convex constraints in just seconds, substantially outperforming serial TAMP approaches, and validate our approach on multiple real-world robots. Project website and code: https://cutamp.github.io
