Papers › A game-theoretic analysis of networked system control for common-pool resource...

A game-theoretic analysis of networked system control for common-pool resource management using multi-agent reinforcement learning

15 Oct 2020NeurIPS 2020 12arXiv:2010.07777archive 2025-07-28

Arnu Pretorius, Scott Cameron, Elan van Biljon, Tom Makkink, Shahil Mawjee, Jeremy du Plessis, Jonathan Shock, Alexandre Laterre, Karim Beguir

Multi-agent reinforcement learning has recently shown great promise as an approach to networked system control. Arguably, one of the most difficult and important tasks for which large scale networked system control is applicable is common-pool resource management. Crucial common-pool resources include arable land, fresh water, wetlands, wildlife, fish stock, forests and the atmosphere, of which proper management is related to some of society's greatest challenges such as food security, inequality and climate change. Here we take inspiration from a recent research program investigating the game-theoretic incentives of humans in social dilemma situations such as the well-known tragedy of the commons. However, instead of focusing on biologically evolved human-like agents, our concern is rather to better understand the learning and operating behaviour of engineered networked systems comprising general-purpose reinforcement learning agents, subject only to nonbiological constraints such as memory, computation and communication bandwidth. Harnessing tools from empirical game-theoretic analysis, we analyse the differences in resulting solution concepts that stem from employing different information structures in the design of networked multi-agent systems. These information structures pertain to the type of information shared between agents as well as the employed communication protocol and network topology. Our analysis contributes new insights into the consequences associated with certain design choices and provides an additional dimension of comparison between systems beyond efficiency, robustness, scalability and mean control performance.

PaperPDFConference PDFCodeCode 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="2010.07777")

Code

Syntology Ran 1 of 15 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

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

instadeepai/EGTA-NMARL officialmentioned in paperpytorchMIT 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

15 samples harvested; 1 ran; 0 honoured the contract we drafted; 14 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.

1ran · our draft was wrong
14unverified

Licence: 0 of the 15 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 instadeepai/EGTA-NMARL. “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.

ortho_init instadeepai/EGTA-NMARL/egta/agents/utils.py official repository ran · our draft was wrong MIT (permissive) · 6583a667fee3e221 · report
Equality instadeepai/EGTA-NMARL/egta/experiments/evaluation_metrics.py official repository unverified MIT (permissive) · 286a6ee6f1c18b25 · report
Utilitarian instadeepai/EGTA-NMARL/egta/experiments/evaluation_metrics.py official repository unverified MIT (permissive) · 2a7651747e8463f0 · report
calculate_condition_3 instadeepai/EGTA-NMARL/egta/experiments/plot_schelling_diagram.py official repository unverified MIT (permissive) · 4452545364e90dfc · report
calculate_global_xlim_and_ylim instadeepai/EGTA-NMARL/egta/experiments/plot_schelling_diagram.py official repository unverified MIT (permissive) · dd717e5c4ccf4c7b · report
check_dir instadeepai/EGTA-NMARL/egta/utils.py official repository unverified MIT (permissive) · a774e08f7631887e · report
conv instadeepai/EGTA-NMARL/egta/agents/utils.py official repository unverified MIT (permissive) · 3d1a6d68723115b4 · report
find_file instadeepai/EGTA-NMARL/egta/utils.py official repository unverified MIT (permissive) · 7c300262e2261af2 · report
get_total_returns instadeepai/EGTA-NMARL/egta/experiments/evaluation_metrics.py official repository unverified MIT (permissive) · 0160b7b5a9ca4259 · report
init_dir instadeepai/EGTA-NMARL/egta/utils.py official repository unverified MIT (permissive) · 07e87df9a478ba23 · report
load_actions instadeepai/EGTA-NMARL/egta/experiments/utils.py official repository unverified MIT (permissive) · e4affefdc674b157 · report
load_cooperator_ids instadeepai/EGTA-NMARL/egta/experiments/utils.py official repository unverified MIT (permissive) · 23557072b6c01f33 · report
load_rewards instadeepai/EGTA-NMARL/egta/experiments/utils.py official repository unverified MIT (permissive) · e1b3265de807b4aa · report
norm_init instadeepai/EGTA-NMARL/egta/agents/utils.py official repository unverified MIT (permissive) · 5af19b29d5176250 · report
transform_data instadeepai/EGTA-NMARL/egta/experiments/plot_schelling_diagram.py official repository unverified MIT (permissive) · e8cde3414bc94ecb · report

Tasks

ManagementMulti-agent Reinforcement LearningReinforcement LearningReinforcement Learning (RL)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