paper-with-me

Papers

Sample Efficient Reinforcement Learning via Model-Ensemble Exploration and Exploitation

2021-07-05 · Yao Yao, Li Xiao, Zhicheng An, Wanpeng Zhang, Dijun Luo

Model-based deep reinforcement learning has achieved success in various domains that require high sample efficiencies, such as Go and robotics. However, there are some remaining issues, such as planning efficient explorations to learn more accurate dynamic models, evaluating the uncertainty of the learned models, and more rational utilization of models. To mitigate these issues, we present MEEE, a model-ensemble method that consists of optimistic exploration and weighted exploitation. During exploration, unlike prior methods directly selecting the optimal action that maximizes the expected accumulative return, our agent first generates a set of action candidates and then seeks out the optimal action that takes both expected return and future observation novelty into account. During exploitation, different discounted weights are assigned to imagined transition tuples according to their model uncertainty respectively, which will prevent model predictive error propagation in agent training. Experiments on several challenging continuous control benchmark tasks demonstrated that our approach outperforms other model-free and model-based state-of-the-art methods, especially in sample complexity.

📄 PDF Abstract BibTeX arXiv:2107.01825

Code (1)

YaoYao1995/MEEE 공식 구현 tf

Tasks

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Bayesian Inference with Anchored Ensembles of Neural Networks, and Application to Exploration in Reinforcement Learning

2018-05-29 · Tim Pearce, Nicolas Anastassacos, Mohamed Zaki, Andy Neely

The use of ensembles of neural networks (NNs) for the quantification of predictive uncertainty is widespread. However, the current justification is intuitive rather than analytical. This work proposes one minor modificat…

Bayesian Inferencereinforcement-learningReinforcement LearningReinforcement Learning (RL)

DiPO: Disentangled Perplexity Policy Optimization for Fine-grained Exploration-Exploitation Trade-Off

2026-04-15 · Xiaofan Li, Ming Yang, Zhiyuan Ma, Shichao Ma 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has catalyzed significant advances in the reasoning capabilities of Large Language Models (LLMs). However, effectively managing the exploration and exploitation trade…

Reinforcement LearningMathematical Reasoning

Evolutionary Policy Optimization

2025-04-17 · Zelal Su "Lain" Mustafaoglu, Keshav Pingali, Risto Miikkulainen

A key challenge in reinforcement learning (RL) is managing the exploration-exploitation trade-off without sacrificing sample efficiency. Policy gradient (PG) methods excel in exploitation through fine-grained, gradient-b…

Policy Gradient MethodsReinforcement Learning (RL)

Decoupled Exploration and Exploitation Policies for Sample-Efficient Reinforcement Learning

2021-01-23 · William F. Whitney, Michael Bloesch, Jost Tobias Springenberg, Abbas Abdolmaleki 외

Despite the close connection between exploration and sample efficiency, most state of the art reinforcement learning algorithms include no considerations for exploration beyond maximizing the entropy of the policy. In th…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+1

Regioned Episodic Reinforcement Learning

2021-01-01 · Jiarui Jin, Cong Chen, Ming Zhou, Weinan Zhang 외

Goal-oriented reinforcement learning algorithms are often good at exploration, not exploitation, while episodic algorithms excel at exploitation, not exploration. As a result, neither of these approaches alone can lead t…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)