paper-with-me

홈 › Papers

Stabilizing Off-Policy Deep Reinforcement Learning from Pixels

2022-07-03 · Edoardo Cetin, Philip J. Ball, Steve Roberts, Oya Celiktutan

Off-policy reinforcement learning (RL) from pixel observations is notoriously unstable. As a result, many successful algorithms must combine different domain-specific practices and auxiliary losses to learn meaningful behaviors in complex environments. In this work, we provide novel analysis demonstrating that these instabilities arise from performing temporal-difference learning with a convolutional encoder and low-magnitude rewards. We show that this new visual deadly triad causes unstable training and premature convergence to degenerate solutions, a phenomenon we name catastrophic self-overfitting. Based on our analysis, we propose A-LIX, a method providing adaptive regularization to the encoder's gradients that explicitly prevents the occurrence of catastrophic self-overfitting using a dual objective. By applying A-LIX, we significantly outperform the prior state-of-the-art on the DeepMind Control and Atari 100k benchmarks without any data augmentation or auxiliary losses.

📄 PDF Abstract BibTeX arXiv:2207.00986

Code (1)

aladoro/stabilizing-off-policy-rl 공식 구현 pytorch

Tasks

Data AugmentationDeep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Data-Based Efficient Off-Policy Stabilizing Optimal Control Algorithms for Discrete-Time Linear Systems via Damping Coefficients

2024-12-30 · Dongdong Li, Jiuxiang Dong

Policy iteration is one of the classical frameworks of reinforcement learning, which requires a known initial stabilizing control. However, finding the initial stabilizing control depends on the known system model. To re…

Q-Learningreinforcement-learningReinforcement Learning

Stability-Constrained Markov Decision Processes Using MPC

2021-02-02 · Mario Zanon, Sébastien Gros, Michele Palladino

In this paper, we consider solving discounted Markov Decision Processes (MDPs) under the constraint that the resulting policy is stabilizing. In practice MDPs are solved based on some form of policy approximation. We wil…

Model Predictive Control

KCRL: Krasovskii-Constrained Reinforcement Learning with Guaranteed Stability in Nonlinear Dynamical Systems

2022-06-03 · Sahin Lale, Yuanyuan Shi, Guannan Qu, Kamyar Azizzadenesheli 외

Learning a dynamical system requires stabilizing the unknown dynamics to avoid state blow-ups. However, current reinforcement learning (RL) methods lack stabilization guarantees, which limits their applicability for the …

reinforcement-learningReinforcement Learning (RL)

Stabilizing Policy Optimization via Logits Convexity

2026-03-01 · Hongzhan Chen, Tao Yang, Yuhua Zhu, Shiping Gao 외 arxiv

While reinforcement learning (RL) has been central to the recent success of large language models (LLMs), RL optimization is notoriously unstable, especially when compared to supervised fine-tuning (SFT). In this work, w…

Reinforcement Learning

On the Stability and Convergence of Robust Adversarial Reinforcement Learning: A Case Study on Linear Quadratic Systems

2020-12-01 · NeurIPS 2020 12 · Kaiqing Zhang, Bin Hu, Tamer Basar

Reinforcement learning (RL) algorithms can fail to generalize due to the gap between the simulation and the real world. One standard remedy is to use robust adversarial RL (RARL) that accounts for this gap during the pol…

continuous-controlContinuous ControlReinforcement Learning (RL)