Home > marl > agent > learnfuns > distrq_init.m

distrq_init

PURPOSE ^

Initializes the distributed Q-learning algorithm

SYNOPSIS ^

function a = distrq_init(a, info)

DESCRIPTION ^

Initializes the distributed Q-learning algorithm
  A = TEAMQ_INIT(A, INFO)
  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 distrq, 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