paper-with-me

홈 › Papers

Metareasoning for Planning Under Uncertainty

2015-05-03 · Christopher H. Lin, Andrey Kolobov, Ece Kamar, Eric Horvitz

The conventional model for online planning under uncertainty assumes that an agent can stop and plan without incurring costs for the time spent planning. However, planning time is not free in most real-world settings. For example, an autonomous drone is subject to nature's forces, like gravity, even while it thinks, and must either pay a price for counteracting these forces to stay in place, or grapple with the state change caused by acquiescing to them. Policy optimization in these settings requires metareasoning---a process that trades off the cost of planning and the potential policy improvement that can be achieved. We formalize and analyze the metareasoning problem for Markov Decision Processes (MDPs). Our work subsumes previously studied special cases of metareasoning and shows that in the general case, metareasoning is at most polynomially harder than solving MDPs with any given algorithm that disregards the cost of thinking. For reasons we discuss, optimal general metareasoning turns out to be impractical, motivating approximations. We present approximate metareasoning procedures which rely on special properties of the BRTDP planning algorithm and explore the effectiveness of our methods on a variety of problems.

📄 PDF Abstract BibTeX arXiv:1505.00399

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Ideal Partition of Resources for Metareasoning

2021-10-18 · Eric Horvitz, John Breese

We can achieve significant gains in the value of computation by metareasoning about the nature or extent of base-level problem solving before executing a solution. However, resources that are irrevocably committed to met…

Learning to select computations

2017-11-18 · Frederick Callaway, Sayan Gul, Paul M. Krueger, Thomas L. Griffiths 외

The efficient use of limited computational resources is an essential ingredient of intelligence. Selecting computations optimally according to rational metareasoning would achieve this, but this is computationally intrac…

Management

Metareasoning in uncertain environments: a meta-BAMDP framework

2024-08-02 · Prakhar Godara, Tilman Diego Aléman, Angela J. Yu

\textit{Reasoning} may be viewed as an algorithm $P$ that makes a choice of an action $a^* \in \mathcal{A}$, aiming to optimize some outcome. However, executing $P$ itself bears costs (time, energy, limited capacity, etc…

Decision Making

A Formal Metareasoning Model of Concurrent Planning and Execution

2023-03-05 · Amihay Elboher, Ava Bensoussan, Erez Karpas, Wheeler Ruml 외

Agents that plan and act in the real world must deal with the fact that time passes as they are planning. When timing is tight, there may be insufficient time to complete the search for a plan before it is time to act. B…

Planning and Acting While the Clock Ticks

2024-03-21 · Andrew Coles, Erez Karpas, Andrey Lavrinenko, Wheeler Ruml 외

Standard temporal planning assumes that planning takes place offline and then execution starts at time 0. Recently, situated temporal planning was introduced, where planning starts at time 0 and execution occurs after pl…