paper-with-me

Papers

Representation, learning, and planning algorithms for geometric task and motion planning

2022-03-09 · Beomjoon Kim, Luke Shimanuki, Leslie Pack Kaelbling, Tomás Lozano-Pérez

We present a framework for learning to guide geometric task and motion planning (GTAMP). GTAMP is a subclass of task and motion planning in which the goal is to move multiple objects to target regions among movable obstacles. A standard graph search algorithm is not directly applicable, because GTAMP problems involve hybrid search spaces and expensive action feasibility checks. To handle this, we introduce a novel planner that extends basic heuristic search with random sampling and a heuristic function that prioritizes feasibility checking on promising state action pairs. The main drawback of such pure planners is that they lack the ability to learn from planning experience to improve their efficiency. We propose two learning algorithms to address this. The first is an algorithm for learning a rank function that guides the discrete task level search, and the second is an algorithm for learning a sampler that guides the continuous motionlevel search. We propose design principles for designing data efficient algorithms for learning from planning experience and representations for effective generalization. We evaluate our framework in challenging GTAMP problems, and show that we can improve both planning and data efficiency

📄 PDF Abstract BibTeX arXiv:2203.04605

Code (0)

등록된 구현이 없습니다.

Tasks

Heuristic SearchMotion PlanningRepresentation LearningTask and Motion Planning

Similar Papers 제목 키워드 기반

Prime the search: Using large language models for guiding geometric task and motion planning by warm-starting tree search

2025-06-08 · Dongryung Lee, Sejune Joo, Kimin Lee, Beomjoon Kim

The problem of relocating a set of objects to designated areas amidst movable obstacles can be framed as a Geometric Task and Motion Planning (G-TAMP) problem, a subclass of task and motion planning (TAMP). Traditional a…

Common Sense ReasoningMotion PlanningTask and Motion PlanningTask Planning

Combined Task and Motion Planning as Classical AI Planning

2017-06-21 · Jonathan Ferrer-Mestres, Guillem Francès, Hector Geffner

Planning in robotics is often split into task and motion planning. The high-level, symbolic task planner decides what needs to be done, while the motion planner checks feasibility and fills up geometric detail. It is kno…

Motion PlanningTask and Motion Planningvalid

A Meta-Engine Framework for Interleaved Task and Motion Planning using Topological Refinements

2024-08-11 · Elisa Tosello, Alessandro Valentini, Andrea Micheli

Task And Motion Planning (TAMP) is the problem of finding a solution to an automated planning problem that includes discrete actions executable by low-level continuous motions. This field is gaining increasing interest w…

BenchmarkingMotion PlanningNavigateTask and Motion Planning

Unified Task and Motion Planning using Object-centric Abstractions of Motion Constraints

2023-12-29 · Alejandro Agostini, Justus Piater

In task and motion planning (TAMP), the ambiguity and underdetermination of abstract descriptions used by task planning methods make it difficult to characterize physical constraints needed to successfully execute a task…

Computational EfficiencyHeuristic SearchMotion PlanningTask and Motion Planning+1

Vectorizing Projection in Manifold-Constrained Motion Planning for Real-Time Whole-Body Control

2026-04-14 · Shrutheesh R Iyer, I-Chia Chang, Andrew Z. Liu, Yan Gu 외 arxiv

Many robot planning tasks require satisfaction of one or more constraints throughout the entire trajectory. For geometric constraints, manifold-constrained motion planning algorithms are capable of planning collision-fre…

Motion Planning