← Search

Noam Brown

19 accepted papers

2024

The Update-Equivalence Framework for Decision-Time Planning

ICLR 2024poster

The process of revising (or constructing) a policy at execution time---known as decision-time planning---has been key to achieving superhuman performance in perfect-information games like chess and Go. A recent line of work has extended decision-time planning to imperfect-information games, leading…

Cited by 5SourcePDFScholar
2023

A Unified Approach to Reinforcement Learning, Quantal Response Equilibria, and Two-Player Zero-Sum Games

ICLR 2023poster

This work studies an algorithm, which we call magnetic mirror descent, that is inspired by mirror descent and the non-Euclidean proximal gradient algorithm. Our contribution is demonstrating the virtues of magnetic mirror descent as both an equilibrium solver and as an approach to reinforcement lear…

2023

Abstracting Imperfect Information Away from Two-Player Zero-Sum Games

ICML 2023poster

In their seminal work, Nayyar et al. (2013) showed that imperfect information can be abstracted away from common-payoff games by having players publicly announce their policies as they play. This insight underpins sound solvers and decision-time planning algorithms for common-payoff games. Unfortuna…

Cited by 8SourcePDFScholar
2023

Mastering the Game of No-Press Diplomacy via Human-Regularized Reinforcement Learning and Planning

ICLR 2023top-5%

No-press Diplomacy is a complex strategy game involving both cooperation and competition that has served as a benchmark for multi-agent AI research. While self-play reinforcement learning has resulted in numerous successes in purely adversarial games like chess, Go, and poker, self-play alone is ins…

Cited by 55SourcePDFScholar
2022

A Fine-Tuning Approach to Belief State Modeling

ICLR 2022poster

We investigate the challenge of modeling the belief state of a partially observable Markov system, given sample-access to its dynamics model. This problem setting is often approached using parametric sequential generative modeling methods. However, these methods do not leverage any additional comput…

Cited by 13SourcePDFScholar
2022

Equilibrium Finding in Normal-Form Games via Greedy Regret Minimization

AAAI 2022technical

We extend the classic regret minimization framework for approximating equilibria in normal-form games by greedily weighing iterates based on regrets observed at runtime. Theoretically, our method retains all previous convergence rate guarantees. Empirically, experiments on large randomly generated g…

2022

Modeling Strong and Human-Like Gameplay with KL-Regularized Search

ICML 2022spotlight

We consider the task of accurately modeling strong human policies in multi-agent decision-making problems, given examples of human behavior. Imitation learning is effective at predicting human actions but may not match the strength of expert humans (e.g., by sometimes committing blunders), while sel…

2021

Human-Level Performance in No-Press Diplomacy via Equilibrium Search

ICLR 2021oral

Prior AI breakthroughs in complex games have focused on either the purely adversarial or purely cooperative settings. In contrast, Diplomacy is a game of shifting alliances that involves both cooperation and competition. For this reason, Diplomacy has proven to be a formidable research challenge. In…

Cited by 60SourcePDFScholar
2021

Scalable Online Planning via Reinforcement Learning Fine-Tuning

NeurIPS 2021poster

Lookahead search has been a critical component of recent AI successes, such as in the games of chess, go, and poker. However, the search methods used in these games, and in many other settings, are tabular. Tabular search methods do not scale well with the size of the search space, and this problem…

Cited by 22SourcePDFScholar
2020

Combining Deep Reinforcement Learning and Search for Imperfect-Information Games

NeurIPS 2020poster

The combination of deep reinforcement learning and search at both training and test time is a powerful paradigm that has led to a number of successes in single-agent settings and perfect-information games, best exemplified by AlphaZero. However, prior algorithms of this form cannot cope with imperfe…

2019

Stable-Predictive Optimistic Counterfactual Regret Minimization

ICML 2019oral

The CFR framework has been a powerful tool for solving large-scale extensive-form games in practice. However, the theoretical rate at which past CFR-based algorithms converge to the Nash equilibrium is on the order of $O(T^{-1/2})$, where $T$ is the number of iterations. In contrast, first-order met…