LGAIDec 9, 2017

Assumed Density Filtering Q-learning

arXiv:1712.03333v47 citations
Originality Highly original
AI Analysis

This addresses the problem of computational complexity and limited use of Bayesian approaches in reinforcement learning for researchers and practitioners, offering a novel method that is incremental but with strong empirical gains.

The paper tackles the challenge of applying Bayesian methods to off-policy temporal difference reinforcement learning by introducing ADFQ, which uses Assumed Density Filtering to update Q-beliefs efficiently, resulting in outperformance on Atari 2600 games, especially in stochastic or large-action domains.

While off-policy temporal difference (TD) methods have widely been used in reinforcement learning due to their efficiency and simple implementation, their Bayesian counterparts have not been utilized as frequently. One reason is that the non-linear max operation in the Bellman optimality equation makes it difficult to define conjugate distributions over the value functions. In this paper, we introduce a novel Bayesian approach to off-policy TD methods, called as ADFQ, which updates beliefs on state-action values, Q, through an online Bayesian inference method known as Assumed Density Filtering. We formulate an efficient closed-form solution for the value update by approximately estimating analytic parameters of the posterior of the Q-beliefs. Uncertainty measures in the beliefs not only are used in exploration but also provide a natural regularization for the value update considering all next available actions. ADFQ converges to Q-learning as the uncertainty measures of the Q-beliefs decrease and improves common drawbacks of other Bayesian RL algorithms such as computational complexity. We extend ADFQ with a neural network. Our empirical results demonstrate that ADFQ outperforms comparable algorithms on various Atari 2600 games, with drastic improvements in highly stochastic domains or domains with a large action space.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes