Offline Decentralized Multi-Agent Reinforcement Learning
About
In many real-world multi-agent cooperative tasks, due to high cost and risk, agents cannot continuously interact with the environment and collect experiences during learning, but have to learn from offline datasets. However, the transition dynamics in the dataset of each agent can be much different from the ones induced by the learned policies of other agents in execution, creating large errors in value estimates. Consequently, agents learn uncoordinated low-performing policies. In this paper, we propose a framework for offline decentralized multi-agent reinforcement learning, which exploits value deviation and transition normalization to deliberately modify the transition probabilities. Value deviation optimistically increases the transition probabilities of high-value next states, and transition normalization normalizes the transition probabilities of next states. They together enable agents to learn high-performing and coordinated policies. Theoretically, we prove the convergence of Q-learning under the altered non-stationary transition dynamics. Empirically, we show that the framework can be easily built on many existing offline reinforcement learning algorithms and achieve substantial improvement in a variety of multi-agent tasks.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Multi-Agent Reinforcement Learning | MPE Cooperative Navigation (CN) v1 (Expert) | Normalized Score98.2 | 19 | |
| Cooperative Navigation | MPE Random | Normalized Score24 | 9 | |
| Cooperative Navigation | MPE Medium | Normalized Score34.1 | 9 | |
| Predator-Prey | MPE Random | Normalized Score5 | 9 | |
| Predator-Prey | MPE Expert | Normalized Score93.9 | 9 | |
| Predator-Prey | MPE Medium | Normalized Score61.7 | 9 | |
| World | multi-agent particle environment medium | Normalized Score58.6 | 9 | |
| World | MPE Expert | Normalized Score71.9 | 9 | |
| World | MPE Random | Normalized Score0.6 | 9 | |
| Multi-agent Offline Reinforcement Learning | MaMuJoCo 2HalfCheetah Medium | Performance51.5 | 9 |