paper-with-me

홈 › Papers

Dimension-Wise Importance Sampling Weight Clipping for Sample-Efficient Reinforcement Learning

2019-05-07 · Seungyul Han, Youngchul Sung

In importance sampling (IS)-based reinforcement learning algorithms such as Proximal Policy Optimization (PPO), IS weights are typically clipped to avoid large variance in learning. However, policy update from clipped statistics induces large bias in tasks with high action dimensions, and bias from clipping makes it difficult to reuse old samples with large IS weights. In this paper, we consider PPO, a representative on-policy algorithm, and propose its improvement by dimension-wise IS weight clipping which separately clips the IS weight of each action dimension to avoid large bias and adaptively controls the IS weight to bound policy update from the current policy. This new technique enables efficient learning for high action-dimensional tasks and reusing of old samples like in off-policy learning to increase the sample efficiency. Numerical results show that the proposed new algorithm outperforms PPO and other RL algorithms in various Open AI Gym tasks.

📄 PDF Abstract BibTeX arXiv:1905.02363

Code (1)

seungyulhan/disc 공식 구현 tf

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

DISPO: Enhancing Training Efficiency and Stability in Reinforcement Learning for Large Language Model Mathematical Reasoning

2026-02-01 · Batuhan K. Karaman, Aditya Rawal, Suhaila Shakiah, Mohammad Ghavamzadeh 외 arxiv

Reinforcement learning with verifiable rewards has emerged as a promising paradigm for enhancing the reasoning capabilities of large language models particularly in mathematics. Current approaches in this domain present …

Reinforcement LearningMathematical Reasoning

GIPO: Gaussian Importance Sampling Policy Optimization

2026-03-04 · Chengxuan Lu, Zhenquan Zhang, Shukuan Wang, Qunzhi Lin 외 arxiv

Post-training with reinforcement learning (RL) has recently shown strong promise for advancing multimodal agents beyond supervised imitation. However, RL remains limited by poor data efficiency, particularly in settings …

Reinforcement Learning

Clip Your Sequences Fairly: Enforcing Length Fairness for Sequence-Level RL

2025-09-11 · Hanyi Mao, Quanjia Xiao, Lei Pang, Haixiao Liu arxiv

We propose FSPO (Fair Sequence Policy Optimization), a sequence-level reinforcement learning method for LLMs that enforces length-fair clipping on the importance-sampling (IS) weight. We study RL methods with sequence-le…

Reinforcement Learning

AdaDPIGU: Differentially Private SGD with Adaptive Clipping and Importance-Based Gradient Updates for Deep Neural Networks

2025-07-09 · Huiqi Zhang, Fang Xie arxiv

Differential privacy has been proven effective for stochastic gradient descent; however, existing methods often suffer from performance degradation in high-dimensional settings, as the scale of injected noise increases w…

Vlearn: Off-Policy Learning with Efficient State-Value Function Estimation

2024-03-07 · Fabian Otto, Philipp Becker, Ngo Anh Vien, Gerhard Neumann

Existing off-policy reinforcement learning algorithms often rely on an explicit state-action-value function representation, which can be problematic in high-dimensional action spaces due to the curse of dimensionality. T…

Deep Reinforcement LearningEfficient Explorationreinforcement-learning