paper-with-me

홈 › Papers

Model-Free Opponent Shaping

2022-05-03 · Chris Lu, Timon Willi, Christian Schroeder de Witt, Jakob Foerster

In general-sum games, the interaction of self-interested learning agents commonly leads to collectively worst-case outcomes, such as defect-defect in the iterated prisoner's dilemma (IPD). To overcome this, some methods, such as Learning with Opponent-Learning Awareness (LOLA), shape their opponents' learning process. However, these methods are myopic since only a small number of steps can be anticipated, are asymmetric since they treat other agents as naive learners, and require the use of higher-order derivatives, which are calculated through white-box access to an opponent's differentiable learning algorithm. To address these issues, we propose Model-Free Opponent Shaping (M-FOS). M-FOS learns in a meta-game in which each meta-step is an episode of the underlying inner game. The meta-state consists of the inner policies, and the meta-policy produces a new inner policy to be used in the next episode. M-FOS then uses generic model-free optimisation methods to learn meta-policies that accomplish long-horizon opponent shaping. Empirically, M-FOS near-optimally exploits naive learners and other, more sophisticated algorithms from the literature. For example, to the best of our knowledge, it is the first method to learn the well-known Zero-Determinant (ZD) extortion strategy in the IPD. In the same settings, M-FOS leads to socially optimal outcomes under meta-self-play. Finally, we show that M-FOS can be scaled to high-dimensional settings.

📄 PDF Abstract BibTeX arXiv:2205.01447

Code (2)

luchris429/model-free-opponent-shaping 공식 구현 pytorch
luchris429/purejaxrl jax

Tasks

model

Similar Papers 제목 키워드 기반

Differentiable Belief-based Opponent Shaping

2026-05-27 · Aarav G Sane, Karthik Sivachandran, Rohan Paleja arxiv

Human coordination often relies on the ability to influence the beliefs of others through strategic action. In multi-agent reinforcement learning, opponent shaping attempts to replicate this influence, though existing me…

Multi-agent Reinforcement Learning

Opponent Shaping in LLM Agents

2025-10-09 · Marta Emili Garcia Segura, Stephen Hailes, Mirco Musolesi arxiv

Large Language Models (LLMs) are increasingly being deployed as autonomous agents in real-world environments. As these deployments scale, multi-agent interactions become inevitable, making it essential to understand stra…

Reinforcement Learning

Stable Opponent Shaping in Differentiable Games

2018-11-20 · ICLR 2019 5 · Alistair Letcher, Jakob Foerster, David Balduzzi, Tim Rocktäschel 외

A growing number of learning methods are actually differentiable games whose players optimise multiple, interdependent objectives in parallel -- from GANs and intrinsic curiosity to multi-agent RL. Opponent shaping is a …

Scaling Opponent Shaping to High Dimensional Games

2023-12-19 · Akbir Khan, Timon Willi, Newton Kwan, Andrea Tacchetti 외

In multi-agent settings with mixed incentives, methods developed for zero-sum games have been shown to lead to detrimental outcomes. To address this issue, opponent shaping (OS) methods explicitly learn to influence the …

Meta-Learning

Analysing the Sample Complexity of Opponent Shaping

2024-02-08 · Kitty Fung, Qizhen Zhang, Chris Lu, Jia Wan 외

Learning in general-sum games often yields collectively sub-optimal results. Addressing this, opponent shaping (OS) methods actively guide the learning processes of other agents, empirically leading to improved individua…

Meta Reinforcement Learning