Class | Description |
---|---|
RandomSGAgent |
Stochastic games agent that chooses actions uniformly randomly.
|
SetStrategySGAgent |
A class for an agent who makes decisions by following a specified strategy and does not respond to the other player's actions.
|
SetStrategySGAgent.SetStrategyAgentFactory |