paper-with-me

홈 › Papers

QXplore: Q-Learning Exploration by Maximizing Temporal Difference Error

2019-09-25 · Riley Simmons-Edler, Ben Eisner, Daniel Yang, Anthony Bisulco, Eric Mitchell, Sebastian Seung, Daniel Lee

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 states. A potential disadvantage of pure state novelty-seeking behavior is that unknown states are treated equally regardless of their potential for future reward. In this paper, we propose an exploration objective using the temporal difference error experienced on extrinsic rewards as a secondary reward signal for exploration in deep reinforcement learning. Our objective yields novelty-seeking in the absence of extrinsic reward, while accelerating exploration of reward-relevant states in sparse (but nonzero) reward landscapes. This objective draws inspiration from dopaminergic pathways in the brain that influence animal behavior. We implement the objective with an adversarial Q-learning method in which Q and Qx are the action-value functions for extrinsic and secondary rewards, respectively. Secondary reward is given by the absolute value of the TD-error of Q. Training is off-policy, based on a replay buffer containing a mix of trajectories sampled using Q and Qx. We characterize performance on a set of continuous control benchmark tasks, and demonstrate comparable or faster convergence on all tasks when compared with other state-of-the-art exploration methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

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

Similar Papers 제목 키워드 기반

Reward Prediction Error as an Exploration Objective in Deep RL

2019-06-19 · Riley Simmons-Edler, Ben Eisner, Daniel Yang, Anthony Bisulco 외

A major challenge in reinforcement learning is exploration, when local dithering methods such as epsilon-greedy sampling are insufficient to solve a given task. Many recent methods have proposed to intrinsically motivate…

Atari GamesContinuous ControlDeep Reinforcement LearningMuJoCo+5

Learning to Explore in Diverse Reward Settings via Temporal-Difference-Error Maximization

2025-06-16 · Sebastian Griesbach, Carlo D'Eramo

Numerous heuristics and advanced approaches have been proposed for exploration in different settings for deep reinforcement learning. Noise-based exploration generally fares well with dense-shaped rewards and bonus-based…

Deep Reinforcement Learning

Temporal Difference Uncertainties as a Signal for Exploration

2020-10-05 · Sebastian Flennerhag, Jane X. Wang, Pablo Sprechmann, Francesco Visin 외

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-tabula…

Temporal Difference Weighted Ensemble For Reinforcement Learning

2019-09-25 · Takuma Seno, Michita Imai

Combining multiple function approximators in machine learning models typically leads to better performance and robustness compared with a single function. In reinforcement learning, ensemble algorithms such as an averagi…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Leveraging the Variance of Return Sequences for Exploration Policy

2020-11-17 · Zerong Xi, Gita Sukthankar

This paper introduces a method for constructing an upper bound for exploration policy using either the weighted variance of return sequences or the weighted temporal difference (TD) error. We demonstrate that the varianc…

Atari Gamesreinforcement-learningReinforcement LearningReinforcement Learning (RL)