paper-with-me

홈 › Papers

Offline Fictitious Self-Play for Competitive Games

2024-02-29 · Jingxiao Chen, Weiji Xie, Weinan Zhang, Yong Yu, Ying Wen

Offline Reinforcement Learning (RL) has received significant interest due to its ability to improve policies in previously collected datasets without online interactions. Despite its success in the single-agent setting, offline multi-agent RL remains a challenge, especially in competitive games. Firstly, unaware of the game structure, it is impossible to interact with the opponents and conduct a major learning paradigm, self-play, for competitive games. Secondly, real-world datasets cannot cover all the state and action space in the game, resulting in barriers to identifying Nash equilibrium (NE). To address these issues, this paper introduces Off-FSP, the first practical model-free offline RL algorithm for competitive games. We start by simulating interactions with various opponents by adjusting the weights of the fixed dataset with importance sampling. This technique allows us to learn best responses to different opponents and employ the Offline Self-Play learning framework. In this framework, we further implement Fictitious Self-Play (FSP) to approximate NE. In partially covered real-world datasets, our methods show the potential to approach NE by incorporating any single-agent offline RL method. Experimental results in Leduc Hold'em Poker show that our method significantly improves performances compared with state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2403.00841

Code (0)

등록된 구현이 없습니다.

Tasks

Offline RLReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Monte Carlo Neural Fictitious Self-Play: Approach to Approximate Nash equilibrium of Imperfect-Information Games

2019-03-22 · Li Zhang, Wei Wang, Shijian Li, Gang Pan

Researchers on artificial intelligence have achieved human-level intelligence in large-scale perfect-information games, but it is still a challenge to achieve (nearly) optimal results (in other words, an approximate Nash…

Fictitious Cross-Play: Learning Global Nash Equilibrium in Mixed Cooperative-Competitive Games

2023-10-05 · Zelai Xu, Yancheng Liang, Chao Yu, Yu Wang 외

Self-play (SP) is a popular multi-agent reinforcement learning (MARL) framework for solving competitive games, where each agent optimizes policy by treating others as part of the environment. Despite the empirical succes…

Multi-agent Reinforcement Learning

Policy Optimization in Zero-Sum Markov Games: Fictitious Self-Play Provably Attains Nash Equilibria

2021-01-01 · Boyi Liu, Zhuoran Yang, Zhaoran Wang

Fictitious Self-Play (FSP) has achieved significant empirical success in solving extensive-form games. However, from a theoretical perspective, it remains unknown whether FSP is guaranteed to converge to Nash equilibria…

DiffFP: Learning Behaviors from Scratch via Diffusion-based Fictitious Play

2025-11-17 · Akash Karthikeyan, Yash Vardhan Pant arxiv

Self-play reinforcement learning has demonstrated significant success in learning complex strategic and interactive behaviors in competitive multi-agent games. However, achieving such behaviors in continuous decision spa…

Reinforcement Learning

Provably Efficient Fictitious Play Policy Optimization for Zero-Sum Markov Games with Structured Transitions

2022-07-25 · Shuang Qiu, Xiaohan Wei, Jieping Ye, Zhaoran Wang 외

While single-agent policy optimization in a fixed environment has attracted a lot of research attention recently in the reinforcement learning community, much less is known theoretically when there are multiple agents pl…