paper-with-me

Papers

Efficient exploration with Double Uncertain Value Networks

2017-11-29 · Thomas M. Moerland, Joost Broekens, Catholijn M. Jonker

This paper studies directed exploration for reinforcement learning agents by tracking uncertainty about the value of each available action. We identify two sources of uncertainty that are relevant for exploration. The first originates from limited data (parametric uncertainty), while the second originates from the distribution of the returns (return uncertainty). We identify methods to learn these distributions with deep neural networks, where we estimate parametric uncertainty with Bayesian drop-out, while return uncertainty is propagated through the Bellman equation as a Gaussian distribution. Then, we identify that both can be jointly estimated in one network, which we call the Double Uncertain Value Network. The policy is directly derived from the learned distributions based on Thompson sampling. Experimental results show that both types of uncertainty may vastly improve learning in domains with a strong exploration challenge.

📄 PDF Abstract BibTeX arXiv:1711.10789

Code (0)

등록된 구현이 없습니다.

Tasks

Efficient ExplorationReinforcement LearningThompson Sampling

Similar Papers 제목 키워드 기반

Efficient Continuous Control with Double Actors and Regularized Critics

2021-06-06 · Jiafei Lyu, Xiaoteng Ma, Jiangpeng Yan, Xiu Li

How to obtain good value estimation is one of the key problems in Reinforcement Learning (RL). Current value estimation methods, such as DDPG and TD3, suffer from unnecessary over- or underestimation bias. In this paper,…

continuous-controlContinuous ControlReinforcement Learning (RL)

Efficient Exploration for LLMs

2024-02-01 · Vikranth Dwaracherla, Seyed Mohammad Asghari, Botao Hao, Benjamin Van Roy

We present evidence of substantial benefit from efficient exploration in gathering human feedback to improve large language models. In our experiments, an agent sequentially generates queries while fitting a reward model…

Efficient ExplorationThompson Sampling

Beyond-Expert Performance with Limited Demonstrations: Efficient Imitation Learning with Double Exploration

2025-06-25 · Heyang Zhao, Xingrui Yu, David M. Bossens, Ivor W. Tsang 외

Imitation learning is a central problem in reinforcement learning where the goal is to learn a policy that mimics the expert's behavior. In practice, it is often challenging to learn the expert policy from a limited numb…

Imitation LearningMuJoCo

Efficient Exploration through Bayesian Deep Q-Networks

2018-02-13 · ICLR 2018 1 · Kamyar Azizzadenesheli, Animashree Anandkumar

We study reinforcement learning (RL) in high dimensional episodic Markov decision processes (MDP). We consider value-based RL when the optimal Q-value is a linear function of d-dimensional state-action feature representa…

Atari GamesEfficient ExplorationregressionReinforcement Learning+2

Mitigating Estimation Bias with Representation Learning in TD Error-Driven Regularization

2025-11-20 · Haohui Chen, Zhiyong Chen, Aoxiang Liu, Wentuo Fang arxiv

Deterministic policy gradient algorithms for continuous control suffer from value estimation biases that degrade performance. While double critics reduce such biases, the exploration potential of double actors remains un…

Representation LearningContinuous Control