paper-with-me

홈 › Papers

Highly Efficient Self-Adaptive Reward Shaping for Reinforcement Learning

2024-08-06 · Haozhe Ma, Zhengding Luo, Thanh Vinh Vo, Kuankuan Sima, Tze-Yun Leong

Reward shaping is a technique in reinforcement learning that addresses the sparse-reward problem by providing more frequent and informative rewards. We introduce a self-adaptive and highly efficient reward shaping mechanism that incorporates success rates derived from historical experiences as shaped rewards. The success rates are sampled from Beta distributions, which dynamically evolve from uncertain to reliable values as data accumulates. Initially, the shaped rewards exhibit more randomness to encourage exploration, while over time, the increasing certainty enhances exploitation, naturally balancing exploration and exploitation. Our approach employs Kernel Density Estimation (KDE) combined with Random Fourier Features (RFF) to derive the Beta distributions, providing a computationally efficient, non-parametric, and learning-free solution for high-dimensional continuous state spaces. Our method is validated on various tasks with extremely sparse rewards, demonstrating notable improvements in sample efficiency and convergence stability over relevant baselines.

📄 PDF Abstract BibTeX arXiv:2408.03029

Code (0)

등록된 구현이 없습니다.

Tasks

Continuous ControlDensity Estimationreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Free Energy-Driven Reinforcement Learning with Adaptive Advantage Shaping for Unsupervised Reasoning in LLMs

2026-04-11 · Yiming Huang, Zhenbo Shi, Xin-Cheng Wen, Jichuan Zeng 외 arxiv

Unsupervised reinforcement learning (RL) has emerged as a promising paradigm for enabling self-improvement in large language models (LLMs). However, existing unsupervised RL-based methods often lack the capacity to adapt…

Reinforcement LearningMathematical Reasoning

Temporal Self-Imitation Learning

2026-06-18 · Yinsen Jia, Boyuan Chen arxiv

Long-horizon robot manipulation policies trained with reward shaping can still achieve high return through inefficient interactions, while rare efficient behaviors discovered during training may be forgotten. We argue th…

Reinforcement LearningRobot Manipulation

SIBRE: Self Improvement Based REwards for Adaptive Feedback in Reinforcement Learning

2020-04-21 · Somjit Nath, Richa Verma, Abhik Ray, Harshad Khadilkar

We propose a generic reward shaping approach for improving the rate of convergence in reinforcement learning (RL), called Self Improvement Based REwards, or SIBRE. The approach is designed for use in conjunction with any…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Learning to Utilize Shaping Rewards: A New Approach of Reward Shaping

2020-11-05 · NeurIPS 2020 12 · Yujing Hu, Weixun Wang, Hangtian Jia, Yixiang Wang 외

Reward shaping is an effective technique for incorporating domain knowledge into reinforcement learning (RL). Existing approaches such as potential-based reward shaping normally make full use of a given shaping reward fu…

MuJoCoReinforcement Learning (RL)

Using Natural Language for Reward Shaping in Reinforcement Learning

2019-03-05 · Prasoon Goyal, Scott Niekum, Raymond J. Mooney

Recent reinforcement learning (RL) approaches have shown strong performance in complex domains such as Atari games, but are often highly sample inefficient. A common approach to reduce interaction time with the environme…

Atari GamesMontezuma's Revengereinforcement-learningReinforcement Learning+1