paper-with-me

Papers

Learning to Plan Optimistically: Uncertainty-Guided Deep Exploration via Latent Model Ensembles

2020-10-27 · Tim Seyde, Wilko Schwarting, Sertac Karaman, Daniela Rus

Learning complex robot behaviors through interaction requires structured exploration. Planning should target interactions with the potential to optimize long-term performance, while only reducing uncertainty where conducive to this objective. This paper presents Latent Optimistic Value Exploration (LOVE), a strategy that enables deep exploration through optimism in the face of uncertain long-term rewards. We combine latent world models with value function estimation to predict infinite-horizon returns and recover associated uncertainty via ensembling. The policy is then trained on an upper confidence bound (UCB) objective to identify and select the interactions most promising to improve long-term performance. We apply LOVE to visual robot control tasks in continuous action spaces and demonstrate on average more than 20% improved sample efficiency in comparison to state-of-the-art and other exploration objectives. In sparse and hard to explore environments we achieve an average improvement of over 30%.

📄 PDF Abstract BibTeX arXiv:2010.14641

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

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

NeoRL: Efficient Exploration for Nonepisodic RL

2024-06-03 · Bhavya Sukhija, Lenart Treven, Florian Dörfler, Stelian Coros 외

We study the problem of nonepisodic reinforcement learning (RL) for nonlinear dynamical systems, where the system dynamics are unknown and the RL agent has to learn from a single trajectory, i.e., without resets. We prop…

Efficient ExplorationReinforcement Learning (RL)

Optimistic Active Exploration of Dynamical Systems

2023-06-21 · NeurIPS 2023 11

Reinforcement learning algorithms commonly seek to optimize policies for solving one particular task. How should we explore an unknown dynamical system such that the estimated model globally approximates the dynamics and…

MQES: Max-Q Entropy Search for Efficient Exploration in Continuous Reinforcement Learning

2021-01-01 · Jinyi Liu, Zhi Wang, Jianye Hao, Yan Zheng

Recently, the principle of optimism in the face of (aleatoric and epistemic) uncertainty has been utilized to design efficient exploration strategies for Reinforcement Learning (RL). Different from most prior work target…

Efficient ExplorationMuJoCoreinforcement-learningReinforcement Learning (RL)

ActSafe: Active Exploration with Safety Constraints for Reinforcement Learning

2024-10-12 · Yarden As, Bhavya Sukhija, Lenart Treven, Carmelo Sferrazza 외

Reinforcement learning (RL) is ubiquitous in the development of modern AI systems. However, state-of-the-art RL agents require extensive, and potentially unsafe, interactions with their environments to learn effectively.…

Efficient Explorationreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1