Self-Organised Sequential Multi-Agent Reinforcement Learning for Closely Cooperation Tasks
Hao Fu, Mingyu You, Hongjun Zhou, Bin He
Abstract
Cooperative tasks are common in multi-agent systems, with closely cooperative tasks being a special case of this, where a change in the state of the environment requires multiple agents to perform a specific operation at the same time. Take a box-pushing task as an example, the box is heavy and requires multiple agents to push it simultaneously. Optimal actions in a closely cooperation task are correlated with the actions of other agents, which makes the individual optimal action potentially inconsistent with the group optimal action, which leads to more non-globally optimal Nash equilibrium policies in the problem. This makes it easier for the policy learned by reinforcement learning to fall into these locally optimal policies. In this paper, we propose a self-organised sequential multi-agent reinforcement learning algorithm (SOS-MARL). We propose sequential decision-making to change the optimization objective of the agent's policy so that the learned policy tends to group optimal policies. And propose an automatic grouping mechanism to make the policy smoother for training and reasoning in large-scale agent environments. We decompose the joint action value factorization outside the group into a combination of each group action value, thus guiding the agents to improve their group policies in a fine-grained manner. We deployed scenarios in both simulated and real environments and compared SOS-MARL with various classical MARL algorithms on box-pushing tasks, demonstrating the state-of-the-art of our method.
BibTeX
@inproceedings{ral2025_selforganisedseq,
title = {Self-Organised Sequential Multi-Agent Reinforcement Learning for Closely Cooperation Tasks},
author = {Hao Fu and Mingyu You and Hongjun Zhou and Bin He},
booktitle = {RA-L 2025},
year = {2025}
}