paper-with-me

Papers

Decision-making with Speculative Opponent Models

2022-11-22 · Jing Sun, Shuo Chen, Cong Zhang, Yining Ma, Jie Zhang

Opponent modelling has proven effective in enhancing the decision-making of the controlled agent by constructing models of opponent agents. However, existing methods often rely on access to the observations and actions of opponents, a requirement that is infeasible when such information is either unobservable or challenging to obtain. To address this issue, we introduce Distributional Opponent-aided Multi-agent Actor-Critic (DOMAC), the first speculative opponent modelling algorithm that relies solely on local information (i.e., the controlled agent's observations, actions, and rewards). Specifically, the actor maintains a speculated belief about the opponents using the tailored speculative opponent models that predict the opponents' actions using only local information. Moreover, DOMAC features distributional critic models that estimate the return distribution of the actor's policy, yielding a more fine-grained assessment of the actor's quality. This thus more effectively guides the training of the speculative opponent models that the actor depends upon. Furthermore, we formally derive a policy gradient theorem with the proposed opponent models. Extensive experiments under eight different challenging multi-agent benchmark tasks within the MPE, Pommerman and StarCraft Multiagent Challenge (SMAC) demonstrate that our DOMAC successfully models opponents' behaviours and delivers superior performance against state-of-the-art methods with a faster convergence speed.

📄 PDF Abstract BibTeX arXiv:2211.11940

Code (1)

sunjing1102628/DOMAC pytorch

Tasks

Decision MakingSMACSMAC+Starcraft

Similar Papers 제목 키워드 기반

Adaptive Game-Theoretic Decision Making for Autonomous Vehicle Control at Roundabouts

2018-10-01 · Ran Tian, Sisi Li, Nan Li, Ilya Kolmanovsky 외

In this paper, we propose a decision making algorithm for autonomous vehicle control at a roundabout intersection. The algorithm is based on a game-theoretic model representing the interactions between the ego vehicle an…

Decision Making

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, w…

Decision MakingVocal Bursts Valence Prediction

Speculative Reward Model Boosts Decision Making Ability of LLMs Cost-Effectively

2025-05-31 · Jiawei Gu, Shangsong Liang

Effective decision-making in Large Language Models (LLMs) is essential for handling intricate tasks. However, existing approaches prioritize performance but often overlook the balance between effectiveness and computatio…

Decision MakingMathematical Reasoning

Local Information Opponent Modelling Using Variational Autoencoders

2020-09-28 · Georgios Papoudakis, Filippos Christianos, Stefano V Albrecht

Modelling the behaviours of other agents (opponents) is essential for understanding how agents interact and making effective decisions. Existing methods for opponent modelling commonly assume knowledge of the local obser…

Deep Reinforcement Learning

SOM: Structured Opponent Modeling for LLM-based Agents via Structural Causal Model

2026-05-08 · Shiyue Cao, Pei Xu, Likun Yang, Lei Cui 외 arxiv

Accurately predicting opponents' behavior from interactions is a fundamental capability for large language model (LLM)-based agents in multi-agent and game-theoretic environments. Existing approaches often entangle oppon…