中文
相关论文

相关论文: Completeness of Unbounded Best-First Minimax and D…

200 篇论文

In this article, we prove the completeness of the following game search algorithms: unbounded best-first minimax with completion and descent with completion, i.e. we show that, with enough time, they find the best game strategy. We then…

计算机科学与博弈论 · 计算机科学 2021-09-21 Quentin Cohen-Solal

In this article, we generalize Unbounded Minimax, the state-of-the-art search algorithm for zero sums two-player games with perfect information to the framework of multiplayer games with perfect information. We experimentally show that this…

计算机科学与博弈论 · 计算机科学 2026-04-21 Quentin Cohen-Solal

In this paper, we extend the Descent framework, which enables learning and planning in the context of two-player games with perfect information, to the framework of stochastic games. We propose two ways of doing this, the first way…

人工智能 · 计算机科学 2023-02-10 Quentin Cohen-Solal , Tristan Cazenave

Games, in their mathematical sense, are everywhere (game industries, economics, defense, education, chemistry, biology, ...).Search algorithms in games are artificial intelligence methods for playing such games. Unfortunately, there is no…

人工智能 · 计算机科学 2025-05-16 Quentin Cohen-Solal

This paper presents the first experimental evaluation of four previously untested modifications of Unbounded Best-First Minimax algorithm. This algorithm explores the game tree by iteratively expanding the most promising sequences of…

人工智能 · 计算机科学 2025-05-08 Quentin Cohen-Solal , Tristan Cazenave

We describe an algorithm for computing best response strategies in a class of two-player infinite games of incomplete information, defined by payoffs piecewise linear in agents' types and actions, conditional on linear comparisons of…

计算机科学与博弈论 · 计算机科学 2012-07-19 Daniel Reeves , Michael P. Wellman

We consider imperfect information stochastic games where we require the players to use pure (i.e. non randomised) strategies. We consider reachability, safety, B\"uchi and co-B\"uchi objectives, and investigate the existence of…

形式语言与自动机理论 · 计算机科学 2018-03-28 Arnaud Carayol , Christof Löding , Olivier Serre

Recently, in [K.R. Apt and S. Simon: Well-founded extensive games with perfect information, TARK21], we studied well-founded games, a natural extension of finite extensive games with perfect information in which all plays are finite. We…

计算机科学与博弈论 · 计算机科学 2023-07-18 Krzysztof R. Apt , Sunil Simon

In the last years, the DeepMind algorithm AlphaZero has become the state of the art to efficiently tackle perfect information two-player zero-sum games with a win/lose outcome. However, when the win/lose outcome is decided by a final score…

Decomposition, i.e. independently analyzing possible subgames, has proven to be an essential principle for effective decision-making in perfect information games. However, in imperfect information games, decomposition has proven to be…

计算机科学与博弈论 · 计算机科学 2014-04-22 Neil Burch , Michael Johanson , Michael Bowling

We design and analyze minimax-optimal algorithms for online linear optimization games where the player's choice is unconstrained. The player strives to minimize regret, the difference between his loss and the loss of a post-hoc benchmark…

机器学习 · 计算机科学 2013-02-12 H. Brendan McMahan

We focus on the design of algorithms for finding equilibria in 2-player zero-sum games. Although it is well known that such problems can be solved by a single linear program, there has been a surge of interest in recent years for simpler…

计算机科学与博弈论 · 计算机科学 2025-02-03 Michail Fasoulakis , Evangelos Markakis , Giorgos Roussakis , Christodoulos Santorinaios

We revisit classic algorithmic search and optimization problems from the perspective of competition. Rather than a single optimizer minimizing expected cost, we consider a zero-sum game in which an optimization problem is presented to two…

计算机科学与博弈论 · 计算机科学 2011-01-17 Nicole Immorlica , Adam Tauman Kalai , Brendan Lucier , Ankur Moitra , Andrew Postlewaite , Moshe Tennenholtz

A fundamental challenge in imperfect-information games is that states do not have well-defined values. As a result, depth-limited search algorithms used in single-agent settings and perfect-information games do not apply. This paper…

计算机科学与博弈论 · 计算机科学 2018-05-23 Noam Brown , Tuomas Sandholm , Brandon Amos

Search algorithms are often categorized by their node expansion strategy. One option is the depth-first strategy, a simple backtracking strategy that traverses the search space in the order in which successor nodes are generated. An…

人工智能 · 计算机科学 2024-03-21 Aske Plaat

Deep Reinforcement Learning reaches a superhuman level of play in many complete information games. The state of the art algorithm for learning with zero knowledge is AlphaZero. We take another approach, Ath\'enan, which uses a different,…

人工智能 · 计算机科学 2026-04-24 Quentin Cohen-Solal , Tristan Cazenave

Games have a long history as benchmarks for progress in artificial intelligence. Approaches using search and learning produced strong performance across many perfect information games, and approaches using game-theoretic reasoning and…

This work considers two-player zero-sum semi-Markov games with incomplete information on one side and perfect observation. At the beginning, the system selects a game type according to a given probability distribution and informs to Player…

最优化与控制 · 数学 2021-07-16 Fang Chen , Xianping Guo , Zhong-Wei Liao

We consider perfect-information reachability stochastic games for 2 players on infinite graphs. We identify a subclass of such games, and prove two interesting properties of it: first, Player Max always has optimal strategies in games from…

计算机科学与博弈论 · 计算机科学 2011-06-10 Václav Brožek

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 strategies consistently…

人工智能 · 计算机科学 2025-10-07 Gon Buzaglo , Noah Golowich , Elad Hazan
‹ 上一页 1 2 3 10 下一页 ›