Papers › Settling Decentralized Multi-Agent Coordinated Exploration by Novelty Sharing

Settling Decentralized Multi-Agent Coordinated Exploration by Novelty Sharing

3 Feb 2024arXiv:2402.02097archive 2025-07-28

Haobin Jiang, Ziluo Ding, Zongqing Lu

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 to approximate the global novelty. Further, we newly introduce weighted mutual information to measure the influence of one agent's action on other agents' accumulated novelty. We convert it as an intrinsic reward in hindsight to encourage agents to exert more influence on other agents' exploration and boost coordinated exploration. Empirically, we show that MACE achieves superior performance in three multi-agent environments with sparse rewards.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2402.02097")

Code

Syntology Ran 16 of 18 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 3 ran · honoured contract; 1 ran · our draft was wrong; 12 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 15 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sigmabm/mace officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 16 ran; 3 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · honoured contract
1ran · our draft was wrong
12ran
2unverified

Licence: 18 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from sigmabm/mace. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ACTLayer sigmabm/mace/src/algo/r_mappo/hdd_net.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 56f9da3f7c1a4f65 · report
AddBias sigmabm/mace/src/algo/r_mappo/hdd_net.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 6ea7d9f4a4c4f42d · report
Bernoulli sigmabm/mace/src/algo/r_mappo/hdd_net.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · e59c1d4221cf2cc6 · report
CNNBase sigmabm/mace/src/algo/r_mappo/hdd_net.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 44f09ebd8f4371fa · report
CNNLayer sigmabm/mace/src/algo/r_mappo/hdd_net.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 605e1876fb9959d1 · report
Categorical sigmabm/mace/src/algo/r_mappo/hdd_net.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 7e51bfa5785fa3e2 · report
DiagGaussian sigmabm/mace/src/algo/r_mappo/hdd_net.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 4a0bedc273a7976f · report
FixedBernoulli sigmabm/mace/src/algo/r_mappo/hdd_net.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · c5e85256674b40f2 · report
FixedCategorical sigmabm/mace/src/algo/r_mappo/hdd_net.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 16be22c531bda7dd · report
FixedNormal sigmabm/mace/src/algo/r_mappo/hdd_net.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 3e39c2c0ee8e9467 · report
MLPBase sigmabm/mace/src/algo/r_mappo/hdd_net.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 7071cd9f15e235a6 · report
MLPLayer sigmabm/mace/src/algo/r_mappo/hdd_net.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 235b02a593e7a345 · report
check sigmabm/mace/src/algo/r_mappo/hdd_net.py official repository ran · honoured contract no licence file found · pointer only · 4829105008c71d83 · report
get_grad_norm sigmabm/mace/src/algo/r_mappo/hdd_net.py official repository ran · honoured contract no licence file found · pointer only · 6b68682cdb55cf2a · report
get_shape_from_obs_space sigmabm/mace/src/algo/r_mappo/hdd_net.py official repository ran · honoured contract no licence file found · pointer only · 54fb8bdc67bc3d35 · report
HDD sigmabm/mace/src/algo/r_mappo/hdd_net.py official repository unverified no licence file found · pointer only · 8834bcc7821f03a0 · report
HDDNetworks sigmabm/mace/src/algo/r_mappo/hdd_net.py official repository unverified no licence file found · pointer only · 11b84e10130bc082 · report
init identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 9de355e93051e4ad · report

Tasks

Multi-agent Reinforcement Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections