paper-with-me

Papers

Learning in two-player games between transparent opponents

2020-12-04 · Adrian Hutter

We consider a scenario in which two reinforcement learning agents repeatedly play a matrix game against each other and update their parameters after each round. The agents' decision-making is transparent to each other, which allows each agent to predict how their opponent will play against them. To prevent an infinite regress of both agents recursively predicting each other indefinitely, each agent is required to give an opponent-independent response with some probability at least epsilon. Transparency also allows each agent to anticipate and shape the other agent's gradient step, i.e. to move to regions of parameter space in which the opponent's gradient points in a direction favourable to them. We study the resulting dynamics experimentally, using two algorithms from previous literature (LOLA and SOS) for opponent-aware learning. We find that the combination of mutually transparent decision-making and opponent-aware learning robustly leads to mutual cooperation in a single-shot prisoner's dilemma. In a game of chicken, in which both agents try to manoeuvre their opponent towards their preferred equilibrium, converging to a mutually beneficial outcome turns out to be much harder, and opponent-aware learning can even lead to worst-case outcomes for both agents. This highlights the need to develop opponent-aware learning algorithms that achieve acceptable outcomes in social dilemmas involving an equilibrium selection problem.

📄 PDF Abstract BibTeX arXiv:2012.02671

Code (1)

adrianhutter/learning_with_opponent_transparency 공식 구현

Tasks

Decision MakingVocal Bursts Valence Prediction

Similar Papers 제목 키워드 기반

Regret Minimization with Adaptive Opponents in Repeated Games

2026-06-04 · Mingyang Liu, Asuman Ozdaglar, Tiancheng Yu, Kaiqing Zhang arxiv

In this paper, we study regret minimization in repeated games with \emph{adaptive} opponents who can respond based on histories of play. The standard metric of \emph{external regret} in online learning is known to fail t…

A Deep Reinforcement Learning Approach for Finding Non-Exploitable Strategies in Two-Player Atari Games

2022-07-18 · Zihan Ding, DiJia Su, Qinghua Liu, Chi Jin

This paper proposes new, end-to-end deep reinforcement learning algorithms for learning two-player zero-sum Markov games. Different from prior efforts on training agents to beat a fixed set of opponents, our objective is…

Atari GamesDeep Reinforcement LearningQ-Learning

Opponent Modeling in Multiplayer Imperfect-Information Games

2022-12-12 · Sam Ganzfried, Kevin A. Wang, Max Chiswick

In many real-world settings agents engage in strategic interactions with multiple opposing agents who can employ a wide variety of strategies. The standard approach for designing agents for such settings is to compute or…

Successful Nash Equilibrium Agent for a 3-Player Imperfect-Information Game

2018-04-13 · Sam Ganzfried, Austin Nowak, Joannier Pinales

Creating strong agents for games with more than two players is a major open problem in AI. Common approaches are based on approximating game-theoretic solution concepts such as Nash equilibrium, which have strong theoret…

Playing Markov Games Without Observing Payoffs

2025-08-29 · Daniel Ablin, Alon Cohen arxiv

Optimization under uncertainty is a fundamental problem in learning and decision-making, particularly in multi-agent systems. Previously, Feldman, Kalai, and Tennenholtz [2010] demonstrated the ability to efficiently com…