中文
相关论文

相关论文: Solving irreducible stochastic mean-payoff games a…

200 篇论文

We develop value iteration-based algorithms to solve in a unified manner different classes of combinatorial zero-sum games with mean-payoff type rewards. These algorithms rely on an oracle, evaluating the dynamic programming operator up to…

计算机科学与博弈论 · 计算机科学 2024-11-12 Xavier Allamigeon , Stéphane Gaubert , Ricardo D. Katz , Mateusz Skomra

We consider zero-sum stochastic games with finite state and action spaces, perfect information, mean payoff criteria, without any irreducibility assumption on the Markov chains associated to strategies (multichain games). The value of such…

最优化与控制 · 数学 2012-08-03 Marianne Akian , Jean Cochet-Terrasson , Sylvie Detournay , Stéphane Gaubert

Entropy games and matrix multiplication games have been recently introduced by Asarin et al. They model the situation in which one player (Despot) wishes to minimize the growth rate of a matrix product, whereas the other player (Tribune)…

计算机科学与博弈论 · 计算机科学 2019-12-30 Marianne Akian , Stéphane Gaubert , Julien Grand-Clément , Jérémie Guillaud

This paper is an attempt to compute the value and saddle points of zero-sum risk-sensitive average stochastic games. For the average games with finite states and actions, we first introduce the so-called irreducibility coefficient and then…

最优化与控制 · 数学 2025-05-08 Fang Chen , Xianping Guo , Xin Guo , Junyu Zhang

We study the computational complexity of solving mean payoff games. This class of games can be seen as an extension of parity games, and they have similar complexity status: in both cases solving them is in $\textbf{NP} \cap \textbf{coNP}$…

计算机科学与博弈论 · 计算机科学 2019-02-06 Nathanaël Fijalkow , Paweł Gawrychowski , Pierre Ohlmann

In this paper, we settle the sampling complexity of solving discounted two-player turn-based zero-sum stochastic games up to polylogarithmic factors. Given a stochastic game with discount factor $\gamma\in(0,1)$ we provide an algorithm that…

机器学习 · 计算机科学 2019-08-30 Aaron Sidford , Mengdi Wang , Lin F. Yang , Yinyu Ye

We analyze the oracle complexity of the stochastic Halpern iteration with minibatch, where we aim to approximate fixed-points of nonexpansive and contractive operators in a normed finite-dimensional space. We show that if the underlying…

最优化与控制 · 数学 2025-05-13 Mario Bravo , Juan Pablo Contreras

We study two-player (zero-sum) concurrent mean-payoff games played on a finite-state graph. We focus on the important sub-class of ergodic games where all states are visited infinitely often with probability 1. The algorithmic study of…

计算机科学与博弈论 · 计算机科学 2014-04-24 Krishnendu Chatterjee , Rasmus Ibsen-Jensen

Classical objectives in two-player zero-sum games played on graphs often deal with limit behaviors of infinite plays: e.g., mean-payoff and total-payoff in the quantitative setting, or parity in the qualitative one (a canonical way to…

计算机科学中的逻辑 · 计算机科学 2016-09-15 Véronique Bruyère , Quentin Hautem , Mickael Randour

Two standard algorithms for approximately solving two-player zero-sum concurrent reachability games are value iteration and strategy iteration. We prove upper and lower bounds of 2^(m^(Theta(N))) on the worst case number of iterations…

计算机科学与博弈论 · 计算机科学 2012-03-02 Kristoffer Arnsfelt Hansen , Rasmus Ibsen-Jensen , Peter Bro Miltersen

We propose a novel algorithm for the solution of mean-payoff games that merges together two seemingly unrelated concepts introduced in the context of parity games, small progress measures and quasi dominions. We show that the integration of…

计算机科学中的逻辑 · 计算机科学 2019-07-16 Massimo Benerecetti , Daniele Dell'Erba , Fabio Mogavero

Classical objectives in two-player zero-sum games played on graphs often deal with limit behaviors of infinite plays: e.g., mean-payoff and total-payoff in the quantitative setting, or parity in the qualitative one (a canonical way to…

计算机科学中的逻辑 · 计算机科学 2016-09-21 Véronique Bruyère , Quentin Hautem , Mickael Randour

The problem of determining the (least) fixpoint of (higher-dimensional) functions over the non-negative reals frequently occurs when dealing with systems endowed with a quantitative semantics. We focus on the situation in which the…

计算机科学中的逻辑 · 计算机科学 2026-01-23 Paolo Baldan , Sebastian Gurke , Barbara König , Florian Wittbold

We revisit the problem of learning in two-player zero-sum Markov games, focusing on developing an algorithm that is uncoupled, convergent, and rational, with non-asymptotic convergence rates. We start from the case of stateless matrix game…

计算机科学与博弈论 · 计算机科学 2023-11-10 Yang Cai , Haipeng Luo , Chen-Yu Wei , Weiqiang Zheng

Dull, weak and nested solitaire games are important classes of parity games, capturing, among others, alternation-free mu-calculus and ECTL* model checking problems. These classes can be solved in polynomial time using dedicated algorithms.…

计算机科学中的逻辑 · 计算机科学 2013-07-18 Maciej Gazda , Tim A. C. Willemse

We present and study a variant of the mean payoff games introduced by A. Ehrenfeucht and J. Mycielski. In this version, the second player makes an infinite sequence of moves only after the first player's sequence of moves has been decided…

信息论 · 计算机科学 2025-05-20 Tom Meyerovitch , Aidan Young

We study the algorithm of Gurvich, Khachyian and Karzanov (GKK algorithm) when it is ran over mean-payoff games with no simple cycle of weight zero. We propose a new symmetric analysis, lowering the $O(n^2 N)$ upper-bound of Pisaruk on the…

计算机科学与博弈论 · 计算机科学 2021-10-12 Pierre Ohlmann

Zielonka's classic recursive algorithm for solving parity games is perhaps the simplest among the many existing parity game algorithms. However, its complexity is exponential, while currently the state-of-the-art algorithms have…

计算机科学与博弈论 · 计算机科学 2023-06-22 Karoliina Lehtinen , Paweł Parys , Sven Schewe , Dominik Wojtczak

This paper develops a unified framework for zero-sum games in which both the pure strategies and the payoff matrices contain complex-valued entries. By leveraging a linear isomorphism between complex and real vector spaces, we extend key…

综合数学 · 数学 2026-05-21 Raneem Madani , Abdel Lisser , Zeno Toffano

Recently, Sidford, Wang, Wu and Ye (2018) developed an algorithm combining variance reduction techniques with value iteration to solve discounted Markov decision processes. This algorithm has a sublinear complexity when the discount factor…

最优化与控制 · 数学 2019-09-16 Marianne Akian , Stéphane Gaubert , Zheng Qu , Omar Saadi
‹ 上一页 1 2 3 10 下一页 ›