paper-with-me

Papers

Value Functions for Depth-Limited Solving in Zero-Sum Imperfect-Information Games

2019-05-31 · Vojtěch Kovařík, Dominik Seitz, Viliam Lisý, Jan Rudolf, Shuo Sun, Karel Ha

We provide a formal definition of depth-limited games together with an accessible and rigorous explanation of the underlying concepts, both of which were previously missing in imperfect-information games. The definition works for an arbitrary extensive-form game and is not tied to any specific game-solving algorithm. Moreover, this framework unifies and significantly extends three approaches to depth-limited solving that previously existed in extensive-form games and multiagent reinforcement learning but were not known to be compatible. A key ingredient of these depth-limited games are value functions. Focusing on two-player zero-sum imperfect-information games, we show how to obtain optimal value functions and prove that public information provides both necessary and sufficient context for computing them. We provide a domain-independent encoding of the domains that allows for approximating value functions even by simple feed-forward neural networks, which are then able to generalize to unseen parts of the game. We use the resulting value network to implement a depth-limited version of counterfactual regret minimization. In three distinct domains, we show that the algorithm's exploitability is roughly linearly dependent on the value network's quality and that it is not difficult to train a value network with which depth-limited CFR's performance is as good as that of CFR with access to the full game.

📄 PDF Abstract BibTeX arXiv:1906.06412

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactual

Similar Papers 제목 키워드 기반

Adapting Beyond the Depth Limit: Counter Strategies in Large Imperfect Information Games

2025-01-15 · David Milec, Vojtěch Kovařík, Viliam Lisý

We study the problem of adapting to a known sub-rational opponent during online play while remaining robust to rational opponents. We focus on large imperfect-information (zero-sum) games, which makes it impossible to in…

Universal Approximation Property of Fully Convolutional Neural Networks with Zero Padding

2022-11-18 · Geonho Hwang, Myungjoo Kang

The Convolutional Neural Network (CNN) is one of the most prominent neural network architectures in deep learning. Despite its widespread adoption, our understanding of its universal approximation properties has been lim…

Depth-Limited Solving for Imperfect-Information Games

2018-05-21 · NeurIPS 2018 12 · Noam Brown, Tuomas Sandholm, Brandon Amos

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…

CPU

Neural Navigation Functions for Zero-Shot Generalizable Motion Planning

2026-06-02 · Benjamin D. Shaffer, Pei-An Hsieh, Brooks Kinch, Nathaniel Trask 외 arxiv

We introduce Neural Navigation Functions (Neural-NF), a learned reactive navigation function capable of zero-shot transfer across unseen environment geometries. Neural-NF places data-driven adaptation within a structured…

Motion Planning

Bounding the Optimal Value Function in Compositional Reinforcement Learning

2023-03-05 · Jacob Adamczyk, Volodymyr Makarenko, Argenis Arriojas, Stas Tiomkin 외

In the field of reinforcement learning (RL), agents are often tasked with solving a variety of problems differing only in their reward functions. In order to quickly obtain solutions to unseen problems with new reward fu…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)