paper-with-me

홈 › Papers

When to Localize? A Risk-Constrained Reinforcement Learning Approach

2024-11-05 · Chak Lam Shek, Kasra Torshizi, Troi Williams, Pratap Tokekar

In a standard navigation pipeline, a robot localizes at every time step to lower navigational errors. However, in some scenarios, a robot needs to selectively localize when it is expensive to obtain observations. For example, an underwater robot surfacing to localize too often hinders it from searching for critical items underwater, such as black boxes from crashed aircraft. On the other hand, if the robot never localizes, poor state estimates cause failure to find the items due to inadvertently leaving the search area or entering hazardous, restricted areas. Motivated by these scenarios, we investigate approaches to help a robot determine "when to localize?" We formulate this as a bi-criteria optimization problem: minimize the number of localization actions while ensuring the probability of failure (due to collision or not reaching a desired goal) remains bounded. In recent work, we showed how to formulate this active localization problem as a constrained Partially Observable Markov Decision Process (POMDP), which was solved using an online POMDP solver. However, this approach is too slow and requires full knowledge of the robot transition and observation models. In this paper, we present RiskRL, a constrained Reinforcement Learning (RL) framework that overcomes these limitations. RiskRL uses particle filtering and recurrent Soft Actor-Critic network to learn a policy that minimizes the number of localizations while ensuring the probability of failure constraint is met. Our numerical experiments show that RiskRL learns a robust policy that leads to at least a 26% increase in success rates when traversing unseen test environments.

📄 PDF Abstract BibTeX arXiv:2411.02788

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Robust Reinforcement Learning with Distributional Risk-averse formulation

2022-06-14 · Pierre Clavier, Stéphanie Allassonière, Erwan Le Pennec

Robust Reinforcement Learning tries to make predictions more robust to changes in the dynamics or rewards of the system. This problem is particularly important when the dynamics and rewards of the environment are estimat…

Distributional Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Risk-Constrained Reinforcement Learning with Percentile Risk Criteria

2015-12-05 · Yin-Lam Chow, Mohammad Ghavamzadeh, Lucas Janson, Marco Pavone

In many sequential decision-making problems one is interested in minimizing an expected cumulative cost while taking into account \emph{risk}, i.e., increased awareness of events of small probability and high consequence…

Decision MakingMarketingreinforcement-learningReinforcement Learning+2

Lp- and Risk Consistency of Localized SVMs

2023-05-16 · Hannes Köhler

Kernel-based regularized risk minimizers, also called support vector machines (SVMs), are known to possess many desirable properties but suffer from their super-linear computational requirements when dealing with large d…

Risk-Sensitive Reinforcement Learning Applied to Control under Constraints

2011-09-09 · P. Geibel, F. Wysotzki

In this paper, we consider Markov Decision Processes (MDPs) with error states. Error states are those states entering which is undesirable or dangerous. We define the risk with respect to a policy as the probability of e…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Spectral-Risk Safe Reinforcement Learning with Convergence Guarantees

2024-05-29 · Dohyeong Kim, Taehyun Cho, Seungyub Han, Hojun Chung 외

The field of risk-constrained reinforcement learning (RCRL) has been developed to effectively reduce the likelihood of worst-case scenarios by explicitly handling risk-measure-based constraints. However, the nonlinearity…

Bilevel Optimizationcontinuous-controlContinuous Controlreinforcement-learning+2