paper-with-me

Papers

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, decentralized machine learning algorithms have struggled to find equilibria that maximize individual utility while preserving social welfare. In this paper we introduce Learning with Opponent Q-Learning Awareness (LOQA), a novel, decentralized reinforcement learning algorithm tailored to optimizing an agent's individual utility while fostering cooperation among adversaries in partially competitive environments. LOQA assumes the opponent samples actions proportionally to their action-value function Q. Experimental results demonstrate the effectiveness of LOQA at achieving state-of-the-art performance in benchmark scenarios such as the Iterated Prisoner's Dilemma and the Coin Game. LOQA achieves these outcomes with a significantly reduced computational footprint, making it a promising approach for practical multi-agent applications.

📄 PDF Abstract BibTeX arXiv:2405.01035

Code (0)

등록된 구현이 없습니다.

Tasks

Q-Learning

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

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

When Models Lie, We Learn: Multilingual Span-Level Hallucination Detection with PsiloQA

2025-10-06 · Elisei Rykov, Kseniia Petrushina, Maksim Savkin, Valerii Olisov 외 arxiv

Hallucination detection remains a fundamental challenge for the safe and reliable deployment of large language models (LLMs), especially in applications requiring factual accuracy. Existing hallucination benchmarks often…

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. Howe…

Multi-agent Reinforcement Learning

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…