paper-with-me

Papers

Provable Self-Play Algorithms for Competitive Reinforcement Learning

2020-02-10 · ICML 2020 1 · Yu Bai, Chi Jin

Self-play, where the algorithm learns by playing against itself without requiring any direct supervision, has become the new weapon in modern Reinforcement Learning (RL) for achieving superhuman performance in practice. However, the majority of exisiting theory in reinforcement learning only applies to the setting where the agent plays against a fixed environment; it remains largely open whether self-play algorithms can be provably effective, especially when it is necessary to manage the exploration/exploitation tradeoff. We study self-play in competitive reinforcement learning under the setting of Markov games, a generalization of Markov decision processes to the two-player case. We introduce a self-play algorithm---Value Iteration with Upper/Lower Confidence Bound (VI-ULCB)---and show that it achieves regret $\tilde{\mathcal{O}}(\sqrt{T})$ after playing $T$ steps of the game, where the regret is measured by the agent's performance against a \emph{fully adversarial} opponent who can exploit the agent's strategy at \emph{any} step. We also introduce an explore-then-exploit style algorithm, which achieves a slightly worse regret of $\tilde{\mathcal{O}}(T^{2/3})$, but is guaranteed to run in polynomial time even in the worst case. To the best of our knowledge, our work presents the first line of provably sample-efficient self-play algorithms for competitive reinforcement learning.

📄 PDF Abstract BibTeX arXiv:2002.04017

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Self-Play with Adversarial Critic: Provable and Scalable Offline Alignment for Language Models

2024-06-06 · Xiang Ji, Sanjeev Kulkarni, Mengdi Wang, Tengyang Xie

This work studies the challenge of aligning large language models (LLMs) with offline preference data. We focus on alignment by Reinforcement Learning from Human Feedback (RLHF) in particular. While popular preference op…

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

A Natural Extension To Online Algorithms For Hybrid RL With Limited Coverage

2024-03-07 · Kevin Tan, Ziping Xu

Hybrid Reinforcement Learning (RL), leveraging both online and offline data, has garnered recent interest, yet research on its provable benefits remains sparse. Additionally, many existing hybrid RL algorithms (Song et a…

Efficient ExplorationReinforcement Learning (RL)

Learning Diverse Risk Preferences in Population-based Self-play

2023-05-19 · Yuhua Jiang, Qihan Liu, Xiaoteng Ma, Chenghao Li 외

Among the great successes of Reinforcement Learning (RL), self-play algorithms play an essential role in solving competitive games. Current self-play algorithms optimize the agent to maximize expected win-rates against i…

Diversityreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Posterior Sampling for Competitive RL: Function Approximation and Partial Observation

2023-10-30 · NeurIPS 2023 11

This paper investigates posterior sampling algorithms for competitive reinforcement learning (RL) in the context of general function approximations. Focusing on zero-sum Markov games (MGs) under two critical settings, na…

Reinforcement Learning (RL)

Transformers as Game Players: Provable In-context Game-playing Capabilities of Pre-trained Models

2024-10-13 · Chengshuai Shi, Kun Yang, Jing Yang, Cong Shen

The in-context learning (ICL) capability of pre-trained models based on the transformer architecture has received growing interest in recent years. While theoretical understanding has been obtained for ICL in reinforceme…

In-Context LearningReinforcement Learning (RL)