菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-26
📄 Abstract - On Sample-Efficient Generalized Planning via Learned Transition Models

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 $\gamma : S \times A \rightarrow S$. Classical approaches achieve such generalization through symbolic abstractions and explicit reasoning over $\gamma$. 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{\gamma} \approx \gamma$ 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.

顶级标签: agents model training machine learning
详细标签: generalized planning transition models sample efficiency neural planning world models 或 搜索:

基于学习到的转移模型的样本高效广义规划研究 / On Sample-Efficient Generalized Planning via Learned Transition Models


1️⃣ 一句话总结

这篇论文提出了一种新方法,通过让AI模型学习并模拟环境状态的变化规律来制定行动计划,这种方法比直接预测行动序列更高效、更准确,并且能用更少的数据和更小的模型实现更好的泛化能力。

源自 arXiv: 2602.23148