English

Modified Actor-Critics

Machine Learning 2020-01-27 v2 Artificial Intelligence Machine Learning

Abstract

Recent successful deep reinforcement learning algorithms, such as Trust Region Policy Optimization (TRPO) or Proximal Policy Optimization (PPO), are fundamentally variations of conservative policy iteration (CPI). These algorithms iterate policy evaluation followed by a softened policy improvement step. As so, they are naturally on-policy. In this paper, we propose to combine (any kind of) soft greediness with Modified Policy Iteration (MPI). The proposed abstract framework applies repeatedly: (i) a partial policy evaluation step that allows off-policy learning and (ii) any softened greedy step. Our contribution can be seen as a new generic tool for the deep reinforcement learning toolbox. As a proof of concept, we instantiate this framework with the PPO greediness. Comparison to the original PPO shows that our algorithm is much more sample efficient. We also show that it is competitive with the state-of-art off-policy algorithm Soft Actor Critic (SAC).

Keywords

Cite

@article{arxiv.1907.01298,
  title  = {Modified Actor-Critics},
  author = {Erinc Merdivan and Sten Hanke and Matthieu Geist},
  journal= {arXiv preprint arXiv:1907.01298},
  year   = {2020}
}

Comments

Long version of AAMAS 2020