paper-with-me

Papers

Decentralized model-free reinforcement learning in stochastic games with average-reward objective

2023-01-13 · Romain Cravic, Nicolas Gast, Bruno Gaujal

We propose the first model-free algorithm that achieves low regret performance for decentralized learning in two-player zero-sum tabular stochastic games with infinite-horizon average-reward objective. In decentralized learning, the learning agent controls only one player and tries to achieve low regret performances against an arbitrary opponent. This contrasts with centralized learning where the agent tries to approximate the Nash equilibrium by controlling both players. In our infinite-horizon undiscounted setting, additional structure assumptions is needed to provide good behaviors of learning processes : here we assume for every strategy of the opponent, the agent has a way to go from any state to any other. This assumption is the analogous to the "communicating" assumption in the MDP setting. We show that our Decentralized Optimistic Nash Q-Learning (DONQ-learning) algorithm achieves both sublinear high probability regret of order $T^{3/4}$ and sublinear expected regret of order $T^{2/3}$. Moreover, our algorithm enjoys a low computational complexity and low memory space requirement compared to the previous works of (Wei et al. 2017) and (Jafarnia-Jahromi et al. 2021) in the same setting.

📄 PDF Abstract BibTeX arXiv:2301.05630

Code (0)

등록된 구현이 없습니다.

Tasks

Q-Learningreinforcement-learningReinforcement Learning (RL)

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 제목 키워드 기반

Decentralized Multi-Agent Reinforcement Learning for Continuous-Space Stochastic Games

2023-03-16 · Awni Altabaa, Bora Yongacoglu, Serdar Yüksel

Stochastic games are a popular framework for studying multi-agent reinforcement learning (MARL). Recent advances in MARL have focused primarily on games with finitely many states. In this work, we study multi-agent learn…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning

Finite-Sample Analysis of Decentralized Q-Learning for Stochastic Games

2021-12-15 · Zuguang Gao, Qianqian Ma, Tamer Başar, John R. Birge

Learning in stochastic games is arguably the most standard and fundamental setting in multi-agent reinforcement learning (MARL). In this paper, we consider decentralized MARL in stochastic games in the non-asymptotic reg…

Multi-agent Reinforcement LearningQ-Learning

Decentralized Q-Learning for Stochastic Teams and Games

2015-06-25 · Gürdal Arslan, Serdar Yüksel

There are only a few learning algorithms applicable to stochastic dynamic teams and games which generalize Markov decision processes to decentralized stochastic control problems involving possibly self-interested decisio…

Q-Learning

Sample Efficient Stochastic Policy Extragradient Algorithm for Zero-Sum Markov Game

2021-09-29 · ICLR 2022 4 · Ziyi Chen, Shaocong Ma, Yi Zhou

Two-player zero-sum Markov game is a fundamental problem in reinforcement learning and game theory. Although many algorithms have been proposed for solving zero-sum Markov games in the existing literature, they generally…

Vairiational Stochastic Games

2025-03-08 · Zhiyu Zhao, Haifeng Zhang

The Control as Inference (CAI) framework has successfully transformed single-agent reinforcement learning (RL) by reframing control tasks as probabilistic inference problems. However, the extension of CAI to multi-agent,…

Reinforcement Learning (RL)Variational Inference