English

Deep Reinforcement Learning with Robust and Smooth Policy

Machine Learning 2020-08-18 v4 Artificial Intelligence Machine Learning

Abstract

Deep reinforcement learning (RL) has achieved great empirical successes in various domains. However, the large search space of neural networks requires a large amount of data, which makes the current RL algorithms not sample efficient. Motivated by the fact that many environments with continuous state space have smooth transitions, we propose to learn a smooth policy that behaves smoothly with respect to states. We develop a new framework -- \textbf{S}mooth \textbf{R}egularized \textbf{R}einforcement \textbf{L}earning (SR2L\textbf{SR}^2\textbf{L}), where the policy is trained with smoothness-inducing regularization. Such regularization effectively constrains the search space, and enforces smoothness in the learned policy. Moreover, our proposed framework can also improve the robustness of policy against measurement error in the state space, and can be naturally extended to distribubutionally robust setting. We apply the proposed framework to both on-policy (TRPO) and off-policy algorithm (DDPG). Through extensive experiments, we demonstrate that our method achieves improved sample efficiency and robustness.

Keywords

Cite

@article{arxiv.2003.09534,
  title  = {Deep Reinforcement Learning with Robust and Smooth Policy},
  author = {Qianli Shen and Yan Li and Haoming Jiang and Zhaoran Wang and Tuo Zhao},
  journal= {arXiv preprint arXiv:2003.09534},
  year   = {2020}
}

Comments

ICML 2020

R2 v1 2026-06-23T14:22:09.820Z