paper-with-me

Papers

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, Yingfeng Chen, Jianye Hao, Feng Wu, Changjie Fan

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 function. However, since the transformation of human knowledge into numeric reward values is often imperfect due to reasons such as human cognitive bias, completely utilizing the shaping reward function may fail to improve the performance of RL algorithms. In this paper, we consider the problem of adaptively utilizing a given shaping reward function. We formulate the utilization of shaping rewards as a bi-level optimization problem, where the lower level is to optimize policy using the shaping rewards and the upper level is to optimize a parameterized shaping weight function for true reward maximization. We formally derive the gradient of the expected true reward with respect to the shaping weight function parameters and accordingly propose three learning algorithms based on different assumptions. Experiments in sparse-reward cartpole and MuJoCo environments show that our algorithms can fully exploit beneficial shaping rewards, and meanwhile ignore unbeneficial shaping rewards or even transform them into beneficial ones.

📄 PDF Abstract BibTeX arXiv:2011.02669

Code (0)

등록된 구현이 없습니다.

Tasks

MuJoCoReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Action-Dependent Optimality-Preserving Reward Shaping

2025-05-19 · Grant C. Forbes, JianXun Wang, Leonardo Villalobos-Arias, Arnav Jhala 외

Recent RL research has utilized reward shaping--particularly complex shaping rewards such as intrinsic motivation (IM)--to encourage agent exploration in sparse-reward environments. While often effective, ``reward hackin…

Montezuma's Revenge

Learning to Shape Rewards using a Game of Two Partners

2021-03-16 · David Mguni, Taher Jafferjee, Jianhong Wang, Nicolas Perez-Nieves 외

Reward shaping (RS) is a powerful method in reinforcement learning (RL) for overcoming the problem of sparse or uninformative rewards. However, RS typically relies on manually engineered shaping-reward functions whose co…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Vocal Bursts Valence Prediction

Accelerating lifelong reinforcement learning via reshaping rewards

2021-10-17 · IEEE International Conference on Systems, Man, and Cybernetics (SMC) 2021 10 · Kun Chu, Xianchao Zhu, William Zhu

The reinforcement learning (RL) problem is typically formalized as the Markov Decision Process (MDP), where an agent interacts with the environment to maximize the long-term expected reward. As an important branch of RL,…

Lifelong learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

BAMDP Shaping: a Unified Theoretical Framework for Intrinsic Motivation and Reward Shaping

2024-09-09 · Aly Lidayan, Michael Dennis, Stuart Russell

Intrinsic motivation (IM) and reward shaping are common methods for guiding the exploration of reinforcement learning (RL) agents by adding pseudo-rewards. Designing these rewards is challenging, however, and they can co…

Reinforcement Learning (RL)

Shaping Proto-Value Functions via Rewards

2015-11-27 · Chandrashekar Lakshmi Narayanan, Raj Kumar Maity, Shalabh Bhatnagar

In this paper, we combine task-dependent reward shaping and task-independent proto-value functions to obtain reward dependent proto-value functions (RPVFs). In constructing the RPVFs we are making use of the immediate re…