What is: Noisy Linear Layer?
Source | Noisy Networks for Exploration |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
A Noisy Linear Layer is a linear layer with parametric noise added to the weights. This induced stochasticity can be used in reinforcement learning networks for the agent's policy to aid efficient exploration. The parameters of the noise are learned with gradient descent along with any other remaining network weights. Factorized Gaussian noise is the type of noise usually employed.
The noisy linear layer takes the form:
where and are random variables.