SimpleGame Usage

Simple Game

The SimpleGame struct gives the following objects:

  • ฮณ: discount factor
  • โ„: agents
  • ๐’œ: joint action space
  • R: joint reward function

The agents โ„ in a simple game are the players of the game. The joint action space ๐’œ is the set of all possible ordered pairs of actions amongst all of the agents. The joint reward function R takes a joint action in ๐’œ and returns a reward value.