paper-with-me

홈 › Papers

NROWAN-DQN: A Stable Noisy Network with Noise Reduction and Online Weight Adjustment for Exploration

2020-06-19 · Shuai Han, Wenbo Zhou, Jing Liu, Shuai Lü

Deep reinforcement learning has been applied more and more widely nowadays, especially in various complex control tasks. Effective exploration for noisy networks is one of the most important issues in deep reinforcement learning. Noisy networks tend to produce stable outputs for agents. However, this tendency is not always enough to find a stable policy for an agent, which decreases efficiency and stability during the learning process. Based on NoisyNets, this paper proposes an algorithm called NROWAN-DQN, i.e., Noise Reduction and Online Weight Adjustment NoisyNet-DQN. Firstly, we develop a novel noise reduction method for NoisyNet-DQN to make the agent perform stable actions. Secondly, we design an online weight adjustment strategy for noise reduction, which improves stable performance and gets higher scores for the agent. Finally, we evaluate this algorithm in four standard domains and analyze properties of hyper-parameters. Our results show that NROWAN-DQN outperforms prior algorithms in all these domains. In addition, NROWAN-DQN also shows better stability. The variance of the NROWAN-DQN score is significantly reduced, especially in some action-sensitive environments. This means that in some environments where high stability is required, NROWAN-DQN will be more appropriate than NoisyNets-DQN.

📄 PDF Abstract BibTeX arXiv:2006.10980

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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} +…
Noisy Linear Layer A Noisy Linear Layer is a linear layer with parametric noise added to the weights. This induced stochasticity can be used in…
NoisyNet-DQN NoisyNet-DQN is a modification of a DQN that utilises noisy linear layers for exploration instead of $\epsilon$-greedy exploration as…

Similar Papers 제목 키워드 기반

Noisy Spiking Actor Network for Exploration

2024-03-07 · Ding Chen, Peixi Peng, Tiejun Huang, Yonghong Tian

As a general method for exploration in deep reinforcement learning (RL), NoisyNet can produce problem-specific exploration strategies. Spiking neural networks (SNNs), due to their binary firing mechanism, have strong rob…

continuous-controlContinuous ControlDeep Reinforcement LearningEfficient Exploration+2

Hierarchical model reduction driven by machine learning for parametric advection-diffusion-reaction problems in the presence of noisy data

2022-04-01 · Massimiliano Lupo Pasini, Simona Perotto

We propose a new approach to generate a reliable reduced model for a parametric elliptic problem, in the presence of noisy data. The reference model reduction procedure is the directional HiPOD method, which combines Hie…

Robust Online Classification: From Estimation to Denoising

2023-09-04 · Changlong Wu, Ananth Grama, Wojciech Szpankowski

We study online classification of features into labels with general hypothesis classes. In our setting, true labels are determined by some function within the hypothesis class but are corrupted by unknown stochastic nois…

ClassificationDenoising

Comprehensive Robust Dynamic Mode Decomposition from Mode Extraction to Dimensional Reduction

2026-01-16 · Yuki Nakamura, Shingo Takemoto, Shunsuke Ono arxiv

We propose Comprehensive Robust Dynamic Mode Decomposition (CR-DMD), a novel framework that robustifies the entire DMD process - from mode extraction to dimensional reduction - against mixed noise. Although standard DMD …

ARNOR: Attention Regularization based Noise Reduction for Distant Supervision Relation Classification

2019-07-01 · ACL 2019 7 · Wei Jia, Dai Dai, Xinyan Xiao, Hua Wu

Distant supervision is widely used in relation classification in order to create large-scale training data by aligning a knowledge base with an unlabeled corpus. However, it also introduces amounts of noisy labels where …

ClassificationGeneral ClassificationRelationRelation Classification+1