paper-with-me

Papers

Iterative Reward Shaping using Human Feedback for Correcting Reward Misspecification

2023-08-30 · Jasmina Gajcin, James McCarthy, Rahul Nair, Radu Marinescu, Elizabeth Daly, Ivana Dusparic

A well-defined reward function is crucial for successful training of an reinforcement learning (RL) agent. However, defining a suitable reward function is a notoriously challenging task, especially in complex, multi-objective environments. Developers often have to resort to starting with an initial, potentially misspecified reward function, and iteratively adjusting its parameters, based on observed learned behavior. In this work, we aim to automate this process by proposing ITERS, an iterative reward shaping approach using human feedback for mitigating the effects of a misspecified reward function. Our approach allows the user to provide trajectory-level feedback on agent's behavior during training, which can be integrated as a reward shaping signal in the following training iteration. We also allow the user to provide explanations of their feedback, which are used to augment the feedback and reduce user effort and feedback frequency. We evaluate ITERS in three environments and show that it can successfully correct misspecified reward functions.

📄 PDF Abstract BibTeX arXiv:2308.15969

Code (1)

anonymous902109/iters 공식 구현 pytorch

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

MURPHY: Feedback-Aware GRPO with Retrospective Credit Assignment for Multi-Turn Code Generation

2025-11-11 · Chanakya Ekbote, Vijay Lingam, Sujay Sanghavi, Jun Huan 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has become a standard recipe for post-training LLMs on reasoning tasks, with Group Relative Policy Optimization (GRPO) emerging as a leading approach. However, GRPO a…

Reinforcement LearningCode Generation

Zero-Shot LLMs in Human-in-the-Loop RL: Replacing Human Feedback for Reward Shaping

2025-03-26 · Mohammad Saif Nazir, Chayan Banerjee

Reinforcement learning often faces challenges with reward misalignment, where agents optimize for given rewards but fail to exhibit the desired behaviors. This occurs when the reward function incentivizes proxy behaviors…

continuous-controlContinuous Control

Text2Reward: Reward Shaping with Language Models for Reinforcement Learning

2023-09-20 · Tianbao Xie, Siheng Zhao, Chen Henry Wu, Yitao Liu 외

Designing reward functions is a longstanding challenge in reinforcement learning (RL); it requires specialized knowledge or domain data, leading to high costs for development. To address this, we introduce Text2Reward, a…

MuJoCoreinforcement-learningReinforcement LearningReinforcement Learning (RL)

FRESH: Interactive Reward Shaping in High-Dimensional State Spaces using Human Feedback

2020-01-19 · Baicen Xiao, Qifan Lu, Bhaskar Ramasubramanian, Andrew Clark 외

Reinforcement learning has been successful in training autonomous agents to accomplish goals in complex environments. Although this has been adapted to multiple settings, including robotics and computer games, human play…

Atari GamesDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

VORTEX: Aligning Task Utility and Human Preferences through LLM-Guided Reward Shaping

2025-09-19 · Guojun Xiong, Milind Tambe arxiv

In social impact optimization, AI decision systems often rely on solvers that optimize well-calibrated mathematical objectives. However, these solvers cannot directly accommodate evolving human preferences, typically exp…