Dual Policy Iteration
Wen Sun Affiliation: School of Computer Science, Carnegie Mellon University, USA Geoffrey J. Gordon Affiliation: School of Computer Science, Carnegie Mellon University, USA Byron Boots Affiliation: College of Computing, Georgia Institute of Technology, USA J. Andrew Bagnell Affiliation: Aurora Innovation, USA{wensun, ggordon,
Abstract
A novel class of Approximate Policy Iteration (API) algorithms have recently demonstrated impressive practical performance (e.g., ExIt [2], AlphaGo-Zero [30]). This new family of algorithms maintains, and alternately optimizes, two policies: a fast, reactive policy (e.g., a deep neural network) deployed at test time, and a slow, non-reactive policy (e.g., Tree Search), that can plan multiple steps ahead. The reactive policy is updated under supervision from the non-reactive policy, while the non-reactive policy is improved via guidance from the reactive policy. In this work we study this class of Dual Policy Iteration (DPI) strategy in an alternating optimization framework and provide a convergence analysis that extends existing API theory. We also develop a special instance of this framework which reduces the update of non-reactive policies to model-based optimal control using learned local models, and provides a theoretically sound way of unifying model-free and model-based RL approaches with unknown dynamics. We demonstrate the efficacy of our approach on various continuous control Markov Decision Processes.
原文 arXiv:1805.10755;中英对照 + 大白话阅读 https://aha.fim.ai/paper/1805.10755v2