paper-with-me

Papers

Lifted Sequential Planning with Lazy Constraint Generation Solvers

2023-07-17 · Anubhav Singh, Miquel Ramirez, Nir Lipovetzky, Peter J. Stuckey

This paper studies the possibilities made open by the use of Lazy Clause Generation (LCG) based approaches to Constraint Programming (CP) for tackling sequential classical planning. We propose a novel CP model based on seminal ideas on so-called lifted causal encodings for planning as satisfiability, that does not require grounding, as choosing groundings for functions and action schemas becomes an integral part of the problem of designing valid plans. This encoding does not require encoding frame axioms, and does not explicitly represent states as decision variables for every plan step. We also present a propagator procedure that illustrates the possibilities of LCG to widen the kind of inference methods considered to be feasible in planning as (iterated) CSP solving. We test encodings and propagators over classic IPC and recently proposed benchmarks for lifted planning, and report that for planning problem instances requiring fewer plan steps our methods compare very well with the state-of-the-art in optimal sequential planning.

📄 PDF Abstract BibTeX arXiv:2307.08242

Code (0)

등록된 구현이 없습니다.

Tasks

valid

Similar Papers 제목 키워드 기반

Stochastic Planning and Lifted Inference

2017-01-04 · Roni Khardon, Scott Sanner

Lifted probabilistic inference (Poole, 2003) and symbolic dynamic programming for lifted stochastic planning (Boutilier et al, 2001) were introduced around the same time as algorithmic efforts to use abstraction in stoch…

Decision MakingSequential Decision Making

Optimal Solutions for the Moving Target Vehicle Routing Problem with Obstacles via Lazy Branch and Price

2026-03-23 · Anoop Bhat, Geordan Gutow, Surya Singh, Zhongqiang Ren 외 arxiv

The Moving Target Vehicle Routing Problem with Obstacles (MT-VRP-O) seeks trajectories for several agents that collectively intercept a set of moving targets. Each target has one or more time windows where it must be vis…

Motion Planning

Lifted Successor Generation in Numeric Planning

2025-11-01 · Dominik Drexler arxiv

Most planners ground numeric planning tasks, given in a first-order-like language, into a ground task representation. However, this can lead to an exponential blowup in task representation size, which occurs in practice …

Parallel Lifted Planning via Semi-Naive Datalog Evaluation

2026-05-08 · Dominik Drexler, Oliver Joergensen, Jendrik Seipp arxiv

Lifted classical planners operate directly on first-order planning tasks to avoid the computationally demanding grounding step. However, lifted planning is typically slower, as planners must repeatedly instantiate ground…

Lazy Rearrangement Planning in Confined Spaces

2022-03-19 · Rui Wang, Kai Gao, Jingjin Yu, Kostas Bekris

Object rearrangement is important for many applications but remains challenging, especially in confined spaces, such as shelves, where objects cannot be accessed from above and they block reachability to each other. Such…

Motion PlanningObject Rearrangement