paper-with-me

홈 › Papers

Contingency Planning Using Bi-level Markov Decision Processes for Space Missions

2024-02-26 · Somrita Banerjee, Edward Balaban, Mark Shirley, Kevin Bradner, Marco Pavone

This work focuses on autonomous contingency planning for scientific missions by enabling rapid policy computation from any off-nominal point in the state space in the event of a delay or deviation from the nominal mission plan. Successful contingency planning involves managing risks and rewards, often probabilistically associated with actions, in stochastic scenarios. Markov Decision Processes (MDPs) are used to mathematically model decision-making in such scenarios. However, in the specific case of planetary rover traverse planning, the vast action space and long planning time horizon pose computational challenges. A bi-level MDP framework is proposed to improve computational tractability, while also aligning with existing mission planning practices and enhancing explainability and trustworthiness of AI-driven solutions. We discuss the conversion of a mission planning MDP into a bi-level MDP, and test the framework on RoverGridWorld, a modified GridWorld environment for rover mission planning. We demonstrate the computational tractability and near-optimal policies achievable with the bi-level MDP approach, highlighting the trade-offs between compute time and policy optimality as the problem's complexity grows. This work facilitates more efficient and flexible contingency planning in the context of scientific missions.

📄 PDF Abstract BibTeX arXiv:2402.16342

Code (1)

somritabanerjee/bimdps.jl 공식 구현

Tasks

Decision Making

Similar Papers 제목 키워드 기반

HALO: Hazard-Aware Landing Optimization for Autonomous Systems

2023-04-04 · Christopher R. Hayner, Samuel C. Buckner, Daniel Broyles, Evelyn Madewell 외

With autonomous aerial vehicles enacting safety-critical missions, such as the Mars Science Laboratory Curiosity rover's landing on Mars, the tasks of automatically identifying and reasoning about potentially hazardous l…

PODDP: Partially Observable Differential Dynamic Programming for Latent Belief Space Planning

2019-12-14 · Dicong Qiu, Yibiao Zhao, Chris L. Baker

Autonomous agents are limited in their ability to observe the world state. Partially observable Markov decision processes (POMDPs) formally model the problem of planning under world state uncertainty, but POMDPs with con…

Contingencies from Observations: Tractable Contingency Planning with Learned Behavior Models

2021-04-21 · Nicholas Rhinehart, Jeff He, Charles Packer, Matthew A. Wright 외

Humans have a remarkable ability to make decisions by accurately reasoning about future events, including the future behaviors and states of mind of other agents. Consider driving a car through a busy intersection: it is…

Planning in entropy-regularized Markov decision processes and games

2026-04-21 · Jean-Bastien Grill, Omar Darwiche Domingues, Pierre Ménard, Rémi Munos 외 arxiv

We propose SmoothCruiser, a new planning algorithm for estimating the value function in entropy-regularized Markov decision processes and two-player games, given a generative model of the environment. SmoothCruiser makes…

Decentralized Control of Partially Observable Markov Decision Processes using Belief Space Macro-actions

2015-02-20 · Shayegan Omidshafiei, Ali-akbar Agha-mohammadi, Christopher Amato, Jonathan P. How

The focus of this paper is on solving multi-robot planning problems in continuous spaces with partial observability. Decentralized partially observable Markov decision processes (Dec-POMDPs) are general models for multi-…

Decision Making