English

Deep Conservative Policy Iteration

Machine Learning 2020-01-07 v2 Machine Learning

Abstract

Conservative Policy Iteration (CPI) is a founding algorithm of Approximate Dynamic Programming (ADP). Its core principle is to stabilize greediness through stochastic mixtures of consecutive policies. It comes with strong theoretical guarantees, and inspired approaches in deep Reinforcement Learning (RL). However, CPI itself has rarely been implemented, never with neural networks, and only experimented on toy problems. In this paper, we show how CPI can be practically combined with deep RL with discrete actions. We also introduce adaptive mixture rates inspired by the theory. We experiment thoroughly the resulting algorithm on the simple Cartpole problem, and validate the proposed method on a representative subset of Atari games. Overall, this work suggests that revisiting classic ADP may lead to improved and more stable deep RL algorithms.

Cite

@article{arxiv.1906.09784,
  title  = {Deep Conservative Policy Iteration},
  author = {Nino Vieillard and Olivier Pietquin and Matthieu Geist},
  journal= {arXiv preprint arXiv:1906.09784},
  year   = {2020}
}

Comments

AAAI 2020 (long version)