菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-16
📄 Abstract - Planning as Goal Recognition: Deriving Heuristics from Intention Models - Extended Version

Classical planning aims to find a sequence of actions, a plan, that maps a starting state into one of the goal states. If a trajectory appears to be leading to the goal, should we prioritise exploring it? Seminal work in goal recognition (GR) has defined GR in terms of a classical planning problem, adopting classical solvers and heuristics to recognise plans. We come full circle, and study the adoption and properties of GR-derived heuristics for seeking solutions to classical planning problems. We propose a new framework for assessing goal intention, which informs a new class of efficiently-computable heuristics. As a proof of concept, we derive two such heuristics, and show that they can already yield improvements for top-scoring classical planners. Our work provides foundational knowledge for understanding and deriving probabilistic intention-based heuristics for planning.

顶级标签: theory agents systems
详细标签: goal recognition heuristics classical planning intention models probabilistic reasoning 或 搜索:

作为目标识别的规划:从意图模型推导启发式——扩展版 / Planning as Goal Recognition: Deriving Heuristics from Intention Models - Extended Version


1️⃣ 一句话总结

这篇论文提出了一种新方法,将目标识别技术反过来用于提升传统规划问题的求解效率,通过从意图模型中推导出高效的启发式函数,并证明了这些新启发式能有效改进顶尖规划器的性能。

源自 arXiv: 2603.14824