MG Usage

Markov Game

The MG struct gives the following objects:

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

The agents โ„ 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 transition function takes in a state s in ๐’ฎ, a joint action a and a new state s' and returns the transition probability of going from s to s' by taking action a. The joint reward function R takes a state and a joint action in ๐’œ and returns a reward value.