Initializes the minimax Q learning algorithm A = MINIMAXQ2_INIT(A, INFO) Creates the structures required for the minimax 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 See minimaxq2, agent_initlearn