| Class | Description |
|---|---|
| NFGameState | |
| SingleStageNormalFormGame |
This stochastic game domain generator provides methods to create N-player single stage games.
|
| SingleStageNormalFormGame.ActionNameMap |
A wrapper for a HashMap from strings to ints used to map action names to their action index.
|
| SingleStageNormalFormGame.AgentPayoutFunction |
A class for defining a payout function for a single agent for each possible strategy profile.
|
| SingleStageNormalFormGame.MatrixAction | |
| SingleStageNormalFormGame.SingleStageNormalFormJointRewardFunction |
A Joint Reward Function class that uses the parent domain generators payout matrix to determine payouts for any given strategy profile.
|
| SingleStageNormalFormGame.StrategyProfile |
A strategy profile represented as an array of action indices that is hashable.
|