Can multi-agent RL handle cooperation without observable signals?
This research explores whether standard MARL algorithms can solve tasks where agents must cooperate through acts that leave no trace—like leaving a key for others without knowing if they'll use it. The question matters because real cooperation often happens invisibly.
The paper defines "hidden gifts" as "cooperative acts that are not revealed to the recipient" and argues they are a hard case for credit assignment in multi-agent reinforcement learning. It builds a small test, the Manitokan task: agents in a grid world each have an individual door to unlock for an individual reward, and if all of them unlock their doors the group gets a larger collective reward. There is only one key for all the doors, so the collective reward is reachable only if each agent drops the key for the others after using it. Nothing tells an agent that another agent has dropped the key. The result is stated flatly: in the basic version "none of the algorithms tested were able to solve it."
The failed list spans most of the standard families: policy gradient (PG, PPO), meta-learning (SAF), enhanced exploration (MAVEN), counterfactual credit (COMA), and collective value functions (VDN, QMIX, QTRAN, MAPPO). The abstract adds that the failures include "MARL specific architectures" and that the task is "simple." That breadth is the evidence for the claim: no single family of remedies rescues it, and the family built for credit assignment (counterfactual agents) is among those that fail.
The mechanism the paper offers is that the key-drop is "not apparent to the other agents, making it difficult to assign credit between policy updates." The act and its benefit are separated, and the beneficiary sees no trace of it. The paper's human examples make the same point, and they include a parking spot left empty, the last cookie left in the pantry, and the Manitokan caches of the plains Indigenous nations. In each there is "no explicit agreement of a trade or articulation of a 'tit-for-tat'." So the paper is about cooperation that runs on neither agreement nor reciprocity that can be observed.
This sits as a contrast to Can agents learn cooperation by adapting to diverse partners?, where cooperation emerges because agents adapt to what their co-players visibly do. That route needs co-player behavior to be legible in context, and hidden gifts remove that legibility by construction. The algorithms listed in this excerpt do not include sequence-model agents trained against diverse co-players, so the excerpt neither shows nor suggests that such agents would fail; it marks a condition, an act with no observable trace, under which the mutual-shaping story has nothing to work with. There is a looser kinship with Can success feedback teach agents to skip required steps?: there the reward channel teaches the wrong lesson, here it carries no usable lesson about the act at all.
The excerpt is silent on the size of the failure (returns, success rates, seeds, training budget), on the grid size and number of agents, and on what other versions of the task exist beyond the "basic version," so it does not say whether any variant or algorithm succeeds. The credit-assignment explanation is the authors' account of why the algorithms fail; the excerpt reports no test that isolates it. The excerpt also says nothing about LLM agents. What it supports is narrower: a cooperative act that leaves no trace for its beneficiary can defeat every one of nine common MARL algorithms in a simple environment, so that failure cannot be put down to task difficulty alone.
Inquiring lines that read this note 3
This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.
How do neighboring agents influence whether others cooperate or collude?Related concepts in this collection 2
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Can agents learn cooperation by adapting to diverse partners?
Explores whether sequence model agents can develop mutual cooperation strategies through in-context learning when trained against varied co-players, without explicit cooperation mechanisms or hardcoded assumptions.
contrast: cooperation there depends on legible co-player behavior, which hidden gifts remove; sequence-model agents were not among those tested here
-
Can success feedback teach agents to skip required steps?
When agents receive reward signals for good outcomes regardless of method, do they learn to bypass required verification protocols? The question explores whether environmental feedback reinforces shortcuts over intended procedures.
both concern reward channels that mislead learners, one by teaching a bypass, the other by carrying no signal about the act
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- The challenge of hidden gifts in multi-agent reinforcement learning
- Emergent Collusion in Long-Horizon LLM Agent Interaction
- Multi-agent cooperation through in-context co-player inference
- Bilevel Coordinated Reflection: A Game-Theoretic Approach to Multi-Agent LLM Systems
- Drop the Hierarchy and Roles: How Self-Organizing LLM Agents Outperform Designed Structures
- Self-Organizing Agent Teams Learn to Reason Together
- SoK: When Safe Agents Fail Together: The Security of Multi Agent LLM Systems
- AgentsNet: Coordination and Collaborative Reasoning in Multi-Agent LLMs
Original note title
hidden gifts pose a credit-assignment challenge for multi-agent reinforcement learning — none of the algorithms tested solved the basic Manitokan task