Code for "Settling Decentralized Multi-Agent Coordinated Exploration by Novelty Sharing" accepted by AAAI 2024. [PDF]
Exploration in decentralized cooperative multi-agent reinforcement learning faces two challenges. One is that the novelty of global states is unavailable, while the novelty of local observations is biased. The other is how agents can explore in a coordinated way. To address these challenges, we propose MACE, a simple yet effective multi-agent coordinated exploration method.
By communicating only local novelty, agents can take into account other agents’ local novelty
Further, we newly introduce weighted mutual information to measure the influence of one agent’s action
We convert it as an intrinsic reward in hindsight to encourage agents to exert more influence on other agents’ exploration and boost coordinated exploration.
We combine the two intrinsic rewards to get the final shaped reward.
For GridWorld environment:
./scripts/train_gridworld.sh
For Overcooked environment:
./scripts/train_overcooked.sh