solve_game | R Documentation |
Finds Nash equilibrium in mixed strategies and expected winrate for both players in a zero-sum game specified by a payoff matrix
solve_game(W)
W |
Winrate matrix (from the perspective of the Hero) |
A list with a solution
solve_game(W = matrix(runif(9), 3, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.