83
57

Differentiable GPU-Parallelized Task and Motion Planning

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:this https URL

View on arXiv
@article{shen2025_2411.11833,
  title={ Differentiable GPU-Parallelized Task and Motion Planning },
  author={ William Shen and Caelan Garrett and Nishanth Kumar and Ankit Goyal and Tucker Hermans and Leslie Pack Kaelbling and Tomás Lozano-Pérez and Fabio Ramos },
  journal={arXiv preprint arXiv:2411.11833},
  year={ 2025 }
}
Comments on this paper