paper-with-me

홈 › Papers

Dynamics-Aware Comparison of Learned Reward Functions

2022-01-25 · ICLR 2022 4 · Blake Wulfe, Ashwin Balakrishna, Logan Ellis, Jean Mercat, Rowan Mcallister, Adrien Gaidon

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 methods, presents a challenge. Reward functions are typically compared by considering the behavior of optimized policies, but this approach conflates deficiencies in the reward function with those of the policy search algorithm used to optimize it. To address this challenge, Gleave et al. (2020) propose the Equivalent-Policy Invariant Comparison (EPIC) distance. EPIC avoids policy optimization, but in doing so requires computing reward values at transitions that may be impossible under the system dynamics. This is problematic for learned reward functions because it entails evaluating them outside of their training distribution, resulting in inaccurate reward values that we show can render EPIC ineffective at comparing rewards. To address this problem, we propose the Dynamics-Aware Reward Distance (DARD), a new reward pseudometric. DARD uses an approximate transition model of the environment to transform reward functions into a form that allows for comparisons that are invariant to reward shaping while only evaluating reward functions on transitions close to their training distribution. Experiments in simulated physical domains demonstrate that DARD enables reliable reward comparisons without policy optimization and is significantly more predictive than baseline methods of downstream policy performance when dealing with learned reward functions.

📄 PDF Abstract BibTeX arXiv:2201.10081

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Quantifying Differences in Reward Functions

2020-06-24 · ICLR 2021 1 · Adam Gleave, Michael Dennis, Shane Legg, Stuart Russell 외

For many tasks, the reward function is inaccessible to introspection or too complex to be specified procedurally, and must instead be learned from user data. Prior work has evaluated learned reward functions by evaluatin…

Sample-Efficient Preference-based Reinforcement Learning with Dynamics Aware Rewards

2024-02-28 · Katherine Metcalf, Miguel Sarabia, Natalie Mackraz, Barry-John Theobald

Preference-based reinforcement learning (PbRL) aligns a robot behavior with human preferences via a reward function learned from binary feedback over agent behaviors. We show that dynamics-aware reward functions improve …

reinforcement-learningReinforcement Learning

What Can Learned Intrinsic Rewards Capture?

2019-12-11 · ICML 2020 1 · Zeyu Zheng, Junhyuk Oh, Matteo Hessel, Zhongwen Xu 외

The objective of a reinforcement learning agent is to behave so as to maximise the sum of a suitable scalar function of state: the reward. These rewards are typically given and immutable. In this paper, we instead consid…

Reinforcement Learning

Risk-Aware Transfer in Reinforcement Learning using Successor Features

2021-05-28 · NeurIPS 2021 12 · Michael Gimelfarb, André Barreto, Scott Sanner, Chi-Guhn Lee

Sample efficiency and risk-awareness are central to the development of practical reinforcement learning (RL) for complex decision-making. The former can be addressed by transfer learning and the latter by optimizing some…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

World Value Functions: Knowledge Representation for Learning and Planning

2022-06-23 · Geraud Nangue Tasse, Benjamin Rosman, Steven James

We propose world value functions (WVFs), a type of goal-oriented general value function that represents how to solve not just a given task, but any other goal-reaching task in an agent's environment. This is achieved by …