English

Improved Communication Efficiency in Federated Natural Policy Gradient via ADMM-based Gradient Updates

Machine Learning 2023-11-01 v1 Optimization and Control

Abstract

Federated reinforcement learning (FedRL) enables agents to collaboratively train a global policy without sharing their individual data. However, high communication overhead remains a critical bottleneck, particularly for natural policy gradient (NPG) methods, which are second-order. To address this issue, we propose the FedNPG-ADMM framework, which leverages the alternating direction method of multipliers (ADMM) to approximate global NPG directions efficiently. We theoretically demonstrate that using ADMM-based gradient updates reduces communication complexity from O(d2){O}({d^{2}}) to O(d){O}({d}) at each iteration, where dd is the number of model parameters. Furthermore, we show that achieving an ϵ\epsilon-error stationary convergence requires O(1(1γ)2ϵ){O}(\frac{1}{(1-\gamma)^{2}{\epsilon}}) iterations for discount factor γ\gamma, demonstrating that FedNPG-ADMM maintains the same convergence rate as the standard FedNPG. Through evaluation of the proposed algorithms in MuJoCo environments, we demonstrate that FedNPG-ADMM maintains the reward performance of standard FedNPG, and that its convergence rate improves when the number of federated agents increases.

Keywords

Cite

@article{arxiv.2310.19807,
  title  = {Improved Communication Efficiency in Federated Natural Policy Gradient via ADMM-based Gradient Updates},
  author = {Guangchen Lan and Han Wang and James Anderson and Christopher Brinton and Vaneet Aggarwal},
  journal= {arXiv preprint arXiv:2310.19807},
  year   = {2023}
}

Comments

Accepted at the 37th Conference on Neural Information Processing Systems (NeurIPS 2023)

R2 v1 2026-06-28T13:06:23.078Z