English

Analytically Tractable Bayesian Deep Q-Learning

Machine Learning 2021-06-22 v1 Machine Learning

Abstract

Reinforcement learning (RL) has gained increasing interest since the demonstration it was able to reach human performance on video game benchmarks using deep Q-learning (DQN). The current consensus for training neural networks on such complex environments is to rely on gradient-based optimization. Although alternative Bayesian deep learning methods exist, most of them still rely on gradient-based optimization, and they typically do not scale on benchmarks such as the Atari game environment. Moreover none of these approaches allow performing the analytical inference for the weights and biases defining the neural network. In this paper, we present how we can adapt the temporal difference Q-learning framework to make it compatible with the tractable approximate Gaussian inference (TAGI), which allows learning the parameters of a neural network using a closed-form analytical method. Throughout the experiments with on- and off-policy reinforcement learning approaches, we demonstrate that TAGI can reach a performance comparable to backpropagation-trained networks while using fewer hyperparameters, and without relying on gradient-based optimization.

Keywords

Cite

@article{arxiv.2106.11086,
  title  = {Analytically Tractable Bayesian Deep Q-Learning},
  author = {Luong Ha and Nguyen and James-A. Goulet},
  journal= {arXiv preprint arXiv:2106.11086},
  year   = {2021}
}

Comments

19 pages, 4 figures

R2 v1 2026-06-24T03:25:32.342Z