# Autoregressive Policies for Continuous Control Deep Reinforcement   Learning

**Authors:** Dmytro Korenkevych, A. Rupam Mahmood, Gautham Vasan, James Bergstra

arXiv: 1903.11524 · 2019-03-28

## TL;DR

This paper introduces autoregressive stochastic processes for continuous control in reinforcement learning, improving exploration, sample efficiency, and safety by generating smooth, coherent action trajectories.

## Contribution

It proposes autoregressive policies that enhance exploration and safety in continuous control tasks, addressing limitations of Gaussian policies.

## Key findings

- Improved exploration and sample efficiency in simulated environments.
- Enhanced safety and smoothness in robotic hardware control.
- Effective integration with existing reinforcement learning algorithms.

## Abstract

Reinforcement learning algorithms rely on exploration to discover new behaviors, which is typically achieved by following a stochastic policy. In continuous control tasks, policies with a Gaussian distribution have been widely adopted. Gaussian exploration however does not result in smooth trajectories that generally correspond to safe and rewarding behaviors in practical tasks. In addition, Gaussian policies do not result in an effective exploration of an environment and become increasingly inefficient as the action rate increases. This contributes to a low sample efficiency often observed in learning continuous control tasks. We introduce a family of stationary autoregressive (AR) stochastic processes to facilitate exploration in continuous control domains. We show that proposed processes possess two desirable features: subsequent process observations are temporally coherent with continuously adjustable degree of coherence, and the process stationary distribution is standard normal. We derive an autoregressive policy (ARP) that implements such processes maintaining the standard agent-environment interface. We show how ARPs can be easily used with the existing off-the-shelf learning algorithms. Empirically we demonstrate that using ARPs results in improved exploration and sample efficiency in both simulated and real world domains, and, furthermore, provides smooth exploration trajectories that enable safe operation of robotic hardware.

## Full text

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

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1903.11524/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1903.11524/full.md

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