English

Proxy Experience Replay: Federated Distillation for Distributed Reinforcement Learning

Machine Learning 2020-05-18 v2 Artificial Intelligence

Abstract

Traditional distributed deep reinforcement learning (RL) commonly relies on exchanging the experience replay memory (RM) of each agent. Since the RM contains all state observations and action policy history, it may incur huge communication overhead while violating the privacy of each agent. Alternatively, this article presents a communication-efficient and privacy-preserving distributed RL framework, coined federated reinforcement distillation (FRD). In FRD, each agent exchanges its proxy experience replay memory (ProxRM), in which policies are locally averaged with respect to proxy states clustering actual states. To provide FRD design insights, we present ablation studies on the impact of ProxRM structures, neural network architectures, and communication intervals. Furthermore, we propose an improved version of FRD, coined mixup augmented FRD (MixFRD), in which ProxRM is interpolated using the mixup data augmentation algorithm. Simulations in a Cartpole environment validate the effectiveness of MixFRD in reducing the variance of mission completion time and communication cost, compared to the benchmark schemes, vanilla FRD, federated reinforcement learning (FRL), and policy distillation (PD).

Keywords

Cite

@article{arxiv.2005.06105,
  title  = {Proxy Experience Replay: Federated Distillation for Distributed Reinforcement Learning},
  author = {Han Cha and Jihong Park and Hyesung Kim and Mehdi Bennis and Seong-Lyun Kim},
  journal= {arXiv preprint arXiv:2005.06105},
  year   = {2020}
}

Comments

8 pages, 5 figures, This paper is accepted to IEEE Intelligent Systems special issue of July/Aug 2020 - Federated Machine Learning

R2 v1 2026-06-23T15:30:14.788Z