paper-with-me

Papers

Modelling Multi-Agent Epistemic Planning in ASP. Theory and Practice of Logic Programming

2020-08-07 · Alessandro Burigana, Francesco Fabiano, Agostino Dovier, Enrico Pontelli

Designing agents that reason and act upon the world has always been one of the main objectives of the Artificial Intelligence community. While for planning in "simple" domains the agents can solely rely on facts about the world, in several contexts, e.g., economy, security, justice and politics, the mere knowledge of the world could be insufficient to reach a desired goal. In these scenarios, epistemic reasoning, i.e., reasoning about agents' beliefs about themselves and about other agents' beliefs, is essential to design winning strategies. This paper addresses the problem of reasoning in multi-agent epistemic settings exploiting declarative programming techniques. In particular, the paper presents an actual implementation of a multi-shot Answer Set Programming-based planner that can reason in multi-agent epistemic settings, called PLATO (ePistemic muLti-agent Answer seT programming sOlver). The ASP paradigm enables a concise and elegant design of the planner, w.r.t. other imperative implementations, facilitating the development of formal verification of correctness. The paper shows how the planner, exploiting an ad-hoc epistemic state representation and the efficiency of ASP solvers, has competitive performance results on benchmarks collected from the literature. It is under consideration for acceptance in TPLP.

📄 PDF Abstract BibTeX arXiv:2008.03007

Code (0)

등록된 구현이 없습니다.

Tasks

Epistemic Reasoning

Similar Papers 제목 키워드 기반

The Epistemic Planning Domain Definition Language: Official Guideline

2026-01-28 · Alessandro Burigana, Francesco Fabiano arxiv

Epistemic planning extends (multi-agent) automated planning by making agents' knowledge and beliefs first-class aspects of the planning formalism. One of the most well-known frameworks for epistemic planning is Dynamic E…

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

2019-03-28 · Guang Hu, Tim Miller, Nir Lipovetzky

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 propositiona…

Dynamic Term-Modal Logics for First-Order Epistemic Planning

2019-06-14 · Andrés Occhipinti Liberman, Andreas Achen, Rasmus Kræmmer Rendsvig

Many classical planning frameworks are built on first-order languages. The first-order expressive power is desirable for compactly representing actions via schemas, and for specifying quantified conditions such as $\neg\…

Cooperative Epistemic Multi-Agent Planning for Implicit Coordination

2017-03-07 · Thorsten Engesser, Thomas Bolander, Robert Mattmüller, Bernhard Nebel

Epistemic planning can be used for decision making in multi-agent situations with distributed knowledge and capabilities. Recently, Dynamic Epistemic Logic (DEL) has been shown to provide a very natural and expressive fr…

Decision Making

A General Multi-agent Epistemic Planner Based on Higher-order Belief Change

2018-06-29 · Xiao Huang, Biqing Fang, Hai Wan, Yongmei Liu

In recent years, multi-agent epistemic planning has received attention from both dynamic logic and planning communities. Existing implementations of multi-agent epistemic planning are based on compilation into classical …