Home > marl > agent > learnfuns > teamq_init.m

teamq_init

PURPOSE ^

Initializes the team Q-learning algorithm

SYNOPSIS ^

function a = teamq_init(a, info)

DESCRIPTION ^

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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 04-Aug-2010 16:55:08 by m2html © 2005