paper-with-me

Papers

Explicit Lipschitz Value Estimation Enhances Policy Robustness Against Perturbation

2024-04-22 · Xulin Chen, Ruipeng Liu, Garrett E. Katz

In robotic control tasks, policies trained by reinforcement learning (RL) in simulation often experience a performance drop when deployed on physical hardware, due to modeling error, measurement error, and unpredictable perturbations in the real world. Robust RL methods account for this issue by approximating a worst-case value function during training, but they can be sensitive to approximation errors in the value function and its gradient before training is complete. In this paper, we hypothesize that Lipschitz regularization can help condition the approximated value function gradients, leading to improved robustness after training. We test this hypothesis by combining Lipschitz regularization with an application of Fast Gradient Sign Method to reduce approximation errors when evaluating the value function under adversarial perturbations. Our empirical results demonstrate the benefits of this approach over prior work on a number of continuous control benchmarks.

📄 PDF Abstract BibTeX arXiv:2404.13879

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Off-Policy Interval Estimation with Lipschitz Value Iteration

2020-10-29 · NeurIPS 2020 12 · Ziyang Tang, Yihao Feng, Na Zhang, Jian Peng 외

Off-policy evaluation provides an essential tool for evaluating the effects of different policies or treatments using only observed data. When applied to high-stakes scenarios such as medical diagnosis or financial decis…

Decision MakingMedical DiagnosisOff-policy evaluation

Improving Policy Exploitation in Online Reinforcement Learning with Instant Retrospect Action

2026-01-27 · Gong Gao, Weidong Zhao, Xianhui Liu, Ning Jia arxiv

Existing value-based online reinforcement learning (RL) algorithms suffer from slow policy exploitation due to ineffective exploration and delayed policy updates. To address these challenges, we propose an algorithm call…

Representation LearningReinforcement LearningContinuous Control

Collaborative Weighting with Pessimistic Critic for Mitigating Overestimation in Off-Policy Reinforcement Learning

2026-07-29 · Gong Gao, Xiao Lai, Ziqi Xie, Guojie Chen 외 arxiv

Deep off-policy reinforcement learning algorithms for continuous control typically rely on neural value function approximation to guide policy improvement. However, temporal-difference (TD) learning introduces noisy targ…

Reinforcement LearningContinuous Control

Improving Value Estimation Critically Enhances Vanilla Policy Gradient

2025-05-25 · Tao Wang, Ruipeng Zhang, Sicun Gao

Modern policy gradient algorithms, such as TRPO and PPO, outperform vanilla policy gradient in many RL tasks. Questioning the common belief that enforcing approximate trust regions leads to steady policy improvement in p…

continuous-controlContinuous Control

Neural Policy Iteration for Stochastic Optimal Control: A Physics-Informed Approach

2025-08-03 · Yeongjong Kim, Yeoneung Kim, Minseok Kim, Namkyeong Cho arxiv

We propose a physics-informed neural network policy iteration (PINN-PI) framework for solving stochastic optimal control problems governed by second-order Hamilton--Jacobi--Bellman (HJB) equations. At each iteration, a n…