Search papers, labs, and topics across Lattice.
This paper introduces Emergent Trust Learning (ETL), a lightweight algorithm that enables AI agents to learn cooperative behaviors in competitive environments with shared resources. ETL uses a compact internal trust state to modulate memory, exploration, and action selection based on individual rewards and local observations. Experiments across grid-based resource worlds, hierarchical Tower environments, and the Iterated Prisoner's Dilemma demonstrate that ETL promotes cooperation, prevents resource depletion, and sustains high survival rates, even after periods of enforced greed or exploitation.
Forget complex communication protocols – this trust-based algorithm lets agents learn to cooperate in competitive environments with minimal overhead.
We introduce Emergent Trust Learning (ETL), a lightweight, trust-based control algorithm that can be plugged into existing AI agents. It enables these to reach cooperation in competitive game environments under shared resources. Each agent maintains a compact internal trust state, which modulates memory, exploration, and action selection. ETL requires only individual rewards and local observations and incurs negligible computational and communication overhead. We evaluate ETL in three environments: In a grid-based resource world, trust-based agents reduce conflicts and prevent long-term resource depletion while achieving competitive individual returns. In a hierarchical Tower environment with strong social dilemmas and randomised floor assignments, ETL sustains high survival rates and recovers cooperation even after extended phases of enforced greed. In the Iterated Prisoner's Dilemma, the algorithm generalises to a strategic meta-game, maintaining cooperation with reciprocal opponents while avoiding long-term exploitation by defectors. Code will be released upon publication.