2021

Online Target Q-learning with Reverse Experience Replay: Efficiently finding the Optimal Policy for Linear MDPs

Agarwal, Naman, Chaudhuri, Syomantak, Jain, Prateek et al.

Understand

Q-learning is a popular Reinforcement Learning (RL) algorithm which is widely used in practice with function approximation (Mnih et al., 2015).

  • In contrast, existing theoretical results are pessimistic about Q-learning.
  • For example, (Baird, 1995) shows that Q-learning does not converge even with linear function approximation for linear MDPs.
  • Furthermore, even for tabular MDPs with synchronous updates, Q-learning was shown to have sub-optimal sample complexity (Li et al., 2021;Azar et al., 2013).

Reading the bibliography…