paper-with-me

Papers

Improving the Diversity of Bootstrapped DQN by Replacing Priors With Noise

2022-03-02 · Li Meng, Morten Goodwin, Anis Yazidi, Paal Engelstad

Q-learning is one of the most well-known Reinforcement Learning algorithms. There have been tremendous efforts to develop this algorithm using neural networks. Bootstrapped Deep Q-Learning Network is amongst them. It utilizes multiple neural network heads to introduce diversity into Q-learning. Diversity can sometimes be viewed as the amount of reasonable moves an agent can take at a given state, analogous to the definition of the exploration ratio in RL. Thus, the performance of Bootstrapped Deep Q-Learning Network is deeply connected with the level of diversity within the algorithm. In the original research, it was pointed out that a random prior could improve the performance of the model. In this article, we further explore the possibility of replacing priors with noise and sample the noise from a Gaussian distribution to introduce more diversity into this algorithm. We conduct our experiment on the Atari benchmark and compare our algorithm to both the original and other related algorithms. The results show that our modification of the Bootstrapped Deep Q-Learning algorithm achieves significantly higher evaluation scores across different types of Atari games. Thus, we conclude that replacing priors with noise can improve Bootstrapped Deep Q-Learning's performance by ensuring the integrity of diversities.

📄 PDF Abstract BibTeX arXiv:2203.01004

Code (0)

등록된 구현이 없습니다.

Tasks

Atari GamesDiversityQ-Learning

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Facilitating bootstrapped and rarefaction-based microbiome diversity analysis with q2-boots

2024-08-10 · Isaiah Raspet, Elizabeth Gehret, Chloe Herman, Jeff Meilander 외

Background: We present q2-boots, a QIIME 2 plugin that facilitates bootstrapped and rarefaction-based microbiome diversity analysis. This plugin provides eight new actions that allow users to apply any of thirty differen…

Diversity

Bootstrapped Adaptive Threshold Selection for Statistical Model Selection and Estimation

2015-05-13 · Kristofer E. Bouchard

A central goal of neuroscience is to understand how activity in the nervous system is related to features of the external world, or to features of the nervous system itself. A common approach is to model neural responses…

Model Selection

Joint ptycho-tomography with deep generative priors

2020-09-20 · Selin Aslan, Zhengchun Liu, Viktor Nikitin, Tekin Bicer 외

Joint ptycho-tomography is a powerful computational imaging framework to recover the refractive properties of a 3D object while relaxing the requirements for probe overlap that is common in conventional phase retrieval. …

DenoisingRetrieval

Mixture of Step Returns in Bootstrapped DQN

2020-07-16 · Po-Han Chiang, Hsuan-Kung Yang, Zhang-Wei Hong, Chun-Yi Lee

The concept of utilizing multi-step returns for updating value functions has been adopted in deep reinforcement learning (DRL) for a number of years. Updating value functions with different backup lengths provides advant…

Deep Reinforcement Learning

Deep Unfolded BM3D: Unrolling Non-local Collaborative Filtering into a Trainable Neural Network

2025-11-15 · Kerem Basim, Mehmet Ozan Unal, Metin Ertas, Isa Yildirim arxiv

Block-Matching and 3D Filtering (BM3D) exploits non-local self-similarity priors for denoising but relies on fixed parameters. Deep models such as U-Net are more flexible but often lack interpretability and fail to gener…

Collaborative Filtering