Can Optimal Transport Improve Federated Inverse Reinforcement Learning?
David Millard, Ali Baheri
TL;DR
The paper addresses learning a shared reward function from multiple heterogeneous agents without sharing trajectories. It replaces standard parameter averaging in federated IRL with an entropically regularized Wasserstein barycenter that fuses locally learned MaxEnt IRL rewards, preserving geometric structure and privacy. The authors prove stability and parameter-error bounds, and demonstrate through grid-world and Gymnasium experiments that the barycentric fusion yields more stable and transferable rewards than averaging, especially under heterogeneity. This approach offers a principled, communication-efficient framework for cross-environment generalization in robotics, with clear scalability and discretization challenges for future work.
Abstract
In robotics and multi-agent systems, fleets of autonomous agents often operate in subtly different environments while pursuing a common high-level objective. Directly pooling their data to learn a shared reward function is typically impractical due to differences in dynamics, privacy constraints, and limited communication bandwidth. This paper introduces an optimal transport-based approach to federated inverse reinforcement learning (IRL). Each client first performs lightweight Maximum Entropy IRL locally, adhering to its computational and privacy limitations. The resulting reward functions are then fused via a Wasserstein barycenter, which considers their underlying geometric structure. We further prove that this barycentric fusion yields a more faithful global reward estimate than conventional parameter averaging methods in federated learning. Overall, this work provides a principled and communication-efficient framework for deriving a shared reward that generalizes across heterogeneous agents and environments.
