paper-with-me

Papers

Efficient and Robust Reinforcement Learning with Uncertainty-based Value Expansion

2019-12-10 · Bo Zhou, Hongsheng Zeng, Fan Wang, Yunxiang Li, Hao Tian

By integrating dynamics models into model-free reinforcement learning (RL) methods, model-based value expansion (MVE) algorithms have shown a significant advantage in sample efficiency as well as value estimation. However, these methods suffer from higher function approximation errors than model-free methods in stochastic environments due to a lack of modeling the environmental randomness. As a result, their performance lags behind the best model-free algorithms in some challenging scenarios. In this paper, we propose a novel Hybrid-RL method that builds on MVE, namely the Risk Averse Value Expansion (RAVE). With imaginative rollouts generated by an ensemble of probabilistic dynamics models, we further introduce the aversion of risks by seeking the lower confidence bound of the estimation. Experiments on a range of challenging environments show that by modeling the uncertainty completely, RAVE substantially enhances the robustness of previous model-based methods, and yields state-of-the-art performance. With this technique, our solution gets the first place in NeurIPS 2019: Learn to Move.

📄 PDF Abstract BibTeX arXiv:1912.05328

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Model-Based Value Estimation for Efficient Model-Free Reinforcement Learning

2018-02-28 · Vladimir Feinberg, Alvin Wan, Ion Stoica, Michael. I. Jordan 외

Recent model-free reinforcement learning algorithms have proposed incorporating learned dynamics models as a source of additional data with the intention of reducing sample complexity. Such methods hold the promise of in…

continuous-controlContinuous Controlmodelreinforcement-learning+2

Model-based Reinforcement Learning with Ensembled Model-value Expansion

2021-09-29 · Gaurav Manek, J Zico Kolter

Model-based reinforcement learning (MBRL) methods are often more data-efficient and quicker to converge than their model-free counterparts, but typically rely crucially on accurate modeling of the environment dynamics an…

modelModel-based Reinforcement Learningreinforcement-learningReinforcement Learning+1

Generalized Kalman filter based temporal difference reinforcement learning

2026-07-22 · Vasos Arnaoutis, Eric Lutters, Bojana Rosić arxiv

In this paper, we present a generalized temporal-difference (TD) reinforcement learning framework based on the theory of conditional expectations. The value and action-value (Q-value) functions are treated as uncertain q…

Reinforcement Learning

Diminishing Return of Value Expansion Methods in Model-Based Reinforcement Learning

2023-03-07 · Daniel Palenicek, Michael Lutter, Joao Carvalho, Jan Peters

Model-based reinforcement learning is one approach to increase sample efficiency. However, the accuracy of the dynamics model and the resulting compounding error over modelled trajectories are commonly regarded as key li…

continuous-controlContinuous ControlModel-based Reinforcement Learningreinforcement-learning+1

Revisiting Model-based Value Expansion

2022-03-28 · Daniel Palenicek, Michael Lutter, Jan Peters

Model-based value expansion methods promise to improve the quality of value function targets and, thereby, the effectiveness of value function learning. However, to date, these methods are being outperformed by Dyna-styl…

GPUmodelModel-based Reinforcement Learning