paper-with-me

Papers

Efficient Model-Based Reinforcement Learning through Optimistic Policy Search and Planning

2020-06-15 · NeurIPS 2020 12 · Sebastian Curi, Felix Berkenkamp, Andreas Krause

Model-based reinforcement learning algorithms with probabilistic dynamical models are amongst the most data-efficient learning methods. This is often attributed to their ability to distinguish between epistemic and aleatoric uncertainty. However, while most algorithms distinguish these two uncertainties for learning the model, they ignore it when optimizing the policy, which leads to greedy and insufficient exploration. At the same time, there are no practical solvers for optimistic exploration algorithms. In this paper, we propose a practical optimistic exploration algorithm (H-UCRL). H-UCRL reparameterizes the set of plausible models and hallucinates control directly on the epistemic uncertainty. By augmenting the input space with the hallucinated inputs, H-UCRL can be solved using standard greedy planners. Furthermore, we analyze H-UCRL and construct a general regret bound for well-calibrated models, which is provably sublinear in the case of Gaussian Process models. Based on this theoretical foundation, we show how optimistic exploration can be easily combined with state-of-the-art reinforcement learning algorithms and different probabilistic models. Our experiments demonstrate that optimistic exploration significantly speeds-up learning when there are penalties on actions, a setting that is notoriously difficult for existing model-based reinforcement learning algorithms.

📄 PDF Abstract BibTeX arXiv:2006.08684

Code (1)

sebascuri/hucrl 공식 구현 pytorch

Tasks

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

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Learning to Plan via Deep Optimistic Value Exploration

2020-06-08 · L4DC 2020 6 · Tim Seyde, Wilko Schwarting, Sertac Karaman, Daniela Rus

Deep exploration requires coordinated long-term planning. We present a model-based reinforcement learning algorithm that guides policy learning through a value function that exhibits optimism in the face of uncertainty. …

BenchmarkingModel-based Reinforcement LearningReinforcement Learning (RL)

Efficient Multi-agent Reinforcement Learning by Planning

2024-05-20 · Qihan Liu, Jianing Ye, Xiaoteng Ma, Jun Yang 외

Multi-agent reinforcement learning (MARL) algorithms have accomplished remarkable breakthroughs in solving large-scale decision-making tasks. Nonetheless, most existing MARL algorithms are model-free, limiting sample eff…

Computational EfficiencyModel-based Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learning+3

Fast Exploration with Simplified Models and Approximately Optimistic Planning in Model Based Reinforcement Learning

2018-06-01 · Ramtin Keramati, Jay Whang, Patrick Cho, Emma Brunskill

Humans learn to play video games significantly faster than the state-of-the-art reinforcement learning (RL) algorithms. People seem to build simple models that are easy to learn to support planning and strategic explorat…

Model-based Reinforcement LearningObjectreinforcement-learningReinforcement Learning+1

COPlanner: Plan to Roll Out Conservatively but to Explore Optimistically for Model-Based RL

2023-10-11 · Xiyao Wang, Ruijie Zheng, Yanchao Sun, Ruonan Jia 외

Dyna-style model-based reinforcement learning contains two phases: model rollouts to generate sample for policy learning and real environment exploration using current policy for dynamics model learning. However, due to …

continuous-controlContinuous ControlModel-based Reinforcement LearningModel Predictive Control

Distilling a Hierarchical Policy for Planning and Control via Representation and Reinforcement Learning

2020-11-16 · Jung-Su Ha, Young-Jin Park, Hyeok-Joo Chae, Soon-Seo Park 외

We present a hierarchical planning and control framework that enables an agent to perform various tasks and adapt to a new task flexibly. Rather than learning an individual policy for each particular task, the proposed f…

reinforcement-learningReinforcement Learning (RL)