Approximated Behavioral Metric-based State Projection for Federated Reinforcement Learning
Zengxia Guo, Bohui An, Zhongqi Lu
TL;DR
The paper tackles the challenge of privacy-preserving federated reinforcement learning in heterogeneous environments by proposing FedRAG, which shares parameters of a behavior-metric based state projection function rather than raw data. FedRAG leverages a RAG-based representation learning objective to produce task-relevant embeddings, while central aggregation enforces global alignment through a regularization term. The approach achieves superior cross-environment generalization on DeepMind Control Suite tasks, maintains in-environment performance, and demonstrates resilience to increasing client heterogeneity. The work combines theoretical insights on the RAG distance with practical federated training and privacy considerations, offering a scalable, privacy-conscious pathway for collaborative RL across diverse domains.
Abstract
Federated reinforcement learning (FRL) methods usually share the encrypted local state or policy information and help each client to learn from others while preserving everyone's privacy. In this work, we propose that sharing the approximated behavior metric-based state projection function is a promising way to enhance the performance of FRL and concurrently provides an effective protection of sensitive information. We introduce FedRAG, a FRL framework to learn a computationally practical projection function of states for each client and aggregating the parameters of projection functions at a central server. The FedRAG approach shares no sensitive task-specific information, yet provides information gain for each client. We conduct extensive experiments on the DeepMind Control Suite to demonstrate insightful results.
