AIMar 28, 2019

What you get is what you see: Decomposing Epistemic Planning using Functional STRIPS

arXiv:1903.11777v23 citations
Originality Incremental advance
AI Analysis

This work addresses scalability issues in epistemic planning for multi-agent and human-agent interaction domains, though it is incremental as it builds on existing functional STRIPS and epistemic logic concepts.

The paper tackles the computational infeasibility of epistemic planning as problems grow by decomposing it using functional STRIPS to delegate reasoning to external solvers, resulting in significantly better scalability and more succinct problem expression compared to a state-of-the-art planner.

Epistemic planning --- planning with knowledge and belief --- is essential in many multi-agent and human-agent interaction domains. Most state-of-the-art epistemic planners solve this problem by compiling to propositional classical planning, for example, generating all possible knowledge atoms, or compiling epistemic formula to normal forms. However, these methods become computationally infeasible as problems grow. In this paper, we decompose epistemic planning by delegating reasoning about epistemic formula to an external solver. We do this by modelling the problem using \emph{functional STRIPS}, which is more expressive than standard STRIPS and supports the use of external, black-box functions within action models. Exploiting recent work that demonstrates the relationship between what an agent `sees' and what it knows, we allow modellers to provide new implementations of externals functions. These define what agents see in their environment, allowing new epistemic logics to be defined without changing the planner. As a result, it increases the capability and flexibility of the epistemic model itself, and avoids the exponential pre-compilation step. We ran evaluations on well-known epistemic planning benchmarks to compare with an existing state-of-the-art planner, and on new scenarios based on different external functions. The results show that our planner scales significantly better than the state-of-the-art planner against which we compared, and can express problems more succinctly.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes