paper-with-me

Papers

Proximal Learning With Opponent-Learning Awareness

2022-10-18 · Stephen Zhao, Chris Lu, Roger Baker Grosse, Jakob Nicolaus Foerster

Learning With Opponent-Learning Awareness (LOLA) (Foerster et al. [2018a]) is a multi-agent reinforcement learning algorithm that typically learns reciprocity-based cooperation in partially competitive environments. However, LOLA often fails to learn such behaviour on more complex policy spaces parameterized by neural networks, partly because the update rule is sensitive to the policy parameterization. This problem is especially pronounced in the opponent modeling setting, where the opponent's policy is unknown and must be inferred from observations; in such settings, LOLA is ill-specified because behaviorally equivalent opponent policies can result in non-equivalent updates. To address this shortcoming, we reinterpret LOLA as approximating a proximal operator, and then derive a new algorithm, proximal LOLA (POLA), which uses the proximal formulation directly. Unlike LOLA, the POLA updates are parameterization invariant, in the sense that when the proximal objective has a unique optimum, behaviorally equivalent policies result in behaviorally equivalent updates. We then present practical approximations to the ideal POLA update, which we evaluate in several partially competitive environments with function approximation and opponent modeling. This empirically demonstrates that POLA achieves reciprocity-based cooperation more reliably than LOLA.

📄 PDF Abstract BibTeX arXiv:2210.10125

Code (1)

silent-zebra/pola 공식 구현 jax

Tasks

Multi-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Opponent Learning Awareness and Modelling in Multi-Objective Normal Form Games

2020-11-14 · Roxana Rădulescu, Timothy Verstraeten, Yijie Zhang, Patrick Mannion 외

Many real-world multi-agent interactions consider multiple distinct criteria, i.e. the payoffs are multi-objective in nature. However, the same multi-objective payoff vector may lead to different utilities for each parti…

Form

ToMAP: Training Opponent-Aware LLM Persuaders with Theory of Mind

2025-05-29 · Peixuan Han, Zijia Liu, Jiaxuan You

Large language models (LLMs) have shown promising potential in persuasion, but existing works on training LLM persuaders are still preliminary. Notably, while humans are skilled in modeling their opponent's thoughts and …

LLMs Position Themselves as More Rational Than Humans: Emergence of AI Self-Awareness Measured Through Game Theory

2025-11-02 · Kyung-Hoon Kim arxiv

As Large Language Models (LLMs) grow in capability, do they develop self-awareness as an emergent behavior? And if so, can we measure it? We introduce the AI Self-Awareness Index (AISAI), a game-theoretic framework for m…

LOQA: Learning with Opponent Q-Learning Awareness

2024-05-02 · Milad Aghajohari, Juan Agustin Duque, Tim Cooijmans, Aaron Courville

In various real-world scenarios, interactions among agents often resemble the dynamics of general-sum games, where each agent strives to optimize its own utility. Despite the ubiquitous relevance of such settings, decent…

Q-Learning

COLA: Consistent Learning with Opponent-Learning Awareness

2022-03-08 · Timon Willi, Alistair Letcher, Johannes Treutlein, Jakob Foerster

Learning in general-sum games is unstable and frequently leads to socially undesirable (Pareto-dominated) outcomes. To mitigate this, Learning with Opponent-Learning Awareness (LOLA) introduced opponent shaping to this s…

CoLA