Home > marl > agent > learnfuns > minimaxq2_init.m

minimaxq2_init

PURPOSE ^

Initializes the minimax Q learning algorithm

SYNOPSIS ^

function a = minimaxq2_init(a, info)

DESCRIPTION ^

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

CROSS-REFERENCE INFORMATION ^

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