Depth-Bounded Epistemic Planning
Thomas Bolander, Alessandro Burigana, Marco Montali

TL;DR
This paper introduces a depth-bounded epistemic planning algorithm using dynamic epistemic logic, which limits reasoning depth to improve efficiency and is validated through implementation and benchmarking.
Contribution
It presents a novel depth-bounded reasoning approach with a new bisimulation contraction, enabling more efficient epistemic planning with theoretical guarantees.
Findings
The algorithm guarantees soundness and completeness within depth bounds.
It runs in (b+1)-EXPTIME for reasoning depth b.
Implementation shows improved performance over existing planners.
Abstract
We propose a novel algorithm for epistemic planning based on dynamic epistemic logic (DEL). The novelty is that we limit the depth of reasoning of the planning agent to an upper bound b, meaning that the planning agent can only reason about higher-order knowledge to at most (modal) depth b. We then compute a plan requiring the lowest reasoning depth by iteratively incrementing the value of b. The algorithm relies at its core on a new type of "canonical" b-bisimulation contraction that guarantees unique minimal models by construction. This yields smaller states wrt. standard bisimulation contractions, and enables to efficiently check for visited states. We show soundness and completeness of our planning algorithm, under suitable bounds on reasoning depth, and that, for a bound b, it runs in (b+1)-EXPTIME. We implement the algorithm in a novel epistemic planner, DAEDALUS, and compare it…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsLogic, Reasoning, and Knowledge · AI-based Problem Solving and Planning
