Table of Contents
Fetching ...

A Conservative Approach for Few-Shot Transfer in Off-Dynamics Reinforcement Learning

Paul Daoudi, Christophe Prieur, Bogdan Robu, Merwan Barlier, Ludovic Dos Santos

TL;DR

The paper tackles the problem of transferring policies between source and target environments with differing dynamics under a few-shot data regime. It introduces FOOD, a conservative objective that penalizes the source-trained policy using a trajectory-based divergence estimated via Imitation Learning, and demonstrates improved performance across diverse off-dynamics benchmarks with limited target data. The key contributions are a theoretical reduction bound linking target and source performance via trajectory divergences, a practical FOOD algorithm that combines online RL with imitation-learning surrogates, and extensive experiments showing robustness and superiority over baselines in most off-dynamics scenarios. This work advances data-efficient, safe transfer in reinforcement learning and lays groundwork for integrating additional IL techniques to further stabilize learning in real-world, dynamic variations.

Abstract

Off-dynamics Reinforcement Learning (ODRL) seeks to transfer a policy from a source environment to a target environment characterized by distinct yet similar dynamics. In this context, traditional RL agents depend excessively on the dynamics of the source environment, resulting in the discovery of policies that excel in this environment but fail to provide reasonable performance in the target one. In the few-shot framework, a limited number of transitions from the target environment are introduced to facilitate a more effective transfer. Addressing this challenge, we propose an innovative approach inspired by recent advancements in Imitation Learning and conservative RL algorithms. The proposed method introduces a penalty to regulate the trajectories generated by the source-trained policy. We evaluate our method across various environments representing diverse off-dynamics conditions, where access to the target environment is extremely limited. These experiments include high-dimensional systems relevant to real-world applications. Across most tested scenarios, our proposed method demonstrates performance improvements compared to existing baselines.

A Conservative Approach for Few-Shot Transfer in Off-Dynamics Reinforcement Learning

TL;DR

The paper tackles the problem of transferring policies between source and target environments with differing dynamics under a few-shot data regime. It introduces FOOD, a conservative objective that penalizes the source-trained policy using a trajectory-based divergence estimated via Imitation Learning, and demonstrates improved performance across diverse off-dynamics benchmarks with limited target data. The key contributions are a theoretical reduction bound linking target and source performance via trajectory divergences, a practical FOOD algorithm that combines online RL with imitation-learning surrogates, and extensive experiments showing robustness and superiority over baselines in most off-dynamics scenarios. This work advances data-efficient, safe transfer in reinforcement learning and lays groundwork for integrating additional IL techniques to further stabilize learning in real-world, dynamic variations.

Abstract

Off-dynamics Reinforcement Learning (ODRL) seeks to transfer a policy from a source environment to a target environment characterized by distinct yet similar dynamics. In this context, traditional RL agents depend excessively on the dynamics of the source environment, resulting in the discovery of policies that excel in this environment but fail to provide reasonable performance in the target one. In the few-shot framework, a limited number of transitions from the target environment are introduced to facilitate a more effective transfer. Addressing this challenge, we propose an innovative approach inspired by recent advancements in Imitation Learning and conservative RL algorithms. The proposed method introduces a penalty to regulate the trajectories generated by the source-trained policy. We evaluate our method across various environments representing diverse off-dynamics conditions, where access to the target environment is extremely limited. These experiments include high-dimensional systems relevant to real-world applications. Across most tested scenarios, our proposed method demonstrates performance improvements compared to existing baselines.
Paper Structure (43 sections, 7 theorems, 21 equations, 7 figures, 4 tables, 1 algorithm)

This paper contains 43 sections, 7 theorems, 21 equations, 7 figures, 4 tables, 1 algorithm.

Key Result

Proposition 1

Let $J^\pi_P = \mathbb{E}_{\rho_0}\left[ V^\pi_P(s) \right]$ the expected cumulative rewards associated with policy $\pi$, transitions $P$ and initial state distribution $\rho_0$. For any policy $\pi$ and any transition probabilities $P_{\text{t}}$ and $P_{\text{s}}$, the following holds: with $D_{\text{TV}}$ the Total Variation distance and $D_{\text{TV}}^\pi\infdist{P_{\text{s}}}{P_{\text{t}}}

Figures (7)

  • Figure 1: Hyper-parameter sensibility analysis for FOOD on three environments.
  • Figure 2: Learning curves of FOOD and DARC for all the proposed environments.
  • Figure 3: Complete hyperparameter sensitivity analysis for the best FOOD agent on the different off-dynamics environments.
  • Figure 4: Data sensitivity analysis for both FOOD and DARC agents on the environments where PPO is used.
  • Figure 5: Hyper-parameter sensitivity analysis for the DARC agent on the different environments where DARC works well.
  • ...and 2 more figures

Theorems & Definitions (9)

  • Proposition 1
  • Proposition 2
  • Lemma 1
  • Lemma 2
  • proof
  • Proposition 3
  • proof
  • Corollary 1
  • Corollary 2