Next Article in Journal
Advancing Multidisciplinary STEM Education with Mathematics for Future-Ready Quantum Algorithmic Literacy
Next Article in Special Issue
Approaches That Use Domain-Specific Expertise: Behavioral-Cloning-Based Advantage Actor-Critic in Basketball Games
Previous Article in Journal
A Novel n-Point Newton-Type Root-Finding Method of High Computational Efficiency
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Human Strategic Decision Making in Parametrized Games

Ganzfried Research, Miami Beach, FL 33139, USA
Mathematics 2022, 10(7), 1147; https://doi.org/10.3390/math10071147
Submission received: 7 November 2021 / Revised: 14 January 2022 / Accepted: 31 March 2022 / Published: 2 April 2022
(This article belongs to the Special Issue Game Theory and Artificial Intelligence)

Abstract

:
Many real-world games contain parameters which can affect payoffs, action spaces, and information states. For fixed values of the parameters, the game can be solved using standard algorithms. However, in many settings agents must act without knowing the values of the parameters that will be encountered in advance. Often the decisions must be made by a human under time and resource constraints, and it is unrealistic to assume that a human can solve the game in real time. We present a new framework that enables human decision makers to make fast decisions without the aid of real-time solvers. We demonstrate applicability to a variety of situations including settings with multiple players and imperfect information.

1. Introduction

Strong algorithms have been developed for game classes with many elements of complexity. For example, algorithms were recently able to defeat human professional players in two-player [1,2] and six-player no-limit Texas hold ’em [3]. These games have imperfect information, sequential actions, very large state spaces, and the latter has more than two players (solving multiplayer games is more challenging than two-player zero-sum games from a complexity-theoretic perspective). However, these algorithms all require an extremely large amount of computational resources for offline and/or online computations and for optimizing neural network hyperparameters. The algorithms also have a further limitation in that they are using all these resources just to solve for one very specific version of the game (e.g., Libratus and DeepStack assumed that all players start the hand with 200 times the big blind, and Pluribus assumed that all players start the hand with 100 times the big blind). In real poker, the stack sizes of the players will fluctuate as players win or lose hands, and will often differ from the starting values. While one could apply the same algorithms for any specific starting stack and blind values, there are too many possibilities to be able to run the algorithms on all of them.
In many real-world situations, there are some game parameters that will be encountered during gameplay that are unknown in advance (such as the stack sizes in poker). Furthermore, often the real-time decision maker will be a human, who may not have the ability to perform complex computations (even though such computations may have been performed offline in advance). For example, football teams have used statistical and game-theoretic models to decide whether or not to punt on a fourth down. In advance of game play, algorithms can be run that solve for optimal solutions in these models, perhaps by utilizing databases of historical play. However, in real time, the coach has only a matter of seconds (or minutes if a timeout is used) to make the decision. The optimal decision may depend on several factors that are not known until real time; for example, the score, how much time is remaining, the overall strength of the two teams, etc. The coach will need to weigh any offline algorithmic solution with newly-observed values of these parameters to make quick real-time decisions. Similar situations are also encountered frequently in national security. In recent years game-theoretic algorithms have been increasingly applied to security domains. These algorithms must be applied offline with specific values of parameters used, which may differ from the actual values encountered in real time (e.g., an attacker may use more resources than anticipated).
In these settings it is not sufficient to develop a successful algorithm for solving the game for one specific value of parameters; it is also necessary to develop a procedure for a decision maker to compute an optimal solution in real time for the newly-observed value of the parameters. Often the decision maker is a human, who may have limited technical expertise. It is not realistic to assume that the human decision maker can perform a complex algorithmic computation, tune or optimize a neural network, or perform a search over a large historical database during the seconds or minutes available to make the decision. While it is realistic to assume that a human can perform a table lookup to implement a previously computed strategy (even one stored in a large binary file), as described above this strategy may not apply to the observed parameter values. In addition, it is reasonable to assume that the human has access to a “cheat sheet” which contains a relatively small set of general rules to be applied depending on the parameter values encountered. It is also reasonable to assume that the decision maker can perform basic arithmetic (perhaps with the aid of a calculator). In this paper we present a novel framework for enabling human decision makers to act strategically in these settings.

2. Parametrized Games

We consider a setting where a decision maker must determine a strategy for a game G λ , which contains a vector of parameters λ drawn from some domain Λ (typically subsets of the set of real numbers or integers). For any specific values of the parameters λ , G λ can be solved using standard algorithms. However, it is infeasible to solve the game in advance for all possible parameter values (there may be infinitely many).
The parameters can affect different components of the game. They can affect the payoffs, set of players, strategy spaces, and/or private information. Often our goal will be to solve the game by computing a standard game-theoretic solution concept such as a Nash equilibrium. A second goal that we will also consider is opponent exploitation—computing a best response to perceived strategies of the opponents. The model of the opponents’ strategies is determined in real time based on observations of the opponents’ play, perhaps utilizing a prior distribution based on historical data. In this situation, the parameters can also affect the strategies of the opponents. In general our framework can allow for optimizing any objective, though we will focus on the natural objectives of computing Nash equilibrium or optimizing performance against assessments of opponents’ strategies.
Definition 1.
A strategic-form game G is a tuple ( N , S , u ) with finite set of players N = { 1 , , n } , finite set of pure strategies S i for each player i N , and real-valued utility for each player for each strategy vector (aka strategy profile), u i : × j S j R .
Definition 2.
A payoff-parametrized strategic-form game is a tuple ( { G λ } , Λ ) where for each real-valued vector of parameters λ Λ , G λ is a tuple ( N , S , u λ ) with finite set of players N = { 1 , , n } , finite set of pure strategies S i for each player i N , and real-valued utility for each player for each strategy vector (aka strategy profile), u λ , i : × j S j R .
Definition 3.
A strategy-parametrized strategic-form game is a tuple ( { G λ } , Λ ) where for each real-valued vector of parameters λ Λ , G λ is a tuple ( N , S λ , u ) with finite set of players N, finite set of pure strategies S λ , i for each player i N , and real-valued utility for each player for each strategy vector (aka strategy profile), u i : × j S λ , j R .
We can analogously define a player-parametrized game where the set of players is determined by λ . We can also consider games that simultaneously consider several different types of parametrization. In general we will denote a strategic-form game that has payoff, strategy, and/or player parametrization as a parametrized strategic-form game, ( { G λ } , Λ ) , with G λ = ( λ , N λ , S λ , u λ ) for λ Λ .
While the strategic form can be used to model simultaneous actions, another representation, called the extensive form, is generally preferred when modeling settings that have sequential moves. The extensive form can also model simultaneous actions, as well as chance events and imperfect information (i.e., situations where some information is available to only some of the agents and not to others). Extensive-form games consist primarily of a game tree; each non-terminal node has an associated player (possibly chance) that makes the decision at that node, and each terminal node has associated utilities for the players. Additionally, game states are partitioned into information sets, where the player to act cannot distinguish among the states in the same information set. Therefore, in any given information set, a player must choose actions with the same distribution at each state contained in the information set. A pure strategy for player i is a mapping that selects an action at each information set belonging to player i.
In typical imperfect-information extensive-form games, the initial move is a chance move that assigns private information to each player (from a publicly-known distribution). For example, this could be private cards in poker, item valuations in auctions, or resource values in security games. Then players perform a sequence of publicly-observable actions until a terminal node is reached. Thus, for each sequence of public actions p, each player i selects a strategy that is dependent on their own private information, τ i . Instead of viewing this decision as a selection of separate actions at each information set that follows the action sequence p, one can view this as a mapping that assigns an action for each possible value of the private information τ i . If the set of possible values of the private information τ i is dictated by a vector of parameters λ , then we say that the game is information-parametrized.

3. Parametric Decision Lists

Our goal for parametrized games is to develop a “cheat sheet” that allows a human decision maker to quickly select a strategy in real time for any possible value of the parameters λ . We propose a new structure, which we call a parametric decision list (PDL), which contains a small set of rules that dictate which strategy should be played for every possible parameter value in a way that can be easily understood and implemented by a human. Similarly to a standard decision list, a parametric decision list consists of a series of conditions, each resulting in the output of a strategy. For game G λ , each condition will be of the form “if f i ( λ ) o i 0 ”, where f i is a vector-valued function of the parameters λ , and o i is vector of comparison operators from the set { < , , > , , = , } . For example if λ = ( λ 1 , λ 2 ) , f i = ( 4 λ 1 + 2 λ 2 , 3 λ 1 5 λ 2 ) , o i = ( , < ) , then the condition would correspond to “if 4 λ 1 + 2 λ 2 0 and 3 λ 1 5 λ 2 < 0 . ” If the condition is satisfied, then (mixed) strategy s i is output. We can view the initial condition as corresponding to an “If” statement, subsequent conditions as “Else if,” and the final condition as “Else”.
Definition 4.
A parametric decision list L for G λ is a tuple L = ( F , O , S ) , where F = ( f i ) is a sequence of functions f i : R | λ | R w , O = ( o i ) is a sequence of vectors of primitive comparison operators o i with | O | = | F | , with w = | o i | , and S = ( s i ) is a sequence of | F | + 1 (mixed) strategies.
We define the depth of parametric decision list L to equal the number of strategies, | S | = | F | + 1 . The first | F | strategies correspond to when each of the | F | conditions are met, and the final strategy corresponds to the default case when none are met (aka, the “else” condition). The width of L is equal to w, the length of the vectors o i . Each function outputs a w-dimensional vector f i . Then each component j is compared to 0 using operator o i j . If all conditions of the operators are met, then the list dictates following strategy s i .
We say that parametrized game G λ with objective function g λ is ( d , w , ϵ ) -implementable if there exists a parametric decision list L with depth at most d and width at most w that achieves an objective value g λ ( s L ) g λ ϵ for all λ Λ for the strategy s L determined by L, where g λ is the optimal value of the objective g λ for G λ . The two primary objective functions we will be considering are the exploitability of a strategy in a two-player zero-sum game, which is defined as the difference between the game value and payoff of the strategy against a best response to it, and performance of a strategy against a specific strategy (or distribution of strategies) for the opponents.

4. Parameter Sampling

A second approach for generating a set of rules for a human decision-maker would be to repeatedly sample values for parameters λ i and compute the optimal strategy s i in the parametrized game G λ i using standard approaches. Then when game G λ is encountered in real time, we output the solution s i corresponding to the value of i that minimizes d ( λ i , λ ) , where d is an appropriate distance metric. This sampling can be done uniformly at random over a suitably-chosen domain, or according to a more informative prior distribution if one is available. Assuming that the number of sampled games is relatively small and it is not too difficult to compute the distance function, this can potentially be another approach for human decision-making in parametrized games.
Theorem 1 shows that as the number of samples grows large, this approach produces an optimal strategy if the payoffs are continuous functions of the parameters. The analysis is for the minimum exploitability metric in two-player zero-sum games, though similar analysis can also apply for other objectives. For simplicity we assume that the parameter λ is one-dimensional and use the absolute value for the distance function, though an analogous result can be shown for the multi-dimensional case using an arbitrary distance metric.
Lemma 1.
Suppose all payoffs of G are within ϵ of the payoffs of G . Let s be a strategy profile in G . Then | u i G ( s i , s i ) u i G ( s i , s i ) | ϵ .
Proof. 
The utility against s i equals the sum of the utilities against each of the opponent’s pure strategies s i multiplied by the weight that s i places on s i . Since each of the utilities in G is within ϵ of the utilities in G , the weighted sums must be within ϵ of each other. □
Lemma 2.
Suppose all payoffs of G are within ϵ of the payoffs of G . Let s i be a strategy for player i of G , let s i be a nemesis strategy against s i in G , and let s i be a nemesis strategy against s i in G . Then | u i G ( s i , s i ) u i G ( s i , s i ) | ϵ .
Proof. 
Suppose that u i G ( s i , s i ) > u i G ( s i , s i ) + ϵ . By Lemma 1,
u i G ( s i , s i ) u i G ( s i , s i ) + ϵ < u i G ( s i , s i ) ,
which contradicts the fact that s i is a nemesis strategy against s i in G . We obtain a similar contradiction if
u i G ( s i , s i ) > u i G ( s i , s i ) + ϵ .
So we conclude that | u i G ( s i , s i ) u i G ( s i , s i ) | ϵ .
Lemma 3.
Suppose all payoffs of G are within ϵ of the payoffs of G . Let v i be the game value of G to player i and v i be the value of G . Then | v i v i | ϵ .
Proof. 
Let s i be a Nash equilibrium strategy profile in G . Then u i ( s i , s i ) = v i . Let s i be a nemesis against s i in G . By Lemma 2, | u i G ( s i , s i ) u i G ( s i , s i ) | ϵ . So | v i u i G ( s i , s i ) | ϵ . So v i u i G ( s i , s i ) + ϵ . We know that u i G ( s i , s i ) v i . So v i v i + ϵ . Similar reasoning shows that v i v i + ϵ . So | v i v i | ϵ .
Lemma 4.
Suppose s is a Nash equilibrium of G , and all payoffs of G are within ϵ of the payoffs of G . Then the exploitability of s in G is at most 2 ϵ .
Proof. 
Let s be a Nash equilibrium of G , and s i be a nemesis strategy to s in G . Let v i denote the value of G and v i denote the value of G . The exploitability of s i in G equals v i u i G ( s i , s i ) . By the triangle inequality and Lemmas 1 and 3,
| v i u i G ( s i , s i ) |
| v i v i | + | v i u i G ( s i , s i ) | + | u i G ( s i , s i ) u i G ( s i , s i ) |
ϵ + 0 + ϵ = 2 ϵ .
Denote u ( s , λ ) as f s ( λ ) . Without loss of generality suppose λ [ 0 , 1 ] and that we repeatedly sample λ i from U ( 0 , 1 ) and compute optimal strategy s i in the game G λ i . Then when we encounter λ in real time, calculate i = arg min i | λ λ i | , and play s i . Suppose the game has n = 2 players, has m actions per player, is zero sum, and that we take t samples. Let ϵ t denote the exploitability of s i in G λ .
Theorem 1.
If f s is continuous in λ for all s S , then lim t E [ ϵ t ] = 0 .
Proof. 
Let ϵ > 0 be arbitrary, and set ϵ = ϵ 3 . From continuity of f s , there exists δ s > 0 such that | f s ( λ ) f s ( λ ) | < ϵ for all λ such that | λ λ | < δ s . Let δ = min s S δ s . Let T = ln ϵ 6 2 ϵ ln ( 1 2 δ ) , and let t T be arbitrary.
Suppose that λ is the actual value of λ encountered. The probability that at least one of the sampled values λ i satisfies | λ i λ | δ equals 1 ( 1 2 δ ) t . If this occurs, then ϵ t = 2 ϵ = 2 ϵ 3 by Lemma 4. Otherwise, the exploitability is at most 2 (since we assume all payoffs are in [0, 1]). So
E [ ϵ t ] 2 ϵ 3 1 ( 1 2 δ ) t + 2 ( 1 2 δ ) t
= 2 ϵ 3 + ( 6 2 ϵ ) ( 1 2 δ ) t 3
2 ϵ 3 + ( 6 2 ϵ ) ( 1 2 δ ) T 3
= 2 ϵ 3 + ( 6 2 ϵ ) ϵ 6 2 ϵ 3
= 2 ϵ 3 + ϵ 3 = ϵ .
Theorem 2.
Suppose that we have t samples λ i producing exploitability ϵ t . Then G λ is ( t , t , ϵ t ) -implementable using the minimum exploitability objective.
Proof. 
We can construct parametric decision list L as follows. First, we construct the function f 1 : Λ R k . The first component of f 1 is | λ λ 2 | | λ λ 1 | with operation o 11 ≤. So in other words, this corresponds to the condition | λ λ 2 | | λ λ 1 | 0 . The ith component of f 1 is | λ λ i | | λ λ 1 | , with o 1 i also . For the strategy, we set s i = s i . These conditions put together tell us to play strategy s i if | λ λ 1 | | λ λ i | for all i > 1 .
In general the ith component of f j is | λ λ i | | λ λ j | , with o j i ≤ and s j = s j . We can omit the final set of conditions for f t since it is implied by the first t 1 sets of conditions all failing, and output s t = s t as the default strategy at depth t . The constructed parametric decision list L has depth and width t, and produces a strategy with exploitability of ϵ t . □

5. Comparison of Approaches in 2 × 2 Games

In general it may be challenging to construct a small parametric decision list that achieves an approximately optimal value of the objective function. Similarly, for the sampling approach we may require a large number of samples to obtain a small approximation error. The sampling approach could be improved by first sampling as many values for the parameters as possible, then clustering the games generated (e.g., using k-means) into k clusters. We then implement the strategy corresponding to the parameter values from the cluster mean with smallest distance from the parameters we encounter in real time. This approach would require an effective distance metric between parameter vectors that can be efficiently computed, while such a metric is not required for the parametric decision list approach. Furthermore, it may be challenging to determine the optimal value of k, and there is no guarantee that this approach with k clusters will produce small error.
In this section we compare the two approaches for the problem of computing Nash equilibrium strategies (i.e., using the objective of minimizing exploitability) in two-player zero-sum strategic-form games with two pure strategies per player. We can represent a two-player 2 × 2 game as a matrix M depicted in Equation (1), where the parameters correspond to the payoffs of the row and column players. For general-sum games we can view this game as having 8 parameters (ah), while for zero-sum games there are 4, since b = a , d = c , f = e , h = g . While we can easily solve a specific game given the payoff parameters, we seek to construct a small set of rules that allow a human to easily obtain a solution for arbitrary parameter values.
M = ( a , b ) ( c , d ) ( e , f ) ( g , h )
We first explore the sampling approach. We generated 100,000 2 × 2 2-player zero-sum games with payoffs for the row player chosen uniformly at random in [ 1 ,   1 ] . We then used the first k games from this set as training data, for various values of k. For each value of k, we generated 10,000 new test games with uniform random payoffs. For each test game, we determine which of the k training games is “closest.” For the distance metric, we use the L2-norm over vectors for the values ( a , c , e , g ) . We then compute the exploitability of the previously-computed equilibrium strategies from the closest training game in the new test game. The average exploitability over the 10,000 games is plotted as a function of k in Figure 1. From the figure we can see that as the number of training games gets large the average exploitability approaches zero, as expected. Surprisingly, training on just the first two games actually produces a very small average exploitability of 0.0129, while training on all 100,000 produces exploitability 0.0077. The exploitability for 3 training games is significantly higher than that for 2, and jumps up sharply to a peak of 0.159 for 20 training games before descending towards zero. This erratic behavior shows that, on the one hand, the L2 distance metric has limitations for this problem and does not lead average exploitability to decrease monotonically with number of training games as we may expect. However, it also shows that it may be possible to generate a very small sample of training games (just 2) that produces a very low average exploitability.
As it turns out, there actually exists a small parametric decision list (PDL) that computes an exact Nash equilibrium for 2 × 2 two-player general-sum strategic-form games (we can view zero-sum games as a special case). This is depicted below, using the notation for the parameters from Equation (1). We actually output equilibrium strategies for both players 1 and 2 in our PDL, though in practice we would only need to specify the strategy for the one player we are interested in. The final condition outputs a mixed strategy for both players, where the row player plays his strategies with probability p and 1 p while the column player plays his strategies with probability q and 1 q . This PDL provides a ( 4 , 2 , 0 ) implementation of the problem of computing a Nash equilibrium in this game class. A proof of correctness is in Appendix A.
  • If a e and b d then (1,1).
  • Else if c g and d b then (1,2).
  • Else if e a and f h then (2,1).
  • Else if g c and h f then (2,2).
  • Else ( ( p , 1 p ) , ( q , 1 q ) ) for p = h f b f + h d , q = g c a c + g e .

6. Parametrized Game Examples

In this section we present several examples of realistic games that depict various forms of our model. In Section 6.1, we present a game we call Simplified Final Jeopardy, which is a simplified two-player variant of the problem of determining how much to wager in final jeopardy (we can view it as the three-player version in which the third player has $0). The three-player version is played for large amounts of money on the popular game show. We will assume that the player balances are fixed. Our model has two parameters which denote assessments of the probabilities that each player will answer correctly. We can assume that the assessments are based on observations of play throughout the game, as well as the category. These parameters affect the payoffs of the players. So the game exemplifies payoff parametrization. This game is two-player zero-sum, and we use the Nash equilibrium approximation/minimum exploitability objective.
In Section 6.2 we consider a generalization of a simplified poker game that has been widely studied. Kuhn poker was one of the first games studied by game theorists [4]. More recently, it has received significant attention in the artificial intelligence community as a tractable test problem for equilibrium-finding [5,6,7,8,9,10] and opponent-exploitation [11] algorithms. In the standard version, there are two players, each dealt one card from a three-card deck. We consider a variant in which the deck has n cards. (Previously a version with a 13-card deck has been studied [12].) The cards represent private information to the players, and therefore the game exemplifies information parametrization, though no strategy or payoff parametrization.
Finally in Section 6.3, we study a game model based on the game show Weakest Link. In the Weakest Link game show, eight contestants answer a series of trivia questions to accumulate a “bank” of money, with one contestant (the “weakest link”) voted off at each round. When there are two contestants remaining, they face off for a series of five questions each, with the winner receiving the entire amount that was banked. In theory the champion could win “up to a million dollars”, though in practice the total bank ends up being in the $50k–100k range. When three contestants remain, the players face an interesting strategic decision of deciding whom to vote for. Our model has five parameters: the total amount in the bank, assessments of the probability of winning against each opponent in the final round, and assessments of voting strategies of the opposing players (the probabilities that they will vote for each player). Thus, this is a three-player game using the opponent exploitation metric with strategy parametrization over the opponents’ strategies as well as payoff parametrization.
These three games exemplify several of the different types of parametrization we have discussed: payoff, strategy, information, and opponent strategy. They exemplify the main objectives we have considered: minimizing exploitability for two-player zero-sum games, and maximizing opponent exploitation in multiplayer games. They also exemplify several different game classes (two-player zero-sum, imperfect-information, and multiplayer). These are simplified models of real popular games that are frequently played for large amounts of money. The purpose of these examples is to demonstrate the realistic applicability of the new concepts and frameworks we have presented.
In each of the games human players must make their decision under extreme time pressure in real time without any computational assistance (though of course they can prepare a strategy in advance). While the optimal strategy can be computed easily in advance for fixed values of the parameters, the players must be prepared to face any possible values for the parameters. It turns out that for the games we consider we are able to construct parametric decision lists with small width and depth that exactly solve the problem based on the derivation of closed-form solutions. While in general larger games will clearly often not have closed-form solutions, the new concepts and frameworks can still be applied, though they may require the development of new focused algorithms.
For each of the games we consider, we present the rules, as well as a small PDL that exactly optimizes the objective. Full derivations and additional analysis are in Appendix A, Appendix B, Appendix C and Appendix D.

6.1. Final Jeopardy

In the simplified final jeopardy game, two players each have an amount X i and must select a non-negative amount w i X i to wager. We will assume that X 1 = 5 , X 2 = 3 , and the w i must be non-negative integers. The player who finishes with a higher amount wins and obtains payoff 1, while the losing player obtains payoff 0 (we can then subtract 0.5 from each payoff to make the game zero sum). If there is a tie, then we assume each player obtains payoff 0.5. Finally, there are parameters p i that denote the probability that the players expect player i to correctly answer the question. We assume that these values are correct and are common knowledge.
For specific fixed values of the parameters p 1 , p 2 , the game is a two-player zero-sum strategic-form game, and can be solved easily using standard algorithms. But such an approach is not helpful for a human player who must be prepared to be able to quickly construct his strategy in real time for any possible values of the parameters. The parametrized game is a 6 × 4 strategic-form game where the payoffs are functions of the parameters, and it is not obvious how to compute equilibrium strategies for all possible parameter values. As it turns out, we can construct the following small PDL which determines exact equilibrium strategies for all values of the parameters for player 1 (a derivation is provided in Appendix B).
  • If p 2 = 0 wager 0.
  • Else if p 1 = 0 wager 0.
  • Else if p 1 = 1 wager 2.
  • Else if p 2 1 2 wager 2.
  • Otherwise wager 1 with probability x = ( 1 p 1 ) ( 1 2 p 2 ) 1 p 1 + p 1 p 2 and wager 2 with probability 1 x .
The PDL for player 2 is the following:
  • If p 2 = 0 wager 0.
  • Else if p 1 = 0 wager 3.
  • Else if p 1 = 1 wager 0.
  • Else if p 1 1 2 and p 2 1 2 wager 2.
  • Else if p 2 1 2 wager 3.
  • Otherwise wager 0 with probability y = p 1 p 2 1 + p 1 p 2 p 1 and wager 3 with probability 1 y .

6.2. Generalized Kuhn Poker

The rules of three-card Kuhn poker are as follows:
  • Two players: A and B
  • Both players ante $1
  • Deck containing three cards: 1, 2, and 3
  • Each player is dealt one card uniformly at random
  • Player A acts first and can either bet $1 or check
    If A bets, player B can call or fold
    If A bets and B calls, then whoever has the higher card wins the $4 pot
    If A bets and B folds, then A wins the entire $3 pot
    If A checks, B can bet $1 or check.
    If A checks and B bets, then A can call or fold.
    ·
    If A checks, B bets, and A calls, then whoever has the higher card wins the $4 pot
    ·
    If A checks, B bets, and A folds, B wins the $3 pot
    If A and B check, then whoever has the higher card wins the $2 pot
An analysis of the equilibria is provided in Appendix C. The equilibrium strategies contain some elements of deceptive behavior, as is present in larger variants of poker. For example, player A sometimes checks with a 3 as a trap or slowplay, and both players sometimes bet with a 1 as a bluff.
Generalized Kuhn poker has the same rules as standard Kuhn poker except that the deck contains n cards instead of 3. We will denote the game with n cards by G n . As it turns out, we can represent equilibrium strategies for both players in G n by the following PDL, which is derived in Appendix C.
1.
Player A’s strategy in the first round:
  • A always bets if x n 1 9
  • If n 1 mod 9 , then A bets with x = n 1 9 with probability n 1 9 n 1 9
  • A always checks if n 1 9 < x < 2 n + 4 3
  • A always bets if x 2 n + 4 3
  • If n 1 mod 3 , then A bets with x = 2 n + 4 3 with probability 2 n + 4 3 2 n + 4 3
2.
Player B’s strategy facing a bet:
  • B always calls if y n 1 3
  • If n 1 mod 3 , then B calls with y = n 1 3 with probability n 1 3 n 1 3
  • B always folds if y < n 1 3
3.
Player B’s strategy facing a check:
  • B always bets if y n 1 6
  • If n 1 mod 6 , then B bets with y = n 1 6 with probability n 1 6 n 1 6
  • B always checks if n 1 6 < y < n + 3 2
  • B always bets if y n + 3 2
  • If n 1 mod 2 , then B bets with y = n + 3 2 with probability n + 3 2 n + 3 2
4.
Player A’s strategy after A checks and B bets:
  • A always calls if x n + 5 3
  • If n 1 mod 3 , then A calls with x = n + 5 3 with probability n + 5 3 n + 5 3
  • A always folds otherwise

6.3. Weakest Link

Our final example game is a model for the final voting round (three players remain) in the show Weakest Link. Suppose that the total amount of money to be awarded to the winner is W > 0 (the loser gets $0). Suppose that if you are head-to-head against opponent 1 you will win with probability p 1 , and against opponent 2 you will win with probability p 2 . Assume that player 2 is stronger than player 1, so that p 1 > p 2 . Finally, assume that player 1 will vote for you with probability y 1 (and therefore will vote for player 2 with probability 1- y 1 ), and that player 2 will vote for you with probability y 2 . We will assume that clearly no player will vote for themselves. See Appendix D for further details.
If there is a three-way tie, we will assume that each player is voted out with probability 1/3. (In reality, the “statistically strongest link” from the previous round gets to cast a tie-breaking vote, but we will ignore this aspect of the problem to simplify the analysis.) Under this assumption, our expected payoff in the case of a tie equals 1 / 3 ( W p 1 ) + 1 / 3 ( W p 2 ) + 1 / 3 0 = W ( p 1 + p 2 ) / 3 .
Using this game model, our analysis (provided in Appendix D) shows that we should vote for player 1 if the following condition is met (and otherwise should vote for player 2):
2 y 1 p 2 + y 2 p 2 + 3 y 1 y 2 p 1 2 y 2 p 1 + y 1 p 1 + 3 y 1 y 2 p 2 .
This constitutes an optimal depth 1 PDL for the objective. If p 2 p 1 2 , then it is always optimal to vote for player 2 (the stronger player) regardless of your beliefs of the strategies taken by the other players.

7. Related Research

The current state of the art for creating strong game-theoretic strategies is to train an algorithm on a supercomputer for a significant period of time for one specific value of the game parameters. For example, strong agents were recently developed for two-player no-limit Texas hold ’em assuming that both players start with 200 times the big blind [1,2]. The strategies are typically stored in a large binary file and looked up during runtime. In real poker the values of the stack sizes relative to the blinds often change, and can be viewed as parameters. The standard approach would require performing a massive computation for each possible value of the parameters, which is intractable. Human poker players must devise a strategy for any possible combination of stack sizes. So for the realistic version of poker and many other games, which are naturally modeled as parametrized games, the standard existing approaches are inadequate.
There has recently been some recent work exploring the construction of human-understandable strategy rules in the parametrized setting. One paper showed that equilibrium strategies for endgames in two-player limit Texas hold ’em conform to one of three qualitative models, which enabled improved equilibrium computation algorithms [6]. Recent work in other imperfect-information poker games has applied machine learning algorithms (decision trees and regression) to compute human-understandable rules for fundamental situations: when a player should make a very large or small bet, and when a player should call a bet by the opponent [13,14]. The former can be viewed as a special case of the current work, and the latter computes a single general “rule of thumb” while the approach in this paper constructs a full strategy for a human player for all possible values of the game parameters.
There has also been some recent study of theoretical properties of certain classes of parametrized games in game theory literature [15,16].

8. Conclusions

We presented a new framework that enables human decision makers to make fast decisions without the aid of real-time solvers. In many settings it is unrealistic to assume that a human strategic player can perform complex computations in real time in a matter of minutes or seconds. Many real-world settings also contain parameters whose values are unknown until runtime, and it is infeasible to solve for all possible parameter values using the standard existing game-solving approaches. If a concise parametric decision list can be constructed for a given game and objective, then a human can quickly execute the corresponding strategy for any value of the parameters encountered. We presented several examples of realistic scenarios that demonstrate applicability to a variety of situations including settings with multiple players and imperfect information, and to different objectives such as minimizing exploitability and maximizing exploitation of opponents.
While we have constructed optimal PDLs analytically for several example games, this may not be possible in general. In the future we plan to explore algorithms for computing small PDLs that achieve low objective error. Such algorithms are needed to achieve large-scale applicability of the new framework. Given the similarities to decision trees and decision lists, algorithms for computing those models may be useful for PDLs [17]. We would also like to perform experiments on human subjects to determine the practical usefulness of the PDL representation for human strategic decision-making in realistic complex games.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A. Uniform Random 2 × 2 Two-Player Strategic-Form Games

Consider the game defined by matrix M in Equation (A1). If the top-left cell is a pure-strategy equilibrium, then we must have a e and b d . The analysis is identical for the other pure strategy profiles. Next, suppose there is a Nash equilibrium where one player has support of size 2 and the other player has support of size 1. Without loss of generality, suppose the column player’s strategy has support of size 1 (Left) and the row player’s strategy has support of size 2 (suppose it puts probability p on Top and 1 p on Bottom). Player 1 must be indifferent between his two strategies, so a = e . Player 2 cannot prefer R to L, so
p b + ( 1 b ) f p d + ( 1 b ) h .
If b < d and f < h , then we would have
p b + ( 1 b ) f < p d + ( 1 b ) h ,
which produces a contradiction. So we must have b d or f h . If b d , then ( T , L ) is a pure-strategy equilibrium, and if f h then ( B , L ) is a pure-strategy equilibrium. So the existence of a Nash equilibrium with support size 1 for one player and 2 for the other player implies the existence of a pure-strategy Nash equilibrium. Therefore, if no pure-strategy Nash equilibrium exists, then there must be a Nash equilibrium where both players’ strategies have support size 2. In this case it can be shown straightforwardly that the row player plays T with probability h f b f + h d and column player plays L with probability g c a c + g e . This produces the PDL given below.
M = ( a , b ) ( c , d ) ( e , f ) ( g , h )
  • If a e and b d then (1,1).
  • Else if c g and d b then (1,2).
  • Else if e a and f h then (2,1).
  • Else if g c and h f then (2,2).
  • Else ( ( p , 1 p ) , ( q , 1 q ) ) for p = h f b f + h d , q = g c a c + g e .

Appendix B. Simplified Two-Player Final Jeopardy

In the two-player Final Jeopardy game, players have an amount X i and each player must select a non-negative amount w i X i to wager, where X i and w i are non-negative integers. The player who finishes with a higher amount wins and obtains payoff 1, while the losing player obtains payoff 0 (we can then subtract 0.5 from each payoff to make the game zero sum). If there is a tie, then we assume each player obtains payoff 0.5. Finally, there are parameters p i that denote the probability that the players expect player i to correctly answer the question. We assume that these values are correct and are common knowledge.
In the simplified version we consider, the values X 1 = 5 , X 2 = 3 are fixed. For specific fixed values of the parameters p 1 , p 2 , the game is two-player zero-sum strategic form game, and can be solved easily using standard algorithms. But such an approach is not helpful for a human player who must be prepared to be able to quickly construct his strategy in real time for any possible values of p 1 and p 2 .
  • If player 1 wagers 0 and player 2 wagers 0, then player 1 wins with probability 1. So player 1’s expected payoff is 1 0.5 = 0.5 . (Note that we are counting a win as having payoff 0.5, a loss as having payoff -0.5, and tie as having payoff 0, so that the game is zero sum.)
  • If player 1 wagers 0 and player 2 wagers 1, then player 1 also wins with probability 1. So player 1’s expected payoff is 1 0.5 = 0.5 .
  • If player 1 wagers 0 and player 2 wagers 2, then player 1 wins with probability 1 p 2 , and the players tie with probability p 2 . So player 1’s expected payoff is 1 p 2 + 0.5 p 2 0.5 = 0.5 0.5 p 2 .
  • If player 1 wagers 0 and player 2 wagers 3, then player 1 wins with probability 1 p 2 , and player 2 wins with probability p 2 . So player 1’s expected payoff is 1 p 2 0.5 = 0.5 p 2 .
  • If player 1 wagers 1 and player 2 wagers 0, then player 1 wins with probability 1. So player 1’s expected payoff is 1 0.5 = 0.5 .
  • If player 1 wagers 1 and player 2 wagers 1, then player 1 wins with probability p 1 + ( 1 p 1 ) ( 1 p 2 ) , and the players tie with probability ( 1 p 1 ) p 2 . So player 1’s expected payoff is
    p 1 + ( 1 p 1 ) ( 1 p 2 ) + 0.5 ( 1 p 1 ) p 2 0.5 = p 1 + 1 p 1 p 2 + p 1 p 2 + 0.5 p 2 0.5 p 1 p 2 0.5 = 0.5 p 1 p 2 0.5 p 2 + 0.5 .
  • If player 1 wagers 1 and player 2 wagers 2, then player 1 wins with probability p 1 + ( 1 p 1 ) ( 1 p 2 ) , and player 2 wins with probability ( 1 p 1 ) p 2 . So player 1’s expected payoff is
    p 1 + ( 1 p 1 ) ( 1 p 2 ) 0.5 = p 1 + 1 p 1 p 2 0.5 = 0.5 p 2 .
  • If player 1 wagers 1 and player 2 wagers 3, then player 1 wins with probability 1 p 2 , player 2 wins with probability ( 1 p 1 ) p 2 , and the players tie with probability p 1 p 2 . So player 1’s expected payoff is
    1 p 2 + 0.5 p 1 p 2 0.5 = 0.5 + 0.5 p 1 p 2 p 2 .
  • If player 1 wagers 2 and player 2 wagers 0, then player 1 wins with probability p 1 , and the players tie with probability 1 p 1 . So player 1’s expected payoff is
    p 1 + 0.5 ( 1 p 1 ) 0.5 = p 1 + 0.5 0.5 p 1 0.5 = 0.5 p 1 .
  • If player 1 wagers 2 and player 2 wagers 1, then player 1 wins with probability p 1 + ( 1 p 1 ) ( 1 p 2 ) , and player 2 wins with probability ( 1 p 1 ) p 2 . So player 1’s expected payoff is
    p 1 + ( 1 p 1 ) ( 1 p 2 ) 0.5 = p 1 + 1 p 1 p 2 + p 1 p 2 0.5 = 0.5 p 2 + p 1 p 2 .
  • If player 1 wagers 2 and player 2 wagers 2, then player 1 wins with probability p 1 + ( 1 p 1 ) ( 1 p 2 ) , and player 2 wins with probability ( 1 p 1 ) p 2 . So player 1’s expected payoff is
    p 1 + ( 1 p 1 ) ( 1 p 2 ) 0.5 = p 1 + 1 p 1 p 2 + p 1 p 2 0.5 = 0.5 p 2 + p 1 p 2 .
  • If player 1 wagers 2 and player 2 wagers 3, then player 1 wins with probability p 1 + ( 1 p 1 ) ( 1 p 2 ) , and player 2 wins with probability ( 1 p 1 ) p 2 . So player 1’s expected payoff is
    p 1 + ( 1 p 1 ) ( 1 p 2 ) 0.5 = p 1 + 1 p 1 p 2 + p 1 p 2 0.5 = 0.5 p 2 + p 1 p 2 .
  • If player 1 wagers 3 and player 2 wagers 0, then player 1 wins with probability p 1 , and player 2 wins with probability 1 p 1 . So player 1’s expected payoff is p 1 0.5 .
  • If player 1 wagers 3 and player 2 wagers 1, then player 1 wins with probability p 1 , player 2 wins with probability ( 1 p 1 ) p 2 , and the players tie with probability ( 1 p 1 ) ( 1 p 2 ) . So player 1’s expected payoff is
    p 1 + 0.5 ( 1 p 1 ) ( 1 p 2 ) 0.5 = p 1 + 0.5 0.5 p 1 0.5 p 2 + 0.5 p 1 p 2 0.5 = 0.5 p 1 p 2 + 0.5 p 1 0.5 p 2 .
  • If player 1 wagers 3 and player 2 wagers 2, then player 1 wins with probability p 1 + ( 1 p 1 ) ( 1 p 2 ) , and player 2 wins with probability ( 1 p 1 ) p 2 . So player 1’s expected payoff is
    p 1 + ( 1 p 1 ) ( 1 p 2 ) 0.5 = p 1 + 1 p 1 p 2 + p 1 p 2 0.5 = 0.5 p 2 + p 1 p 2 .
  • If player 1 wagers 3 and player 2 wagers 3, then player 1 wins with probability p 1 + ( 1 p 1 ) ( 1 p 2 ) , and player 2 wins with probability ( 1 p 1 ) p 2 . So player 1’s expected payoff is
    p 1 + ( 1 p 1 ) ( 1 p 2 ) 0.5 = p 1 + 1 p 1 p 2 + p 1 p 2 0.5 = 0.5 p 2 + p 1 p 2 .
  • If player 1 wagers 4 and player 2 wagers 0, then player 1 wins with probability p 1 , and player 2 wins with probability 1 p 1 . So player 1’s expected payoff is p 1 0.5 .
  • If player 1 wagers 4 and player 2 wagers 1, then player 1 wins with probability p 1 , and player 2 wins with probability 1 p 1 . So player 1’s expected payoff is p 1 0.5 .
  • If player 1 wagers 4 and player 2 wagers 2, then player 1 wins with probability p 1 , player 2 wins with probability ( 1 p 1 ) p 2 , and the players tie with probability ( 1 p 1 ) ( 1 p 2 ) . So player 1’s expected payoff is
    p 1 + 0.5 ( 1 p 1 ) ( 1 p 2 ) 0.5 = p 1 + 0.5 0.5 p 1 0.5 p 2 + 0.5 p 1 p 2 0.5 = 0.5 p 1 p 2 + 0.5 p 1 0.5 p 2 .
  • If player 1 wagers 4 and player 2 wagers 3, then player 1 wins with probability p 1 + ( 1 p 1 ) ( 1 p 2 ) , and player 2 wins with probability ( 1 p 1 ) p 2 . So player 1’s expected payoff is
    p 1 + ( 1 p 1 ) ( 1 p 2 ) 0.5 = p 1 + 1 p 1 p 2 + p 1 p 2 0.5 = 0.5 p 2 + p 1 p 2 .
  • If player 1 wagers 5 and player 2 wagers 0, then player 1 wins with probability p 1 , and player 2 wins with probability 1 p 1 . So player 1’s expected payoff is p 1 0.5 .
  • If player 1 wagers 5 and player 2 wagers 1, then player 1 wins with probability p 1 , and player 2 wins with probability 1 p 1 . So player 1’s expected payoff is p 1 0.5 .
  • If player 1 wagers 5 and player 2 wagers 2, then player 1 wins with probability p 1 , and player 2 wins with probability 1 p 1 . So player 1’s expected payoff is p 1 0.5 .
  • If player 1 wagers 5 and player 2 wagers 3, then player 1 wins with probability p 1 , player 2 wins with probability ( 1 p 1 ) p 2 , and the players tie with probability ( 1 p 1 ) ( 1 p 2 ) . So player 1’s expected payoff is
    p 1 + 0.5 ( 1 p 1 ) ( 1 p 2 ) 0.5 = p 1 + 0.5 0.5 p 1 0.5 p 2 + 0.5 p 1 p 2 0.5 = 0.5 p 1 p 2 + 0.5 p 1 0.5 p 2 .
The game corresponds to the following payoff matrix, where the payoffs are for player 1 (we assume that player 1 is the row player and player 2 is the column player).
0.5 0.5 0.5 0.5 p 2 0.5 p 2 0.5 0.5 p 1 p 2 0.5 p 2 + 0.5 0.5 p 2 0.5 + 0.5 p 1 p 2 p 2 0.5 p 1 0.5 p 2 + p 1 p 2 0.5 p 2 + p 1 p 2 0.5 p 2 + p 1 p 2 p 1 0.5 0.5 p 1 p 2 + 0.5 p 1 0.5 p 2 0.5 p 2 + p 1 p 2 0.5 p 2 + p 1 p 2 p 1 0.5 p 1 0.5 0.5 p 1 p 2 + 0.5 p 1 0.5 p 2 0.5 p 2 + p 1 p 2 p 1 0.5 p 1 0.5 p 1 0.5 0.5 p 1 p 2 + 0.5 p 1 0.5 p 2
The payoff matrix for player 2 is the following (it is the same matrix with all payoffs negated):
0.5 0.5 0.5 + 0.5 p 2 0.5 + p 2 0.5 0.5 p 1 p 2 + 0.5 p 2 0.5 0.5 + p 2 0.5 0.5 p 1 p 2 + p 2 0.5 p 1 0.5 + p 2 p 1 p 2 0.5 + p 2 p 1 p 2 0.5 + p 2 p 1 p 2 p 1 + 0.5 0.5 p 1 p 2 0.5 p 1 + 0.5 p 2 0.5 + p 2 p 1 p 2 0.5 + p 2 p 1 p 2 p 1 + 0.5 p 1 + 0.5 0.5 p 1 p 2 0.5 p 1 + 0.5 p 2 0.5 + p 2 p 1 p 2 p 1 + 0.5 p 1 + 0.5 p 1 + 0.5 0.5 p 1 p 2 0.5 p 1 + 0.5 p 2
  • (0,0) is a Nash equilibrium if p 2 = 0 .
  • Else (0,3) is a Nash equilibrium if p 1 = 0 .
  • Else (2,0) is a Nash equilibrium if p 1 = 1 .
  • Else (2,2) is a Nash equilibrium if p 1 1 2 , p 2 1 2 .
  • Else (2,3) is a Nash equilibrium if p 1 < 1 2 , p 2 1 2 .
  • Else P1 wagers 1 with probability x = ( 1 p 1 ) ( 1 2 p 2 ) 1 p 1 + p 1 p 2 and wagers 2 with probability 1 x , and P2 wagers 0 with probability y = p 1 p 2 1 + p 1 p 2 p 1 and 3 with probability 1 y is a Nash equilibrium if p 2 < 1 2 .
Expected payoff for player 1 against this strategy is:
0.5 y + ( 1 y ) ( 0.5 + 0.5 p 1 p 2 p 2 )
= 0.5 y + 0.5 + 0.5 p 1 p 2 p 2 0.5 y 0.5 y p 1 p 2 + y p 2
= 0.5 + 0.5 p 1 p 2 p 2 0.5 y p 1 p 2 + y p 2
= 0.5 + 0.5 p 1 p 2 p 2 + y ( p 2 0.5 p 1 p 2 )
= 0.5 + 0.5 p 1 p 2 p 2 + p 1 p 2 ( p 2 0.5 p 1 p 2 ) 1 + p 1 p 2 p 1
= ( 0.5 + 0.5 p 1 p 2 p 2 ) ( 1 + p 1 p 2 p 1 ) + p 1 p 2 ( p 2 0.5 p 1 p 2 ) 1 + p 1 p 2 p 1
= 0.5 + 0.5 p 1 p 2 0.5 p 1 + 0.5 p 1 p 2 + 0.5 p 1 2 p 2 2 0.5 p 1 2 p 2 p 2 p 1 p 2 2 + p 1 p 2 + p 1 p 2 2 0.5 p 1 2 p 2 2 1 + p 1 p 2 p 1
= 0.5 + 2 p 1 p 2 0.5 p 1 0.5 p 1 2 p 2 p 2 1 + p 1 p 2 p 1
Expected payoff for player 1 wagering 0 against this strategy:
0.5 y + ( 1 y ) ( 0.5 p 2 ) = 0.5 y + 0.5 p 2 + 0.5 y + y p 2 = 0.5 p 2 + y ( 1 + p 2 )
Suppose this exceeds the payoff of playing the above strategy. Then
0.5 p 2 + y ( 1 + p 2 ) > 0.5 + 0.5 p 1 p 2 p 2 + y ( p 2 0.5 p 1 p 2 )
y + y p 2 > 0.5 p 1 p 2 + y p 2 0.5 p 1 p 2 2
y > 0.5 p 1 p 2 0.5 p 1 p 2 2
p 1 p 2 1 + p 1 p 2 p 1 > 0.5 p 1 p 2 0.5 p 1 p 2 2
p 1 p 2 > ( 0.5 p 1 p 2 0.5 p 1 p 2 2 ) ( 1 + p 1 p 2 p 1 )
p 1 p 2 > 0.5 p 1 p 2 + 0.5 p 1 2 p 2 2 0.5 p 1 2 p 2 0.5 p 1 p 2 2 0.5 p 1 2 p 2 3 + 0.5 p 1 2 p 2 2
0 > 0.5 p 1 p 2 + p 1 2 p 2 2 0.5 p 1 2 p 2 0.5 p 1 p 2 2 0.5 p 1 2 p 2 3
0 > p 1 p 2 + 2 p 1 2 p 2 2 p 1 2 p 2 p 1 p 2 2 p 1 2 p 2 3
0 > 1 + 2 p 1 p 2 p 1 p 2 p 2 2
which always false for p 2 < 1 2 .
Expected payoff for player 1 wagering 3 against this strategy:
y ( p 1 0.5 ) + ( 1 y ) ( 0.5 p 2 + p 1 p 2 )
= y p 1 0.5 y + 0.5 p 2 + p 1 p 2 0.5 y + y p 2 y p 1 p 2
= y p 1 y + 0.5 p 2 + p 1 p 2 + y p 2 y p 1 p 2
= 0.5 p 2 + p 1 p 2 + y ( p 1 1 + p 2 p 1 p 2 )
Suppose this exceeds the payoff of playing the above strategy. Then
0.5 p 2 + p 1 p 2 + y ( p 1 1 + p 2 p 1 p 2 ) > 0.5 + 0.5 p 1 p 2 p 2 + y ( p 2 0.5 p 1 p 2 )
0.5 p 1 p 2 + y ( p 1 1 0.5 p 1 p 2 ) > 0
0.5 p 1 p 2 + p 1 p 2 ( p 1 1 0.5 p 1 p 2 ) 1 + p 1 p 2 p 1 > 0
0.5 p 1 p 2 ( 1 + p 1 p 2 p 1 ) + p 1 p 2 ( p 1 1 0.5 p 1 p 2 ) > 0
0.5 p 1 p 2 + 0.5 p 1 2 p 2 2 0.5 p 1 2 p 2 + p 1 2 p 2 p 1 p 2 0.5 p 1 2 p 2 2 > 0
0.5 p 1 p 2 + 0.5 p 1 2 p 2 > 0
0.5 + 0.5 p 1 > 0
p 1 > 1
which is a contradiction.
Expected payoff for player 1 wagering 4 against this strategy is identical to the expected payoff of wagering 3, so the same argument will apply.
Expected payoff for player 1 wagering 5 against this strategy:
y ( p 1 0.5 ) + ( 1 y ) ( 0.5 p 1 p 2 0.5 p 1 + 0.5 p 2 )
= y p 1 0.5 y 0.5 p 1 p 2 0.5 p 1 + 0.5 p 2 + 0.5 y p 1 p 2 + 0.5 y p 1 0.5 y p 2
= 1.5 y p 1 0.5 y 0.5 p 1 p 2 0.5 p 1 + 0.5 p 2 + 0.5 y p 1 p 2 0.5 y p 2
= 0.5 p 1 p 2 0.5 p 1 + y ( 1.5 p 1 0.5 + 0.5 p 1 p 2 0.5 p 2 )
Suppose this exceeds the payoff of playing the above strategy. Then
= 0.5 p 1 p 2 0.5 p 1 + y ( 1.5 p 1 0.5 + 0.5 p 1 p 2 0.5 p 2 ) > 0.5 + 0.5 p 1 p 2 p 2 + y ( p 2 0.5 p 1 p 2 )
0.5 p 1 p 2 0.5 p 1 + p 2 + y ( 1.5 p 1 0.5 + p 1 p 2 1.5 p 2 ) > 0
0.5 p 1 p 2 0.5 p 1 + p 2 + p 1 p 2 ( 1.5 p 1 0.5 + p 1 p 2 1.5 p 2 ) 1 + p 1 p 2 p 1 > 0
( 0.5 p 1 p 2 0.5 p 1 + p 2 ) ( 1 + p 1 p 2 p 1 ) + p 1 p 2 ( 1.5 p 1 0.5 + p 1 p 2 1.5 p 2 ) > 0
0.5 p 1 p 2 0.5 p 1 + p 2 0.5 p 1 p 2 p 1 2 p 2 2 0.5 p 1 2 p 2 + p 1 p 2 2 + 0.5 p 1 + p 1 2 p 2 + 0.5 p 1 2 p 1 p 2 + 1.5 p 1 2 p 2 0.5 p 1 p 2 + p 1 2 p 2 2 1.5 p 1 p 2 2 > 0
0.5 3 p 1 p 2 + p 2 + 2 p 1 2 p 2 0.5 p 1 p 2 2 + 0.5 p 1 2 > 0
Derivative with respect to p 2 and setting to 0 gives
p 2 = 1 3 p 1 + 2 p 1 2 p 1
For this to be between 0 and 1 2 , we must have 0.35 p 1 0.5 .
0.5 3 p 1 1 3 p 1 + 2 p 1 2 p 1 + 1 3 p 1 + 2 p 1 2 p 1 + 2 p 1 2 1 3 p 1 + 2 p 1 2 p 1 0.5 p 1 1 3 p 1 + 2 p 1 2 p 1 2 + 0.5 p 1 2 > 0
0.5 p 1 3 p 1 ( 1 3 p 1 + 2 p 1 2 ) + ( 1 3 p 1 + 2 p 1 2 ) + 2 p 1 2 ( 1 3 p 1 + 2 p 1 2 ) 0.5 ( 1 3 p 1 + 2 p 1 2 ) 2 + 0.5 p 1 3 > 0
0.5 p 1 3 p 1 + 9 p 1 2 6 p 1 3 + 1 3 p 1 + 2 p 1 2 + 2 p 1 2 6 p 1 3 + 4 p 1 4 0.5 ( 1 + 9 p 1 2 + 4 p 1 4 6 p 1 + 4 p 1 2 12 p 1 3 ) + 0.5 p 1 3 > 0
0.5 p 1 3 p 1 + 9 p 1 2 6 p 1 3 + 1 3 p 1 + 2 p 1 2 + 2 p 1 2 6 p 1 3 + 4 p 1 4 0.5 4.5 p 1 2 2 p 1 4 + 3 p 1 2 p 1 2 + 6 p 1 3 + 0.5 p 1 3 > 0
0.5 3.5 p 1 + 6.5 p 1 2 5.5 p 1 3 + 2 p 1 4 > 0
The LHS is always negative for 0.35 p 1 0.5 . So we have a contradiction, and we have shown that player 1 can’t profitably deviate.
Expected payoff for player 2 against the strategy of player 1:
0.5 p 1 + x ( 0.5 p 1 0.5 )
= 0.5 2 p 1 p 2 + 0.5 p 1 + 0.5 p 1 2 p 2 + p 2 1 + p 1 p 2 p 1
Expected payoff for player 2 wagering 1 against this strategy:
x ( 0.5 p 1 p 2 + 0.5 p 2 0.5 ) + ( 1 x ) ( 0.5 + p 2 p 1 p 2 )
= 0.5 x p 1 p 2 + 0.5 x p 2 0.5 x 0.5 + p 2 p 1 p 2 + 0.5 x x p 2 + x p 1 p 2
= 0.5 x p 1 p 2 0.5 x p 2 0.5 + p 2 p 1 p 2
= 0.5 + p 2 p 1 p 2 + x ( 0.5 p 1 p 2 0.5 p 2 )
Suppose this exceeds the payoff of playing the above strategy. Then
= 0.5 + p 2 p 1 p 2 + x ( 0.5 p 1 p 2 0.5 p 2 ) > 0.5 p 1 + x ( 0.5 p 1 0.5 )
0.5 + p 2 p 1 p 2 + 0.5 p 1 + x ( 0.5 p 1 p 2 0.5 p 2 0.5 p 1 + 0.5 ) > 0
( 0.5 + p 2 p 1 p 2 + 0.5 p 1 ) ( 1 p 1 + p 1 p 2 ) + ( 1 p 1 ) ( 1 2 p 2 ) ( 0.5 p 1 p 2 0.5 p 2 0.5 p 1 + 0.5 ) > 0
0.5 + 0.5 p 1 0.5 p 1 p 2 + p 2 p 1 p 2 + p 1 p 2 2 p 1 p 2 + p 1 2 p 2 p 1 2 p 2 2 + 0.5 p 1 0.5 p 1 2 + 0.5 p 1 2 p 2
+ 0.5 p 1 p 2 0.5 p 2 0.5 p 1 + 0.5 0.5 p 1 2 p 2 + 0.5 p 1 p 2 + 0.5 p 1 2 0.5 p 1 p 1 p 2 2 + p 2 2 + p 1 p 2 p 2 > 0
0.5 p 1 p 2 0.5 p 2 + p 1 2 p 2 p 1 2 p 2 2 + p 2 2 > 0
0.5 p 1 0.5 + p 1 2 p 1 2 p 2 + p 2 > 0
This is never true for p 2 < 1 2 . So we have a contradiction.
Expected payoff for player 2 wagering 2 against this strategy:
x ( 0.5 + p 2 ) + ( 1 x ) ( 0.5 + p 2 p 1 p 2 )
= 0.5 x + x p 2 0.5 + p 2 p 1 p 2 + 0.5 x x p 2 + x p 1 p 2
= 0.5 + p 2 p 1 p 2 + x p 1 p 2
Suppose this exceeds the payoff of playing the above strategy. Then
( 0.5 + p 2 p 1 p 2 ) ( 1 p 1 + p 1 p 2 ) + p 1 p 2 ( 1 p 1 ) ( 1 2 p 2 ) > 0
0.5 + p 2 p 1 p 2 + 0.5 p 1 p 1 p 2 + p 1 2 p 2 0.5 p 1 p 2 + p 1 p 2 2 p 1 2 p 2 2 + p 1 p 2 p 1 2 p 2 2 p 1 p 2 2 + 2 p 1 2 p 2 2 > 0
0.5 + p 2 1.5 p 1 p 2 + 0.5 p 1 p 1 p 2 2 + p 1 2 p 2 2 > 0
Taking derivative wrt p 2 and setting to 0 gives
p 2 = 2 3 p 1 4 p 1 4 p 1 2
To obtain 0 < p 2 < 1 2 , we must have 0.5 < p 1 < 2 3 .
0.5 + 2 3 p 1 4 p 1 4 p 1 2 1.5 p 1 2 3 p 1 4 p 1 4 p 1 2 + 0.5 p 1 p 1 2 3 p 1 4 p 1 4 p 1 2 2 + p 1 2 2 3 p 1 4 p 1 4 p 1 2 2 > 0
0.5 ( 4 p 1 4 p 1 2 ) 2 + ( 2 3 p 1 ) ( 4 p 1 4 p 1 2 ) 1.5 p 1 ( 2 3 p 1 ) ( 4 p 1 4 p 1 2 ) + 0.5 p 1 ( 4 p 1 4 p 1 2 ) 2 p 1 ( 2 3 p 1 ) 2 + p 1 2 ( 2 3 p 1 ) 2 > 0
0.5 p 1 ( 4 4 p 1 ) 2 + ( 2 3 p 1 ) ( 4 4 p 1 ) 1.5 p 1 ( 2 3 p 1 ) ( 4 4 p 1 ) + 0.5 p 1 2 ( 4 4 p 1 ) 2 ( 2 3 p 1 ) 2 + p 1 ( 2 3 p 1 ) 2 > 0
8 p 1 + 16 p 1 2 8 p 1 3 + 8 8 p 1 12 p 1 + 12 p 1 2 12 p 1 + 12 p 1 2 + 18 p 1 2 18 p 1 3 + 8 p 1 2 16 p 1 3 + 8 p 1 4 4 + 12 p 1 9 p 1 2 + 4 p 1 12 p 1 2 + 9 p 1 3 > 0
8 x 4 33 x 3 + 45 x 2 24 x + 4 > 0
The LHS is always negative for 0.5 < p 1 < 2 3 . So we have a contradiction, and we have shown that player 2 can’t profitably deviate.

Appendix C. Generalized Kuhn Poker

Kuhn poker was one of the first games studied by game theorists and was developed by Harold Kuhn in 1950 [4]. More recently, it has received significant attention in the artificial intelligence community as a tractable test problem for equilibrium-finding [5,6,7,8,9,10] and opponent-exploitation [11] algorithms. In the standard version, there are two players, each dealt one card from a three-card deck. We consider a variant in which the deck has n cards. (Previously a version with a 13-card deck has been studied [12]).

Appendix C.1. Three Card Kuhn Poker

  • Two players: A and B
  • Both players ante $1
  • Deck containing three cards: 1, 2, and 3
  • Each player is dealt one card uniformly at random
  • Player A acts first and can either bet $1 or check
    If A bets, player B can call or fold
    If A bets and B calls, then whoever has the higher card wins the $4 pot
    If A bets and B folds, then A wins the entire $3 pot
    If A checks, B can bet $1 or check.
    If A checks and B bets, then A can call or fold.
    ·
    If A checks, B bets, and A calls, then whoever has the higher card wins the $4 pot
    ·
    If A checks, B bets, and A folds, then B wins the $3 pot
    If A checks and B checks, then whoever has the higher card wins the $2 pot
It is known that for any 0 α 1 the following strategy profile is an equilibrium (and that these are all the equilibria) [4].
  • A bets with a 1 in the first round with probability α 3
  • A always checks with a 2 in the first round
  • A bets with a 3 in the first round with probability α
  • If A bets in the first round, then:
    B always folds with a 1
    B calls with a 2 with probability 1 3
    B always calls with a 3
  • If A checks in the first round, then:
    B bets with a 1 with probability 1 3
    B always checks with a 2
    B always bets with a 3
  • If A checks and B bets, then:
    A always folds with a 1
    A calls with a 2 with probability α 3 + 1 3
    A always calls with a 3
Several immediate observations can be made from the equilibria of three-card Kuhn poker.
  • There are infinitely many equilibria
  • There are no pure strategy equilibria
  • Equilibrium strategies contain some elements of deceptive behavior. For example, player A sometimes checks with a 3 as a trap or slowplay, and both players sometimes bet with a 1 as a bluff.
Generalized Kuhn poker (GKP) has the same rules as standard Kuhn poker except that the deck contains n cards instead of 3. We will denote the game with n cards by G n . Unlike the n = 3 case, no closed-form solution has previously been derived for general n . We compute the solution to this game for the first time and present it below.

Appendix C.2. Solution to Generalized Kuhn Poker

  • Player A’s strategy in the first round:
    A always bets if x n 1 9
    If n 1 mod 9 , then A bets with x = n 1 9 with probability n 1 9 n 1 9
    A always checks if n 1 9 < x < 2 n + 4 3
    A always bets if x 2 n + 4 3
    If n 1 mod 3 , then A bets with x = 2 n + 4 3 with probability 2 n + 4 3 2 n + 4 3
  • Player B’s strategy facing a bet:
    B always calls if y n 1 3
    If n 1 mod 3 , then B calls with y = n 1 3 with probability n 1 3 n 1 3
    B always folds if y < n 1 3
  • Player B’s strategy facing a check:
    B always bets if y n 1 6
    If n 1 mod 6 , then B bets with y = n 1 6 with probability n 1 6 n 1 6
    B always checks if n 1 6 < y < n + 3 2
    B always bets if y n + 3 2
    If n 1 mod 2 , then B bets with y = n + 3 2 with probability n + 3 2 n + 3 2
  • Player A’s strategy after A checks and B bets:
    A always calls if x n + 5 3
    If n 1 mod 3 , then A calls with x = n + 5 3 with probability n + 5 3 n + 5 3
    A always folds otherwise

Appendix C.3. Proof of Correctness

  • B is facing a bet from A.
    Note that for all n 3 , we have
    n 1 9 n 1 3 n 1 3 2 n + 4 3
    B is dealt y n 1 3
    A is bluffing with probability
    n 1 9 n 1 9 + n 1 3 = 1 4 .
    B wins the pot whenever A is bluffing, and either wins or loses when A is value betting. Therefore, his expected payoff of calling is at least
    1 4 · $ 3 3 4 · $ 1 = $ 0 .
    Since his expected payoff of folding would be $0, calling is a best response.
    B is dealt y = n 1 3
    The analysis of the previous case shows that B will obtain an expected payoff of $0 by both calling and folding, and is therefore indifferent between the two actions.
    B is dealt y < n 1 3
    Now B loses whenever A is value betting, and either wins or loses when A is bluffing. So his expected payoff of calling is at most $0, and folding is a best response.
  • A checked in the first round and is facing a bet from B. Note that for all n 3 , we have
    n 1 6 n 1 3 n 1 3 n + 3 2
    A is dealt x n 1 3
    B is bluffing with probability
    n 1 6 n 1 6 + n 1 2 = 1 4 .
    A wins the pot whenever B is bluffing, and either wins or loses when B is value betting. Therefore, his expected payoff of calling is at least
    1 4 · $ 3 3 4 · $ 1 = $ 0 .
    Since his expected payoff of folding would be $0, calling is a best response.
    A is dealt x = n 1 3
    The analysis of Case Appendix C.3 shows that A will obtain an expected payoff of $0 by both calling and folding, and is therefore indifferent between the two actions.
    A is dealt x < n 1 3
    Now A loses whenever B is value betting, and either wins or loses when B is bluffing. So his expected payoff of calling is at most $0, and folding is a best response.
Proof of optimality can be shown similarly for the other cases, which we omit for brevity.

Appendix D. Weakest Link

In the Weakest Link game show, eight contestants answer a series of trivia questions to accumulate a “bank” of money, with one contestant (the “weakest link”) voted off at each round. When there are two contestants remaining, they face off for a series of five questions each, with the winner receiving the entire amount that was banked. In theory the champion could win “up to a million dollars”, but in practice the total bank ends up being in the 40k–80k range.
For the first several rounds, it makes a lot of sense to vote for players who are actually the “weakest”, since they will be less likely to answer questions correctly and contribute to increasing the amount in the bank throughout the game. But in the final voting round (when three contestants remain), it becomes pretty clear that you should actually vote off the “strongest” player so that you can go up against a weaker opponent in the final round.
However, this analysis for the final voting round makes several assumptions, which may not hold in practice. First, it assumes that it is clear to you, and to the other players, who the strongest player remaining actually is (and if it is you, then you are screwed). This may be difficult to assess over the relatively small sample of questions each player is given during the game. For example, player A may have correctly answered more questions than player B, but A might have also received easier questions. Furthermore, while it may be evident to you that player A is the strongest contestant, it may not be obvious to player B. If B incorrectly perceives you to be stronger than A and votes for you, while A votes for B, then it is clearly optimal for you to vote for B despite the fact that B is weaker than A.
A second issue is that, regardless of whether the opponents’ perceptions of abilities are correct, they may not understand that they actually want to eliminate the strongest player as opposed to the weakest player in the final voting round. While it seems obvious that one wants to go head-to-head against the weaker remaining opponent, often I see players voting for the clearly weaker remaining opponent. In the interview of the final contestant eliminated, often their explanation makes it clear that they are not aware of the fact that players would prefer to vote off the strongest player in the last round.
Considering these additional factors, it may actually be optimal under certain circumstances to vote for the weaker remaining contestant, as opposed to the “obviously optimal strategy” of voting for the strongest one (I already gave one example above).
To construct our model, suppose that the total amount of money in the bank to be awarded to the winner is W > 0 (the loser gets $0). Suppose that if you are head-to-head against opponent 1 you will win with probability p 1 , and against opponent 2 you will win with probability p 2 . Assume that player 2 is stronger than player 1, so that p 1 > p 2 . Finally, assume that player 1 will vote for you with probability y 1 (and therefore will vote for player 2 with probability 1- y 1 ), and that player 2 will vote for you with probability y 2 . We will assume that obviously no player will vote for themselves.
If there is a three-way tie, we will assume that each player is voted out with probability 1/3. (In reality, the “statistically strongest link” from the previous round gets to cast a tie-breaking vote, which is obviously very relevant, but for simplicity I will ignore this aspect of the problem to simplify the analysis). So under this assumption, our expected payoff in the case of a tie equals:
1 3 ( W p 1 ) + 1 3 ( W p 2 ) + 1 3 0 = W ( p 1 + p 2 ) 3
Given this model and assumptions, we now compute your optimal voting strategy. Observe that if both players vote for you, then your vote is irrelevant, since you will be eliminated regardless. So the only relevant cases to consider are when P1 votes for you and P2 votes for P1, and when P2 votes for you and P1 votes for P2.
  • P1 votes for you, P2 votes for P1:
    If you vote for P1, you will go head-to-head against P2 and obtain expected payoff p 2 W .
    If you vote for P2, it will be a three-way tie and you will obtain expected payoff W ( p 1 + p 2 ) 3 , which was calculated above.
  • P2 votes for you, P1 votes for P2:
    If you vote for P2, you will go head-to-head against P1 and obtain expected payoff p 1 W .
    If you vote for P1, it will be a tie and you obtain W ( p 1 + p 2 ) 3 .
Assuming we are in either Case 1 or Case 2 (since the other cases are irrelevant, as showed above), the probability that we are in case 1 is y 1 ( 1 y 2 ) , and the probability we are in case 2 is y 2 ( 1 y 1 ) . We need to normalize these so they sum to 1, so the real probability we are in case 1 is:
y 1 ( 1 y 2 ) y 1 ( 1 y 2 ) + y 2 ( 1 y 1 ) ,
and the probability we are in case 2 is:
y 2 ( 1 y 1 ) y 1 ( 1 y 2 ) + y 2 ( 1 y 1 )
Putting this all together, our expected payoff of voting for player 1 is:
y 1 ( 1 y 2 ) y 1 ( 1 y 2 ) + y 2 ( 1 y 1 ) ( W p 2 ) + y 2 ( 1 y 1 ) y 1 ( 1 y 2 ) + y 2 ( 1 y 1 ) W ( p 1 + p 2 ) 3
= y 1 ( 1 y 2 ) ( W p 2 ) + y 2 ( 1 y 1 ) W ( p 1 + p 2 ) 3 y 1 ( 1 y 2 ) + y 2 ( 1 y 1 )
Similarly, our expected payoff of voting for player 2 is:
y 1 ( 1 y 2 ) y 1 ( 1 y 2 ) + y 2 ( 1 y 1 ) W ( p 1 + p 2 ) 3 + y 2 ( 1 y 1 ) y 1 ( 1 y 2 ) + y 2 ( 1 y 1 ) ( W p 2 )
= y 1 ( 1 y 2 ) W ( p 1 + p 2 ) 3 + y 2 ( 1 y 1 ) ( W p 1 ) y 1 ( 1 y 2 ) + y 2 ( 1 y 1 )
So we should vote for player 1 if
y 1 ( 1 y 2 ) ( W p 2 ) + y 2 ( 1 y 1 ) W ( p 1 + p 2 ) 3 y 1 ( 1 y 2 ) + y 2 ( 1 y 1 ) y 1 ( 1 y 2 ) W ( p 1 + p 2 ) 3 + y 2 ( 1 y 1 ) ( W p 1 ) y 1 ( 1 y 2 ) + y 2 ( 1 y 1 )
We can multiply both sides by the denominator to eliminate it and obtain an equivalent condition:
y 1 ( 1 y 2 ) ( W p 2 ) + y 2 ( 1 y 1 ) W ( p 1 + p 2 ) 3 y 1 ( 1 y 2 ) W ( p 1 + p 2 ) 3 + y 2 ( 1 y 1 ) ( W p 1 )
If we multiply through and expand both sides, we obtain:
y 1 W p 2 y 1 y 2 W p 2 + y 2 W p 1 3 + y 2 W p 2 3 y 1 y 2 W p 1 3 y 1 y 2 W p 2 3
y 1 W p 1 3 + y 1 W p 2 3 y 1 y 2 W p 1 3 y 1 y 2 W p 2 3 + y 2 W p 1 y 1 y 2 W p 1
We can simplify this to obtain:
y 1 W p 2 y 1 y 2 W p 2 + y 2 W p 1 3 + y 2 W p 2 3 y 1 W p 1 3 + y 1 W p 2 3 + y 2 W p 1 y 1 y 2 W p 1
Multiplying both sides by 3:
3 y 1 W p 2 3 y 1 y 2 W p 2 + y 2 W p 1 + y 2 W p 2 y 1 W p 1 + y 1 W p 2 + 3 y 2 W p 1 3 y 1 y 2 W p 1
Simplifying further:
2 y 1 W p 2 + y 2 W p 2 + 3 y 1 y 2 W p 1 2 y 2 W p 1 + y 1 W p 1 + 3 y 1 y 2 W p 2
Dividing all terms by W, we see that we should vote for player 1 iff:
2 y 1 p 2 + y 2 p 2 + 3 y 1 y 2 p 1 2 y 2 p 1 + y 1 p 1 + 3 y 1 y 2 p 2
One immediate observation is that the optimal strategy does not depend on W.
We can further show that if p 2 p 1 2 , then it is always optimal to vote for player 2 (the stronger player) regardless of the beliefs of the strategies taken by the other players. For brevity we omit the proof of this result.

References

  1. Moravčík, M.; Schmid, M.; Burch, N.; Lisý, V.; Morrill, D.; Bard, N.; Davis, T.; Waugh, K.; Johanson, M.; Bowling, M. DeepStack: Expert-level artificial intelligence in heads-up no-limit poker. Science 2017, 356, 508–513. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  2. Brown, N.; Sandholm, T. Superhuman AI for heads-up no-limit poker: Libratus beats top professionals. Science 2017, 359, 418–424. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. Brown, N.; Sandholm, T. Superhuman AI for multiplayer poker. Science 2019, 365, 885–890. [Google Scholar] [CrossRef] [PubMed]
  4. Kuhn, H.W. Simplified Two-Person Poker. In Contributions to the Theory of Games; Kuhn, H.W., Tucker, A.W., Eds.; Princeton University Press: Princeton, NJ, USA, 1950; Volume 1, pp. 97–103. [Google Scholar]
  5. Abou Risk, N.; Szafron, D. Using Counterfactual Regret Minimization to Create Competitive Multiplayer Poker Agents. In Proceedings of the International Conference on Autonomous Agents and Multi-Agent Systems (AAMAS), Toronto, ON, Canada, 10–14 May 2010; pp. 159–166. [Google Scholar]
  6. Ganzfried, S.; Sandholm, T. Computing equilibria by incorporating qualitative models. In Proceedings of the International Conference on Autonomous Agents and Multi-Agent Systems (AAMAS), Toronto, ON, Canada, 10–14 May 2010. [Google Scholar]
  7. Gordon, G.J. No-Regret Algorithms for Structured Prediction Problems; Technical Report CMU-CALD-05-112; Carnegie Mellon University: Pittsburgh, PA, USA, 2005. [Google Scholar]
  8. Hawkin, J.; Holte, R.; Szafron, D. Automated action abstraction of imperfect information extensive-form games. In Proceedings of the AAAI Conference on Artificial Intelligence (AAAI), San Francisco, CA, USA, 7–11 August 2011; pp. 681–687. [Google Scholar]
  9. Koller, D.; Pfeffer, A. Generating and solving imperfect information games. In Proceedings of the Fourteenth International Joint Conference on Artificial Intelligence (IJCAI), Montreal, QC, Canada, 20–25 August 1995; pp. 1185–1192. [Google Scholar]
  10. Koller, D.; Pfeffer, A. Representations and Solutions for Game-Theoretic Problems. Artif. Intell. 1997, 94, 167–215. [Google Scholar] [CrossRef] [Green Version]
  11. Hoehn, B.; Southey, F.; Holte, R.C.; Bulitko, V. Effective Short-Term Opponent Exploitation in Simplified Poker. In Proceedings of the National Conference on Artificial Intelligence (AAAI), Pittsburgh, PA, USA, 9–13 July 2005; pp. 783–788. [Google Scholar]
  12. Gordon, G. One-Card Poker. 2013. Available online: http://www.cs.cmu.edu/~ggordon/poker/ (accessed on 7 November 2021).
  13. Ganzfried, S.; Yusuf, F. Computing Human-Understandable Strategies: Deducing Fundamental Rules of Poker Strategy. Games 2017, 8, 49. [Google Scholar] [CrossRef] [Green Version]
  14. Ganzfried, S.; Chiswick, M. Most Important Fundamental Rule of Poker Strategy. In Proceedings of the Florida Artificial Intelligence Research Society Conference (FLAIRS), North Miami Beach, FL, USA, 17–20 May 2020. [Google Scholar]
  15. Page, F. Parameterized Games, Minimal Nash Correspondences, and Connectedness; LSE Research Online Documents on Economics 65102; London School of Economics and Political Science, LSE Library: London, UK, 2015. [Google Scholar]
  16. Flesch, J.; Predtetchinski, A. Parameterized games of perfect information. Ann. Oper. Res. 2020, 287, 683–699. [Google Scholar] [CrossRef] [Green Version]
  17. Angelino, E.; Larus-Stone, N.; Alabi, D.; Seltzer, M.; Rudin, C. Learning Certifiably Optimal Rule Lists for Categorical Data. J. Mach. Learn. Res. 2018, 18, 1–78. [Google Scholar]
Figure 1. Exploitability vs. number of training games for two-player zero-sum games with uniform-random payoffs in [−1, 1], with results averaged over 10,000 test games for each number of training games.
Figure 1. Exploitability vs. number of training games for two-player zero-sum games with uniform-random payoffs in [−1, 1], with results averaged over 10,000 test games for each number of training games.
Mathematics 10 01147 g001
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Ganzfried, S. Human Strategic Decision Making in Parametrized Games. Mathematics 2022, 10, 1147. https://doi.org/10.3390/math10071147

AMA Style

Ganzfried S. Human Strategic Decision Making in Parametrized Games. Mathematics. 2022; 10(7):1147. https://doi.org/10.3390/math10071147

Chicago/Turabian Style

Ganzfried, Sam. 2022. "Human Strategic Decision Making in Parametrized Games" Mathematics 10, no. 7: 1147. https://doi.org/10.3390/math10071147

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop