Provably Efficient Multi-Agent Reinforcement Learning with Fully Decentralized Communication
This work addresses the problem of efficient exploration in multi-agent systems for researchers in reinforcement learning, though it appears incremental as it builds on existing decentralized methods.
The paper tackles the challenge of reducing sampling complexity in multi-agent reinforcement learning by exploring fully decentralized communication, showing that regret bounds improve with more agents and information sharing, as validated by numerical simulations.
A challenge in reinforcement learning (RL) is minimizing the cost of sampling associated with exploration. Distributed exploration reduces sampling complexity in multi-agent RL (MARL). We investigate the benefits to performance in MARL when exploration is fully decentralized. Specifically, we consider a class of online, episodic, tabular $Q$-learning problems under time-varying reward and transition dynamics, in which agents can communicate in a decentralized manner.We show that group performance, as measured by the bound on regret, can be significantly improved through communication when each agent uses a decentralized message-passing protocol, even when limited to sending information up to its $γ$-hop neighbors. We prove regret and sample complexity bounds that depend on the number of agents, communication network structure and $γ.$ We show that incorporating more agents and more information sharing into the group learning scheme speeds up convergence to the optimal policy. Numerical simulations illustrate our results and validate our theoretical claims.