paper-with-me

Papers

On Sample-Efficient Generalized Planning via Learned Transition Models

2026-02-26 · Nitin Gupta, Vishal Pallagani, John A. Aydin, Biplav Srivastava arxiv

Generalized planning studies the construction of solution strategies that generalize across families of planning problems sharing a common domain model, formally defined by a transition function $γ: S \times A \rightarrow S$. Classical approaches achieve such generalization through symbolic abstractions and explicit reasoning over $γ$. In contrast, recent Transformer-based planners, such as PlanGPT and Plansformer, largely cast generalized planning as direct action-sequence prediction, bypassing explicit transition modeling. While effective on in-distribution instances, these approaches typically require large datasets and model sizes, and often suffer from state drift in long-horizon settings due to the absence of explicit world-state evolution. In this work, we formulate generalized planning as a transition-model learning problem, in which a neural model explicitly approximates the successor-state function $\hatγ \approx γ$ and generates plans by rolling out symbolic state trajectories. Instead of predicting actions directly, the model autoregressively predicts intermediate world states, thereby learning the domain dynamics as an implicit world model. To study size-invariant generalization and sample efficiency, we systematically evaluate multiple state representations and neural architectures, including relational graph encodings. Our results show that learning explicit transition models yields higher out-of-distribution satisficing-plan success than direct action-sequence prediction in multiple domains, while achieving these gains with significantly fewer training instances and smaller models. This is an extended version of a short paper accepted at ICAPS 2026 under the same title.

📄 PDF Abstract BibTeX arXiv:2602.23148

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Compact and Efficient Encodings for Planning in Factored State and Action Spaces with Learned Binarized Neural Network Transition Models

2018-11-26 · Buser Say, Scott Sanner

In this paper, we leverage the efficiency of Binarized Neural Networks (BNNs) to learn complex state transition models of planning domains with discretized factored state and action spaces. In order to directly exploit t…

ARCComputational Efficiency

Guarantees for Sound Abstractions for Generalized Planning (Extended Paper)

2019-05-28 · Blai Bonet, Raquel Fuentetaja, Yolanda E-Martin, Daniel Borrajo

Generalized planning is about finding plans that solve collections of planning instances, often infinite collections, rather than single instances. Recently it has been shown how to reduce the planning problem for genera…

Learning General Policies from Small Examples Without Supervision

2021-01-03 · Guillem Francès, Blai Bonet, Hector Geffner

Generalized planning is concerned with the computation of general policies that solve multiple instances of a planning domain all at once. It has been recently shown that these policies can be computed in two steps: firs…

Combinatorial Optimization

Learning Features and Abstract Actions for Computing Generalized Plans

2018-11-17 · Blai Bonet, Guillem Francès, Hector Geffner

Generalized planning is concerned with the computation of plans that solve not one but multiple instances of a planning domain. Recently, it has been shown that generalized plans can be expressed as mappings of feature v…

Predicate Invention for Bilevel Planning

2022-03-17 · Tom Silver, Rohan Chitnis, Nishanth Kumar, Willie McClinton 외

Efficient planning in continuous state and action spaces is fundamentally hard, even when the transition model is deterministic and known. One way to alleviate this challenge is to perform bilevel planning with abstracti…