Home > marl > agent > learnfuns > nillearn.m

nillearn

PURPOSE ^

Implements the nil (noop) learning algorithm

SYNOPSIS ^

function a = nillearn(a, state, actions, rewards, params)

DESCRIPTION ^

Implements the nil (noop) learning algorithm
  A = LRN(A, STATE, ACTION, REWARD, PARAMS)
   Implements the nil (noop) learning algorithm. The body of this function
   is empty. This is a convenience function for use with static agents.

  See also agent_learn, lrn

CROSS-REFERENCE INFORMATION ^

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