Class | Description |
---|---|
GameEpisode |
This class provides a means to record all the interactions in a stochastic game; specifically, the sequence of states, joint actions taken, and joint reward received.
|
JointPolicy |
An abstract Policy object for defining a stochastic games joint policy; that is, a policy over joint actions taken by all agents in the world.
|
PolicyFromJointPolicy |
This class defines a single agent's policy that is derived from a joint policy.
|