# Deep Conservative Policy Iteration

**Authors:** Nino Vieillard, Olivier Pietquin, Matthieu Geist

arXiv: 1906.09784 · 2020-01-07

## TL;DR

This paper adapts Conservative Policy Iteration, a classical ADP algorithm, for deep reinforcement learning with neural networks, demonstrating its effectiveness and stability on Cartpole and Atari benchmarks.

## Contribution

It introduces a practical deep RL implementation of CPI with adaptive mixture rates, bridging classical ADP theory and modern deep RL applications.

## Key findings

- CPI can be effectively combined with deep neural networks.
- The adaptive mixture rates improve policy stability.
- Validated on Cartpole and Atari games.

## 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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.09784/full.md

## Figures

14 figures with captions in the complete paper: https://tomesphere.com/paper/1906.09784/full.md

## References

25 references — full list in the complete paper: https://tomesphere.com/paper/1906.09784/full.md

---
Source: https://tomesphere.com/paper/1906.09784