paper-with-me

홈 › 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 techniques for reward learning may fail to produce reward functions which accurately reflect user preferences. Absent significant advances in reward learning, it is thus important to be able to audit learned reward functions to verify whether they truly capture user preferences. In this paper, we investigate techniques for interpreting learned reward functions. In particular, we apply saliency methods to identify failure modes and predict the robustness of reward functions. We find that learned reward functions often implement surprising algorithms that rely on contingent aspects of the environment. We also discover that existing interpretability techniques often attend to irrelevant changes in reward output, suggesting that reward interpretability may need significantly different methods from policy interpretability.

📄 PDF Abstract BibTeX arXiv:2012.05862

Code (1)

HumanCompatibleAI/interpreting-rewards 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

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

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 us…

Cross-Domain Perceptual Reward Functions

2017-05-25 · Ashley D. Edwards, Srijan Sood, Charles L. Isbell Jr

In reinforcement learning, we often define goals by specifying rewards within desirable states. One problem with this approach is that we typically need to redefine the rewards each time the goal changes, which often req…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Scalable agent alignment via reward modeling: a research direction

2018-11-19 · Jan Leike, David Krueger, Tom Everitt, Miljan Martic 외

One obstacle to applying reinforcement learning algorithms to real-world problems is the lack of suitable reward functions. Designing such reward functions is difficult in part because the user only has an implicit under…

Atari Gamesreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Dynamics-Aware Comparison of Learned Reward Functions

2022-01-25 · ICLR 2022 4 · Blake Wulfe, Ashwin Balakrishna, Logan Ellis, Jean Mercat 외

The ability to learn reward functions plays an important role in enabling the deployment of intelligent agents in the real world. However, comparing reward functions, for example as a means of evaluating reward learning …