paper-with-me

Papers

Safe Subgame Resolving for Extensive Form Correlated Equilibrium

2022-12-29 · Chun Kai Ling, Fei Fang

Correlated Equilibrium is a solution concept that is more general than Nash Equilibrium (NE) and can lead to outcomes with better social welfare. However, its natural extension to the sequential setting, the \textit{Extensive Form Correlated Equilibrium} (EFCE), requires a quadratic amount of space to solve, even in restricted settings without randomness in nature. To alleviate these concerns, we apply \textit{subgame resolving}, a technique extremely successful in finding NE in zero-sum games to solving general-sum EFCEs. Subgame resolving refines a correlation plan in an \textit{online} manner: instead of solving for the full game upfront, it only solves for strategies in subgames that are reached in actual play, resulting in significant computational gains. In this paper, we (i) lay out the foundations to quantify the quality of a refined strategy, in terms of the \textit{social welfare} and \textit{exploitability} of correlation plans, (ii) show that EFCEs possess a sufficient amount of independence between subgames to perform resolving efficiently, and (iii) provide two algorithms for resolving, one using linear programming and the other based on regret minimization. Both methods guarantee \textit{safety}, i.e., they will never be counterproductive. Our methods are the first time an online method has been applied to the correlated, general-sum setting.

📄 PDF Abstract BibTeX arXiv:2212.14317

Code (0)

등록된 구현이 없습니다.

Tasks

Form

Similar Papers 제목 키워드 기반

Efficient Subgame Refinement for Extensive-form Games

2023-09-21 · NeurIPS 2023 11

Subgame solving is an essential technique in addressing large imperfect information games, with various approaches developed to enhance the performance of refined strategies in the abstraction of the target subgame. Howe…

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

The Hidden Game Problem

2025-10-04 · Gon Buzaglo, Noah Golowich, Elad Hazan arxiv

This paper investigates a class of games with large strategy spaces, motivated by challenges in AI alignment and language games. We introduce the hidden game problem, where for each player, an unknown subset of strategie…

Computational Efficiency

Solving Hierarchical Information-Sharing Dec-POMDPs: An Extensive-Form Game Approach

2024-02-05 · Johan Peralez, Aurélien Delage, Olivier Buffet, Jilles S. Dibangoye

A recent theory shows that a multi-player decentralized partially observable Markov decision process can be transformed into an equivalent single-player game, enabling the application of \citeauthor{bellman}'s principle …

FormManagement

Detecting Is Not Resolving: The Monitoring Control Gap in Retrieval Augmented LLMs

2026-05-26 · Zhe Yu, Wenpeng Xing, Chen Ye, Xuyang Teng 외 arxiv

Retrieval-augmented LLMs are deployed for tasks where evidence quality determines action safety, yet evaluation protocols assume that single-turn robustness predicts robustness when evidence accumulates across turns. We …