paper-with-me

홈 › Papers

Preprocessing Reward Functions for Interpretability

2022-03-25 · Erik Jenner, Adam Gleave

In many real-world applications, the reward function is too complex to be manually specified. In such cases, reward functions must instead be learned from human feedback. Since the learned reward may fail to represent user preferences, it is important to be able to validate the learned reward function prior to deployment. One promising approach is to apply interpretability tools to the reward function to spot potential deviations from the user's intention. Existing work has applied general-purpose interpretability tools to understand learned reward functions. We propose exploiting the intrinsic structure of reward functions by first preprocessing them into simpler but equivalent reward functions, which are then visualized. We introduce a general framework for such reward preprocessing and propose concrete preprocessing algorithms. Our empirical evaluation shows that preprocessed rewards are often significantly easier to understand than the original reward.

📄 PDF Abstract BibTeX arXiv:2203.13553

Code (1)

humancompatibleai/reward-preprocessing 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Understanding Learned Reward Functions

2020-12-10 · Eric J. Michaud, Adam Gleave, Stuart Russell

In many real-world tasks, it is not possible to procedurally specify an RL agent's reward function. In such cases, a reward function must instead be learned from interacting with and observing humans. However, current te…

Interpretable Preference-based Reinforcement Learning with Tree-Structured Reward Functions

2021-12-20 · Tom Bewley, Freddy Lecue

The potential of reinforcement learning (RL) to deliver aligned and performant agents is partially bottlenecked by the reward engineering problem. One alternative to heuristic trial-and-error is preference-based RL (PbRL…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Expressive Reward Synthesis with the Runtime Monitoring Language

2025-10-17 · Daniel Donnelly, Angelo Ferrando, Francesco Belardinelli arxiv

A key challenge in reinforcement learning (RL) is reward (mis)specification, whereby imprecisely defined reward functions can result in unintended, possibly harmful, behaviours. Indeed, reward functions in RL are typical…

Reinforcement Learning

Explaining Learned Reward Functions with Counterfactual Trajectories

2024-02-07 · Jan Wehner, Frans Oliehoek, Luciano Cavalcante Siebert

Learning rewards from human behaviour or feedback is a promising approach to aligning AI systems with human values but fails to consistently extract correct reward functions. Interpretability tools could enable users to …

counterfactual

Explicable Reward Design for Reinforcement Learning Agents

2021-12-01 · NeurIPS 2021 12 · Rati Devidze, Goran Radanovic, Parameswaran Kamalaruban, Adish Singla

We study the design of explicable reward functions for a reinforcement learning agent while guaranteeing that an optimal policy induced by the function belongs to a set of target policies. By being explicable, we seek to…

Informativenessreinforcement-learningReinforcement LearningReinforcement Learning (RL)