Home > marl > agent > learnfuns > plainq_init.m

plainq_init

PURPOSE ^

Initializes the plain Q learning algorithm

SYNOPSIS ^

function a = plainq_init(a, info)

DESCRIPTION ^

Initializes the plain Q learning algorithm
  A = PLAINQ_INIT(A, INFO)
  Creates the structures required for the plain Q learning algorithm to
  run. Initializes the Q table and an eligibility trace as flat vectors.
  Values on the info parameters:
   statespacesize      - (optional) if given, will be used for efficiently
       initializing the Q-table for the agent
 

  See also agent_initlearn, plainq

CROSS-REFERENCE INFORMATION ^

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