LGJun 1, 2022

Transferable Reward Learning by Dynamics-Agnostic Discriminator Ensemble

arXiv:2206.00238v25 citationsh-index: 45
Originality Incremental advance
AI Analysis

This addresses the need for robust reward learning in reinforcement learning when agents face environments different from demonstrations, though it is incremental as it builds on adversarial imitation learning frameworks.

The paper tackles the problem of learning transferable reward functions from expert demonstrations in reinforcement learning, where existing methods often fail when environments differ. It introduces DARL, a dynamics-agnostic discriminator-ensemble method that recovers both state-only and state-action reward functions, achieving better imitation performance in transferred environments on MuJoCo tasks.

Recovering reward function from expert demonstrations is a fundamental problem in reinforcement learning. The recovered reward function captures the motivation of the expert. Agents can imitate experts by following these reward functions in their environment, which is known as apprentice learning. However, the agents may face environments different from the demonstrations, and therefore, desire transferable reward functions. Classical reward learning methods such as inverse reinforcement learning (IRL) or, equivalently, adversarial imitation learning (AIL), recover reward functions coupled with training dynamics, which are hard to be transferable. Previous dynamics-agnostic reward learning methods rely on assumptions such as that the reward function has to be state-only, restricting their applicability. In this work, we present a dynamics-agnostic discriminator-ensemble reward learning method (DARL) within the AIL framework, capable of learning both state-action and state-only reward functions. DARL achieves this by decoupling the reward function from training dynamics, employing a dynamics-agnostic discriminator on a latent space derived from the original state-action space. This latent space is optimized to minimize information on the dynamics. We moreover discover the policy-dependency issue of the AIL framework that reduces the transferability. DARL represents the reward function as an ensemble of discriminators during training to eliminate policy dependencies. Empirical studies on MuJoCo tasks with changed dynamics show that DARL better recovers the reward function and results in better imitation performance in transferred environments, handling both state-only and state-action reward scenarios.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes