Robotics: Science and Systems XXI
Differentiable GPU-Parallelized Task and Motion Planning
William Shen, Caelan Reed Garrett, Nishanth Kumar, Ankit Goyal, Tucker Hermans, Leslie Pack Kaelbling, Tomás Lozano-Pérez, Fabio RamosAbstract:
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: [cutamp.github.io](https://cutamp.github.io)
Bibtex:
@INPROCEEDINGS{ShenW-RSS-25, AUTHOR = {William Shen AND Caelan Reed Garrett AND Nishanth Kumar AND Ankit Goyal AND Tucker Hermans AND Leslie Pack Kaelbling AND Tomás Lozano-Pérez AND Fabio Ramos}, TITLE = {{Differentiable GPU-Parallelized Task and Motion Planning}}, BOOKTITLE = {Proceedings of Robotics: Science and Systems}, YEAR = {2025}, ADDRESS = {LosAngeles, CA, USA}, MONTH = {June}, DOI = {10.15607/RSS.2025.XXI.050} }