Home > marl > agent > learnfuns > wolfq_init.m

wolfq_init

PURPOSE ^

Initialization of the WoLF-PHC learning algorithm

SYNOPSIS ^

function a = wolfq_init(a, info)

DESCRIPTION ^

Initialization of the WoLF-PHC learning algorithm
  A = WOLFQ_INIT(A, INFO)
  Initializes the Win-or-Learn-Fast Policy Hill Climbing algorithm.

  Required values on the info parameters:
   statespacesize      - the size of the state space

  Values on the learning parameters:
   usefullstate        - whether to learn on the basis of the full state.
           Default 1 (use full state)

  See also agent_initlearn, wolfq

  Author:      Lucian Busoniu
  Version:     1.1
  History:     1.1 added full state

CROSS-REFERENCE INFORMATION ^

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