English

Boosting the Actor with Dual Critic

Machine Learning 2018-01-01 v1

Abstract

This paper proposes a new actor-critic-style algorithm called Dual Actor-Critic or Dual-AC. It is derived in a principled way from the Lagrangian dual form of the Bellman optimality equation, which can be viewed as a two-player game between the actor and a critic-like function, which is named as dual critic. Compared to its actor-critic relatives, Dual-AC has the desired property that the actor and dual critic are updated cooperatively to optimize the same objective function, providing a more transparent way for learning the critic that is directly related to the objective function of the actor. We then provide a concrete algorithm that can effectively solve the minimax optimization problem, using techniques of multi-step bootstrapping, path regularization, and stochastic dual ascent algorithm. We demonstrate that the proposed algorithm achieves the state-of-the-art performances across several benchmarks.

Cite

@article{arxiv.1712.10282,
  title  = {Boosting the Actor with Dual Critic},
  author = {Bo Dai and Albert Shaw and Niao He and Lihong Li and Le Song},
  journal= {arXiv preprint arXiv:1712.10282},
  year   = {2018}
}

Comments

21 pages, 9 figures

R2 v1 2026-06-22T23:32:23.660Z