English

Reinforcement Learning using Augmented Neural Networks

Machine Learning 2018-06-21 v1 Machine Learning

Abstract

Neural networks allow Q-learning reinforcement learning agents such as deep Q-networks (DQN) to approximate complex mappings from state spaces to value functions. However, this also brings drawbacks when compared to other function approximators such as tile coding or their generalisations, radial basis functions (RBF) because they introduce instability due to the side effect of globalised updates present in neural networks. This instability does not even vanish in neural networks that do not have any hidden layers. In this paper, we show that simple modifications to the structure of the neural network can improve stability of DQN learning when a multi-layer perceptron is used for function approximation.

Keywords

Cite

@article{arxiv.1806.07692,
  title  = {Reinforcement Learning using Augmented Neural Networks},
  author = {Jack Shannon and Marek Grzes},
  journal= {arXiv preprint arXiv:1806.07692},
  year   = {2018}
}

Comments

7 pages; two columns; 4 figures

R2 v1 2026-06-23T02:35:53.779Z