paper-with-me

Papers

Regularization Matters in Policy Optimization

2019-10-21 · Zhuang Liu, Xuanlin Li, Bingyi Kang, Trevor Darrell

Deep Reinforcement Learning (Deep RL) has been receiving increasingly more attention thanks to its encouraging performance on a variety of control tasks. Yet, conventional regularization techniques in training neural networks (e.g., $L_2$ regularization, dropout) have been largely ignored in RL methods, possibly because agents are typically trained and evaluated in the same environment, and because the deep RL community focuses more on high-level algorithm designs. In this work, we present the first comprehensive study of regularization techniques with multiple policy optimization algorithms on continuous control tasks. Interestingly, we find conventional regularization techniques on the policy networks can often bring large improvement, especially on harder tasks. Our findings are shown to be robust against training hyperparameter variations. We also compare these techniques with the more widely used entropy regularization. In addition, we study regularizing different components and find that only regularizing the policy network is typically the best. We further analyze why regularization may help generalization in RL from four perspectives - sample complexity, reward distribution, weight norm, and noise robustness. We hope our study provides guidance for future practices in regularizing policy optimization algorithms. Our code is available at https://github.com/xuanlinli17/iclr2021_rlreg .

📄 PDF Abstract BibTeX arXiv:1910.09191

Code (2)

xuanlinli17/iclr2021_rlreg 공식 구현 tf
xuanlinli17/po-rl-regularization 공식 구현 tf

Tasks

continuous-controlContinuous ControlDeep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음

Similar Papers 제목 키워드 기반

Regularization Matters in Policy Optimization - An Empirical Study on Continuous Control

2021-01-01 · ICLR 2021 1 · Zhuang Liu, Xuanlin Li, Bingyi Kang, Trevor Darrell

Deep Reinforcement Learning (Deep RL) has been receiving increasingly more attention thanks to its encouraging performance on a variety of control tasks. Yet, conventional regularization techniques in training neural ne…

continuous-controlContinuous ControlDeep Reinforcement Learning

Implementation Matters in Deep Policy Gradients: A Case Study on PPO and TRPO

2020-05-25 · Logan Engstrom, Andrew Ilyas, Shibani Santurkar, Dimitris Tsipras 외

We study the roots of algorithmic progress in deep policy gradient algorithms through a case study on two popular algorithms: Proximal Policy Optimization (PPO) and Trust Region Policy Optimization (TRPO). Specifically, …

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Gradient Information Matters in Policy Optimization by Back-propagating through Model

2021-09-29 · ICLR 2022 4 · Chongchong Li, Yue Wang, Wei Chen, YuTing Liu 외

Model-based reinforcement learning provides an efficient mechanism to find the optimal policy by interacting with the learned environment. In addition to treating the learned environment like a black-box simulator, a mor…

continuous-controlContinuous ControlModel-based Reinforcement Learning

ERPPO: Entropy Regularization-based Proximal Policy Optimization

2026-05-13 · Changha Lee, Gyusang Cho arxiv

Multi-Agent Proximal Policy Optimization (MAPPO) is a variant of the Proximal Policy Optimization (PPO) algorithm, specifically tailored for multi-agent reinforcement learning (MARL). MAPPO optimizes cooperative multi-ag…

Multi-agent Reinforcement LearningObject LocalizationObject Detection

Implementation Matters in Deep RL: A Case Study on PPO and TRPO

2020-05-01 · ICLR 2020 1 · Logan Engstrom, Andrew Ilyas, Shibani Santurkar, Dimitris Tsipras 외

We study the roots of algorithmic progress in deep policy gradient algorithms through a case study on two popular algorithms, Proximal Policy Optimization and Trust Region Policy Optimization. We investigate the conseque…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)