paper-with-me

Papers

Balancing Adaptability and Non-exploitability in Repeated Games

2021-12-20 · Anthony DiGiovanni, Ambuj Tewari

We study the problem of guaranteeing low regret in repeated games against an opponent with unknown membership in one of several classes. We add the constraint that our algorithm is non-exploitable, in that the opponent lacks an incentive to use an algorithm against which we cannot achieve rewards exceeding some "fair" value. Our solution is an expert algorithm (LAFF) that searches within a set of sub-algorithms that are optimal for each opponent class and uses a punishment policy upon detecting evidence of exploitation by the opponent. With benchmarks that depend on the opponent class, we show that LAFF has sublinear regret uniformly over the possible opponents, except exploitative ones, for which we guarantee that the opponent has linear regret. To our knowledge, this work is the first to provide guarantees for both regret and non-exploitability in multi-agent learning.

📄 PDF Abstract BibTeX arXiv:2112.10314

Code (1)

digiovannia/ad_expl 공식 구현

Similar Papers 제목 키워드 기반

Convex Markov Games: A New Frontier for Multi-Agent Reinforcement Learning

2024-10-22 · Ian Gemp, Andreas Haupt, Luke Marris, SiQi Liu 외

Behavioral diversity, expert imitation, fairness, safety goals and others give rise to preferences in sequential decision making domains that do not decompose additively across time. We introduce the class of convex Mark…

Decision MakingDiversityFairnessMulti-agent Reinforcement Learning+1

Anytime PSRO for Two-Player Zero-Sum Games

2022-01-19 · Stephen Mcaleer, Kevin Wang, John Lanier, Marc Lanctot 외

Policy space response oracles (PSRO) is a multi-agent reinforcement learning algorithm that has achieved state-of-the-art performance in very large two-player zero-sum games. PSRO is based on the tabular double oracle (D…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Safe and Nested Subgame Solving for Imperfect-Information Games

2017-05-08 · NeurIPS 2017 12 · Noam Brown, Tuomas Sandholm

In imperfect-information games, the optimal strategy in a subgame may depend on the strategy in other, unreached subgames. Thus a subgame cannot be solved in isolation and must instead consider the strategy for the entir…

Translation

ApproxED: Approximate exploitability descent via learned best responses

2023-01-20 · Carlos Martin, Tuomas Sandholm

There has been substantial progress on finding game-theoretic equilibria. Most of that work has focused on games with finite, discrete action spaces. However, many games involving space, time, money, and other fine-grain…

Computing Approximate Equilibria in Sequential Adversarial Games by Exploitability Descent

2019-03-13 · Edward Lockhart, Marc Lanctot, Julien Pérolat, Jean-Baptiste Lespiau 외

In this paper, we present exploitability descent, a new algorithm to compute approximate equilibria in two-player zero-sum extensive-form games with imperfect information, by direct policy optimization against worst-case…

counterfactual