Home > marl > agent > explorefuns > nilexplore.m

nilexplore

PURPOSE ^

Implements nil exploration (no exploration strategy)

SYNOPSIS ^

function [a, action] = nilexplore(a, action, state, actions, rewards, params)

DESCRIPTION ^

Implements nil exploration (no exploration strategy)
  [A, ACTION] = NILEXPLORE(A, ACTION, STATE, ACTIONS, REWARDS, PARAMS) 
  An exploration function for the agent that performs nil exploration.
  Always returns the action chosen by the agent. Should be used only in 
  inherently stochastic domains, where exploration is inherent in the
  stochastic nature of the domain.

  Can be used with any learning/policy functions combination.


  See also act, explore

CROSS-REFERENCE INFORMATION ^

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