Home > marl > agent > learnfuns > fullstate_plainq_init.m

fullstate_plainq_init

PURPOSE ^

Initializes the full-state plain Q-learning algorithm

SYNOPSIS ^

function a = fullstate_plainq_init(a, info)

DESCRIPTION ^

Initializes the full-state plain Q-learning algorithm
  A = FULLSTATE_PLAINQ_INIT(A, INFO)
  Creates the structures required for the full-state plain Q-learning
  algorithm to run. Initializes the Q table and an eligibility trace as
  flat vectors. Values on the info parameters:
   statespacesize      - the state space size
 

  See also agent_initlearn, fullstate_plainq

CROSS-REFERENCE INFORMATION ^

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