paper-with-me

홈 › Papers

The Role of Deep Learning Regularizations on Actors in Offline RL

2024-09-11 · Denis Tarasov, Anja Surina, Caglar Gulcehre

Deep learning regularization techniques, such as dropout, layer normalization, or weight decay, are widely adopted in the construction of modern artificial neural networks, often resulting in more robust training processes and improved generalization capabilities. However, in the domain of Reinforcement Learning (RL), the application of these techniques has been limited, usually applied to value function estimators (Hiraoka et al., 2021; Smith et al., 2022), and may result in detrimental effects. This issue is even more pronounced in offline RL settings, which bear greater similarity to supervised learning but have received less attention. Recent work in continuous offline RL (Park et al., 2024) has demonstrated that while we can build sufficiently powerful critic networks, the generalization of actor networks remains a bottleneck. In this study, we empirically show that applying standard regularization techniques to actor networks in offline RL actor-critic algorithms yields improvements of 6% on average across two algorithms and three different continuous D4RL domains.

📄 PDF Abstract BibTeX arXiv:2409.07606

Code (1)

dt6a/actoreg 공식 구현 jax

Tasks

D4RLOffline RLReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Offline Multi-Agent Reinforcement Learning with Implicit Global-to-Local Value Regularization

2023-07-21 · NeurIPS 2023 11 · Xiangsen Wang, Haoran Xu, Yinan Zheng, Xianyuan Zhan

Offline reinforcement learning (RL) has received considerable attention in recent years due to its attractive capability of learning policies from offline datasets without environmental interactions. Despite some success…

ManagementMuJoCoMulti-agent Reinforcement LearningReinforcement Learning (RL)+2

AdaSparse: Learning Adaptively Sparse Structures for Multi-Domain Click-Through Rate Prediction

2022-06-27 · Xuanhua Yang, Xiaoyu Peng, Penghui Wei, Shaoguo Liu 외

Click-through rate (CTR) prediction is a fundamental technique in recommendation and advertising systems. Recent studies have proved that learning a unified model to serve multiple domains is effective to improve the ove…

Click-Through Rate Prediction

Small noise analysis for Tikhonov and RKHS regularizations

2023-05-18 · Quanjun Lang, Fei Lu

Regularization plays a pivotal role in ill-posed machine learning and inverse problems. However, the fundamental comparative analysis of various regularization norms remains open. We establish a small noise analysis fram…

Analyzing Fitts' Law using Offline and Online Optimal Control with Motor Noise

2024-10-03 · Riley Bridges, Ethan Parham, Jing Shuang Li

The cause of the speed-accuracy tradeoff (typically quantified via Fitts' Law) is a debated topic of interest in motor neuroscience, and is commonly studied using tools from control theory. Two prominent theories involve…

Model Predictive Control

Offline Reinforcement Learning with On-Policy Q-Function Regularization

2023-07-25 · Laixi Shi, Robert Dadashi, Yuejie Chi, Pablo Samuel Castro 외

The core challenge of offline reinforcement learning (RL) is dealing with the (potentially catastrophic) extrapolation error induced by the distribution shift between the history dataset and the desired policy. A large p…

D4RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)