paper-with-me

홈 › Papers

Learning Sketches for Decomposing Planning Problems into Subproblems of Bounded Width: Extended Version

2022-03-28 · Dominik Drexler, Jendrik Seipp, Hector Geffner

Recently, sketches have been introduced as a general language for representing the subgoal structure of instances drawn from the same domain. Sketches are collections of rules of the form C -> E over a given set of features where C expresses Boolean conditions and E expresses qualitative changes. Each sketch rule defines a subproblem: going from a state that satisfies C to a state that achieves the change expressed by E or a goal state. Sketches can encode simple goal serializations, general policies, or decompositions of bounded width that can be solved greedily, in polynomial time, by the SIW_R variant of the SIW algorithm. Previous work has shown the computational value of sketches over benchmark domains that, while tractable, are challenging for domain-independent planners. In this work, we address the problem of learning sketches automatically given a planning domain, some instances of the target class of problems, and the desired bound on the sketch width. We present a logical formulation of the problem, an implementation using the ASP solver Clingo, and experimental results. The sketch learner and the SIW_R planner yield a domain-independent planner that learns and exploits domain structure in a crisp and explicit form.

📄 PDF Abstract BibTeX arXiv:2203.14852

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Expressing and Exploiting the Common Subgoal Structure of Classical Planning Domains Using Sketches: Extended Version

2021-05-10 · Dominik Drexler, Jendrik Seipp, Hector Geffner

Width-based planning methods deal with conjunctive goals by decomposing problems into subproblems of low width. Algorithms like SIW thus fail when the goal is not easily serializable in this way or when some of the subpr…

Learning Sketch Decompositions in Planning via Deep Reinforcement Learning

2024-12-11 · Michael Aichmüller, Hector Geffner

In planning and reinforcement learning, the identification of common subgoal structures across problems is important when goals are to be achieved over long horizons. Recently, it has been shown that such structures can …

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

Preference-Driven Multi-Objective Combinatorial Optimization with Conditional Computation

2025-06-10 · Mingfeng Fan, Jianan Zhou, Yifeng Zhang, Yaoxin Wu 외

Recent deep reinforcement learning methods have achieved remarkable success in solving multi-objective combinatorial optimization problems (MOCOPs) by decomposing them into multiple subproblems, each associated with a sp…

Combinatorial OptimizationDeep Reinforcement Learning

$\texttt{LM}^\texttt{2}$: A Simple Society of Language Models Solves Complex Reasoning

2024-04-02 · Gurusha Juneja, Subhabrata Dutta, Tanmoy Chakraborty

Despite demonstrating emergent reasoning abilities, Large Language Models (LLMS) often lose track of complex, multi-step reasoning. Existing studies show that providing guidance via decomposing the original question into…

MathMedQA

Hierarchical Planning with Latent World Models

2026-04-03 · Wancong Zhang, Basile Terver, Artem Zholus, Soham Chitnis 외 arxiv

World models are a promising path to zero-shot embodied control through planning. However, existing world model planners struggle on long-horizon, multi-stage tasks: prediction errors compound and naive search is exponen…