paper-with-me

홈 › Papers

Temporal Difference Uncertainties as a Signal for Exploration

2020-10-05 · Sebastian Flennerhag, Jane X. Wang, Pablo Sprechmann, Francesco Visin, Alexandre Galashov, Steven Kapturowski, Diana L. Borsa, Nicolas Heess, Andre Barreto, Razvan Pascanu

An effective approach to exploration in reinforcement learning is to rely on an agent's uncertainty over the optimal policy, which can yield near-optimal exploration strategies in tabular settings. However, in non-tabular settings that involve function approximators, obtaining accurate uncertainty estimates is almost as challenging a problem. In this paper, we highlight that value estimates are easily biased and temporally inconsistent. In light of this, we propose a novel method for estimating uncertainty over the value function that relies on inducing a distribution over temporal difference errors. This exploration signal controls for state-action transitions so as to isolate uncertainty in value that is due to uncertainty over the agent's parameters. Because our measure of uncertainty conditions on state-action transitions, we cannot act on this measure directly. Instead, we incorporate it as an intrinsic reward and treat exploration as a separate learning problem, induced by the agent's temporal difference uncertainties. We introduce a distinct exploration policy that learns to collect data with high estimated uncertainty, which gives rise to a curriculum that smoothly changes throughout learning and vanishes in the limit of perfect value estimates. We evaluate our method on hard exploration tasks, including Deep Sea and Atari 2600 environments and find that our proposed form of exploration facilitates both diverse and deep exploration.

📄 PDF Abstract BibTeX arXiv:2010.02255

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Successor Uncertainties: Exploration and Uncertainty in Temporal Difference Learning

2018-10-15 · NeurIPS 2019 12 · David Janz, Jiri Hron, Przemysław Mazur, Katja Hofmann 외

Posterior sampling for reinforcement learning (PSRL) is an effective method for balancing exploration and exploitation in reinforcement learning. Randomised value functions (RVF) can be viewed as a promising approach to …

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

QXplore: Q-Learning Exploration by Maximizing Temporal Difference Error

2019-09-25 · Riley Simmons-Edler, Ben Eisner, Daniel Yang, Anthony Bisulco 외

A major challenge in reinforcement learning is exploration, especially when reward landscapes are sparse. Several recent methods provide an intrinsic motivation to explore by directly encouraging agents to seek novel sta…

continuous-controlContinuous ControlDeep Reinforcement LearningQ-Learning+3

Collaborative rover-copter path planning and exploration with temporal logic specifications based on Bayesian update under uncertain environments

2021-07-20 · Kazumune Hashimoto, Natsuko Tsumagari, Toshimitsu Ushio

This paper investigates a collaborative rover-copter path planning and exploration with temporal logic specifications under uncertain environments. The objective of the rover is to complete a mission expressed by a synta…

Kalman meets Bellman: Improving Policy Evaluation through Value Tracking

2020-02-17 · Shirli Di-Castro Shashua, Shie Mannor

Policy evaluation is a key process in Reinforcement Learning (RL). It assesses a given policy by estimating the corresponding value function. When using parameterized value functions, common approaches minimize the sum o…

Gaussian ProcessesReinforcement LearningReinforcement Learning (RL)

Off-Policy Temporal Difference Learning for Perturbed Markov Decision Processes: Theoretical Insights and Extensive Simulations

2025-02-25 · Ali Forootani, Raffaele Iervolino, Massimo Tipaldi, Mohammad Khosravi

Dynamic Programming suffers from the curse of dimensionality due to large state and action spaces, a challenge further compounded by uncertainties in the environment. To mitigate these issue, we explore an off-policy bas…