Initializes the team Q-learning algorithm A = TEAMQ_INIT(A, INFO) Creates the structures required for the team Q-learning algorithm to run. Values on the info parameters: statespacesize - the state space size actionspacesizes - the sizes of the action spaces for all agents, vector containing the number of actions available to each agent See also teamq, agent_initlearn