Abstract

We extend trust region policy optimization (TRPO) to multi-agent reinforcement learning (MARL) problems. We show that the policy update of TRPO can be transformed into a distributed consensus optimization problem for multi-agent cases. By making a series of approximations to the consensus optimization model, we propose a decentralized MARL algorithm, which we call multi-agent TRPO (MATRPO). This algorithm can optimize distributed policies based on local observations and private rewards. The agents do not need to know observations, rewards, policies or value/action-value functions of other agents. The agents only share a likelihood ratio with their neighbors during the training process. The algorithm is fully decentralized and privacy-preserving. Our experiments on two cooperative games demonstrate its robust performance on complicated MARL tasks.

Authors

(none)

Tags

  • Multi-Agent

Stats

  • citations47
  • S2 citationsβ€”
  • github stars0
  • HF likes0
  • heat score12.61
  • arxiv keyli2020multi

Related papers

Multi-agent Trust Region Policy Optimization β€” reinforcement-learning