paper-with-me

Papers

An Epistemic Human-Aware Task Planner which Anticipates Human Beliefs and Decisions

2024-09-27 · Shashank Shekhar, Anthony Favier, Rachid Alami

We present a substantial extension of our Human-Aware Task Planning framework, tailored for scenarios with intermittent shared execution experiences and significant belief divergence between humans and robots, particularly due to the uncontrollable nature of humans. Our objective is to build a robot policy that accounts for uncontrollable human behaviors, thus enabling the anticipation of possible advancements achieved by the robot when the execution is not shared, e.g. when humans are briefly absent from the shared environment to complete a subtask. But, this anticipation is considered from the perspective of humans who have access to an estimated model for the robot. To this end, we propose a novel planning framework and build a solver based on AND-OR search, which integrates knowledge reasoning, including situation assessment by perspective taking. Our approach dynamically models and manages the expansion and contraction of potential advances while precisely keeping track of when (and when not) agents share the task execution experience. The planner systematically assesses the situation and ignores worlds that it has reason to think are impossible for humans. Overall, our new solver can estimate the distinct beliefs of the human and the robot along potential courses of action, enabling the synthesis of plans where the robot selects the right moment for communication, i.e. informing, or replying to an inquiry, or defers ontic actions until the execution experiences can be shared. Preliminary experiments in two domains, one novel and one adapted, demonstrate the effectiveness of the framework.

📄 PDF Abstract BibTeX arXiv:2409.18545

Code (0)

등록된 구현이 없습니다.

Tasks

Task Planning

Similar Papers 제목 키워드 기반

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…

PassiveQA: A Three-Action Framework for Epistemically Calibrated Question Answering via Supervised Finetuning

2026-04-06 · Madhav S Baidya arxiv

Large Language Models (LLMs) have achieved strong performance in question answering and retrieval-augmented generation (RAG), yet they implicitly assume that user queries are fully specified and answerable. In real-world…

Question AnsweringAnswer Generation

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

Epistemic Reasoning

E-PDDL: A Standardized Way of Defining Epistemic Planning Problems

2021-07-19 · Francesco Fabiano, Biplav Srivastava, Jonathan Lenchner, Lior Horesh 외

Epistemic Planning (EP) refers to an automated planning setting where the agent reasons in the space of knowledge states and tries to find a plan to reach a desirable state from the current state. Its general form, the M…

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 …