Actor-Critic or Critic-Actor? A Tale of Two Time Scales

Shalabh Bhatnagar,Vivek S. Borkar,Soumyajit Guin
DOI: https://doi.org/10.1109/LCSYS.2023.3288931
2024-06-12
Abstract:We revisit the standard formulation of tabular actor-critic algorithm as a two time-scale stochastic approximation with value function computed on a faster time-scale and policy computed on a slower time-scale. This emulates policy iteration. We observe that reversal of the time scales will in fact emulate value iteration and is a legitimate algorithm. We provide a proof of convergence and compare the two empirically with and without function approximation (with both linear and nonlinear function approximators) and observe that our proposed critic-actor algorithm performs on par with actor-critic in terms of both accuracy and computational effort.
Machine Learning
What problem does this paper attempt to address?