paper-with-me

Papers

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

2018-02-28 · Vladimir Feinberg, Alvin Wan, Ion Stoica, Michael. I. Jordan, Joseph E. Gonzalez, Sergey Levine

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 incorporating imagined data coupled with a notion of model uncertainty to accelerate the learning of continuous control tasks. Unfortunately, they rely on heuristics that limit usage of the dynamics model. We present model-based value expansion, which controls for uncertainty in the model by only allowing imagination to fixed depth. By enabling wider use of learned dynamics models within a model-free reinforcement learning algorithm, we improve value estimation, which, in turn, reduces the sample complexity of learning.

📄 PDF Abstract BibTeX arXiv:1803.00101

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous Controlmodelreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Parameter-free Reduction of the Estimation Bias in Deep Reinforcement Learning for Deterministic Policy Gradients

2021-09-24 · Baturay Saglam, Furkan Burak Mutlu, Dogan Can Cicek, Suleyman Serdar Kozat

Approximation of the value functions in value-based deep reinforcement learning induces overestimation bias, resulting in suboptimal policies. We show that when the reinforcement signals received by the agents have a hig…

continuous-controlContinuous ControlDeep Reinforcement LearningMuJoCo+2

Estimation Error Correction in Deep Reinforcement Learning for Deterministic Actor-Critic Methods

2021-09-22 · Baturay Saglam, Enes Duran, Dogan C. Cicek, Furkan B. Mutlu 외

In value-based deep reinforcement learning methods, approximation of value functions induces overestimation bias and leads to suboptimal policies. We show that in deep actor-critic methods that aim to overcome the overes…

continuous-controlContinuous ControlDeep Reinforcement LearningOpenAI Gym+3

Policy Optimization with Model-based Explorations

2018-11-18 · Feiyang Pan, Qingpeng Cai, An-Xiang Zeng, Chun-Xiang Pan 외

Model-free reinforcement learning methods such as the Proximal Policy Optimization algorithm (PPO) have successfully applied in complex decision-making problems such as Atari games. However, these methods suffer from hig…

Atari GamesDecision MakingmodelModel-based Reinforcement Learning+3

Efficient and Robust Reinforcement Learning with Uncertainty-based Value Expansion

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

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. Howeve…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Model-Free Reinforcement Learning with the Decision-Estimation Coefficient

2022-11-25 · NeurIPS 2023 11

We consider the problem of interactive decision making, encompassing structured bandits and reinforcement learning with general function approximation. Recently, Foster et al. (2021) introduced the Decision-Estimation Co…

Decision Makingreinforcement-learningReinforcement Learning