SimpleGame Usage
Simple Game
The SimpleGame struct gives the following objects:
ฮณ: discount factorโ: agents๐: joint action spaceR: 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.