CAESAR: Enhancing Federated RL in Heterogeneous MDPs through Convergence-Aware Sampling with Screening
Hei Yi Mak, Flint Xiaofeng Fan, Luca A. Lanzendörfer, Cheston Tan, Wei Tsang Ooi, Roger Wattenhofer
TL;DR
The paper addresses Federated Reinforcement Learning in environments with heterogeneous MDPs, where naive averaging of value functions can hinder learning. It introduces CAESAR, a two-layer aggregation scheme that combines convergence-aware sampling with a screening step to selectively incorporate knowledge from peers processing similar MDPs while prioritizing higher-performing agents. Empirical results on GridWorld and FrozenLake-v1 show CAESAR outperforms standard All and Sampling, matching or exceeding the hypothetical Peers baseline and demonstrating robustness across varying degrees of heterogeneity. The work advances practical FedRL by enabling efficient, environment-sensitive knowledge transfer without requiring prior knowledge of the number of MDPs or agent-to-MDP assignments.
Abstract
In this study, we delve into Federated Reinforcement Learning (FedRL) in the context of value-based agents operating across diverse Markov Decision Processes (MDPs). Existing FedRL methods typically aggregate agents' learning by averaging the value functions across them to improve their performance. However, this aggregation strategy is suboptimal in heterogeneous environments where agents converge to diverse optimal value functions. To address this problem, we introduce the Convergence-AwarE SAmpling with scReening (CAESAR) aggregation scheme designed to enhance the learning of individual agents across varied MDPs. CAESAR is an aggregation strategy used by the server that combines convergence-aware sampling with a screening mechanism. By exploiting the fact that agents learning in identical MDPs are converging to the same optimal value function, CAESAR enables the selective assimilation of knowledge from more proficient counterparts, thereby significantly enhancing the overall learning efficiency. We empirically validate our hypothesis and demonstrate the effectiveness of CAESAR in enhancing the learning efficiency of agents, using both a custom-built GridWorld environment and the classical FrozenLake-v1 task, each presenting varying levels of environmental heterogeneity.
