paper-with-me

홈 › Papers

Deliberative Acting, Online Planning and Learning with Hierarchical Operational Models

2020-10-02 · Sunandita Patra, James Mason, Malik Ghallab, Dana Nau, Paolo Traverso

In AI research, synthesizing a plan of action has typically used descriptive models of the actions that abstractly specify what might happen as a result of an action, and are tailored for efficiently computing state transitions. However, executing the planned actions has needed operational models, in which rich computational control structures and closed-loop online decision-making are used to specify how to perform an action in a nondeterministic execution context, react to events and adapt to an unfolding situation. Deliberative actors, which integrate acting and planning, have typically needed to use both of these models together -- which causes problems when attempting to develop the different models, verify their consistency, and smoothly interleave acting and planning. As an alternative, we define and implement an integrated acting and planning system in which both planning and acting use the same operational models. These rely on hierarchical task-oriented refinement methods offering rich control structures. The acting component, called Reactive Acting Engine (RAE), is inspired by the well-known PRS system. At each decision step, RAE can get advice from a planner for a near-optimal choice with respect to a utility function. The anytime planner uses a UCT-like Monte Carlo Tree Search procedure, called UPOM, whose rollouts are simulations of the actor's operational models. We also present learning strategies for use with RAE and UPOM that acquire, from online acting experiences and/or simulated planning results, a mapping from decision contexts to method instances as well as a heuristic function to guide UPOM. We demonstrate the asymptotic convergence of UPOM towards optimal methods in static domains, and show experimentally that UPOM and the learning strategies significantly improve the acting efficiency and robustness.

📄 PDF Abstract BibTeX arXiv:2010.01909

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingDescriptive

Methods 이 논문이 사용한 방법론

RAE This method introduces several regularization schemes that can be applied to an Autoencoder. To make the model generative *ex-post* density estimation is proposed and consists in…

Similar Papers 제목 키워드 기반

Integrating Acting, Planning and Learning in Hierarchical Operational Models

2020-03-09 · Sunandita Patra, James Mason, Amit Kumar, Malik Ghallab 외

We present new planning and learning algorithms for RAE, the Refinement Acting Engine. RAE uses hierarchical operational models to perform tasks in dynamically changing environments. Our planning procedure, UPOM, does a …

Acting and Planning with Hierarchical Operational Models on a Mobile Robot: A Study with RAE+UPOM

2025-07-15 · Oscar Lima, Marc Vinci, Sunandita Patra, Sebastian Stock 외

Robotic task execution faces challenges due to the inconsistency between symbolic planner models and the rich control structures actually running on the robot. In this paper, we present the first physical deployment of a…

Decision Making

From Automated to Autonomous: Hierarchical Agent-native Network Architecture (HANA)

2026-05-20 · Binghan Wu, Shoufeng Wang, Yunxin Liu, Ya-Qin Zhang 외 arxiv

Realizing Level 4/5 Autonomous Networks (AN) demands a shift from static automation to agent-native intelligence. Current operations, reliant on rigid scripts, lack the cognitive agency to handle off-nominal conditions. …

Overhang Tower: Resource-Rational Adaptation in Sequential Physical Planning

2026-04-10 · Ruihong Shen, Shiqian Li, Yixin Zhu arxiv

Humans effortlessly navigate the physical world by predicting how objects behave under gravity and contact forces, yet how such judgments support sequential physical planning under resource constraints remains poorly und…

Modeling Deliberative Argumentation Strategies on Wikipedia

2018-07-01 · ACL 2018 7 · Khalid Al-Khatib, Henning Wachsmuth, Kevin Lang, Jakob Herpel 외

This paper studies how the argumentation strategies of participants in deliberative discussions can be supported computationally. Our ultimate goal is to predict the best next deliberative move of each participant. In th…