Class | Description |
---|---|
AgentFactoryWithSubjectiveReward |
An agent generating factory that will produce an agent that uses an internal subjective reward function.
|
NullJointRewardFunction |
A Joint reward function that always returns zero reward for each agent.
|
StaticRepeatedGameModel |
This action model can be used to take a single stage game, and cause it to repeat itself.
|
VisualWorldObserver |
A
WorldObserver that visualizes each transition with a fixed refresh delay between when the transition is rendered and when control
is returned to the client. |