paper-with-me

Papers

On Uncertainty in Deep State Space Models for Model-Based Reinforcement Learning

2022-10-17 · Philipp Becker, Gerhard Neumann

Improved state space models, such as Recurrent State Space Models (RSSMs), are a key factor behind recent advances in model-based reinforcement learning (RL). Yet, despite their empirical success, many of the underlying design choices are not well understood. We show that RSSMs use a suboptimal inference scheme and that models trained using this inference overestimate the aleatoric uncertainty of the ground truth system. We find this overestimation implicitly regularizes RSSMs and allows them to succeed in model-based RL. We postulate that this implicit regularization fulfills the same functionality as explicitly modeling epistemic uncertainty, which is crucial for many other model-based RL approaches. Yet, overestimating aleatoric uncertainty can also impair performance in cases where accurately estimating it matters, e.g., when we have to deal with occlusions, missing observations, or fusing sensor modalities at different frequencies. Moreover, the implicit regularization is a side-effect of the inference scheme and not the result of a rigorous, principled formulation, which renders analyzing or improving RSSMs difficult. Thus, we propose an alternative approach building on well-understood components for modeling aleatoric and epistemic uncertainty, dubbed Variational Recurrent Kalman Network (VRKN). This approach uses Kalman updates for exact smoothing inference in a latent space and Monte Carlo Dropout to model epistemic uncertainty. Due to the Kalman updates, the VRKN can naturally handle missing observations or sensor fusion problems with varying numbers of observations per time step. Our experiments show that using the VRKN instead of the RSSM improves performance in tasks where appropriately capturing aleatoric uncertainty is crucial while matching it in the deterministic standard benchmarks.

📄 PDF Abstract BibTeX arXiv:2210.09256

Code (1)

pbecker93/vrkn 공식 구현 pytorch

Tasks

Model-based Reinforcement Learningreinforcement-learningReinforcement Learning (RL)Sensor FusionState Space Models

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Monte Carlo Dropout 설명 없음

Similar Papers 제목 키워드 기반

Risk Sensitive Model-Based Reinforcement Learning using Uncertainty Guided Planning

2021-11-09 · Stefan Radic Webster, Peter Flach

Identifying uncertainty and taking mitigating actions is crucial for safe and trustworthy reinforcement learning agents, especially when deployed in high-risk environments. In this paper, risk sensitivity is promoted in …

Model-based Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Uncertainty Representations in State-Space Layers for Deep Reinforcement Learning under Partial Observability

2024-09-25 · Carlos E. Luis, Alessandro G. Bottero, Julia Vinogradska, Felix Berkenkamp 외

Optimal decision-making under partial observability requires reasoning about the uncertainty of the environment's hidden state. However, most reinforcement learning architectures handle partial observability with sequenc…

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

Count-Based Exploration in Feature Space for Reinforcement Learning

2017-06-25 · Jarryd Martin, Suraj Narayanan Sasikumar, Tom Everitt, Marcus Hutter

We introduce a new count-based optimistic exploration algorithm for Reinforcement Learning (RL) that is feasible in environments with high-dimensional state-action spaces. The success of RL algorithms in these domains de…

Atari GamesEfficient Explorationreinforcement-learningReinforcement Learning+1

Incorporating Explicit Uncertainty Estimates into Deep Offline Reinforcement Learning

2022-06-02 · David Brandfonbrener, Remi Tachet des Combes, Romain Laroche

Most theoretically motivated work in the offline reinforcement learning setting requires precise uncertainty estimates. This requirement restricts the algorithms derived in that work to the tabular and linear settings wh…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Multi-resolution Exploration in Continuous Spaces

2008-12-01 · NeurIPS 2008 12 · Ali Nouri, Michael L. Littman

The essence of exploration is acting to try to decrease uncertainty. We propose a new methodology for representing uncertainty in continuous-state control problems. Our approach, multi-resolution exploration (MRE), uses …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)