Learning with Opponent-Learning Awareness
Jakob N. Foerster, Richard Y. Chen, Maruan Al-Shedivat, Shimon, Whiteson, Pieter Abbeel, Igor Mordatch

TL;DR
LOLA is a multi-agent reinforcement learning method where agents anticipate and influence each other's learning updates, leading to emergent cooperation, stable convergence, and improved outcomes in social dilemmas and competitive settings.
Contribution
The paper introduces LOLA, a novel learning rule that accounts for the impact of an agent's policy on others' learning, enabling cooperation and stability in multi-agent environments.
Findings
LOLA agents develop tit-for-tat cooperation in prisoners' dilemma.
LOLA achieves higher payouts than naive learners.
LOLA converges to Nash equilibrium in matching pennies.
Abstract
Multi-agent settings are quickly gathering importance in machine learning. This includes a plethora of recent work on deep multi-agent reinforcement learning, but also can be extended to hierarchical RL, generative adversarial networks and decentralised optimisation. In all these settings the presence of multiple learning agents renders the training problem non-stationary and often leads to unstable training or undesired final results. We present Learning with Opponent-Learning Awareness (LOLA), a method in which each agent shapes the anticipated learning of the other agents in the environment. The LOLA learning rule includes a term that accounts for the impact of one agent's policy on the anticipated parameter update of the other agents. Results show that the encounter of two LOLA agents leads to the emergence of tit-for-tat and therefore cooperation in the iterated prisoners' dilemma,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Learning to Model Other Minds (OpenAI) | Two Minute Papers #199· youtube
Taxonomy
TopicsReinforcement Learning in Robotics · Experimental Behavioral Economics Studies · Game Theory and Applications
