Class | Description |
---|---|
CorrelatedEquilibrium |
Computes the correlated equilibrium strategy.
|
MaxMax |
A class for finding a stategy that maxmizes the player's payoff under the assumption that their "opponent" is friendly
and will try to do the same.
|
MinMax |
Finds the MinMax equilibrium using linear programming and returns the appropraite strategy.
|
Utilitarian |
Finds the maximum utilitarian value joint action and retuns a detemrinistic strategy respecting it.
|