Home > marl > agent > actfuns > detpiact.m

detpiact

PURPOSE ^

Implements action selection on the basis of deterministic policy

SYNOPSIS ^

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

DESCRIPTION ^

Implements action selection on the basis of deterministic policy
  [A, ACTION] = PIGREEDYACT(A, STATE, ACTIONS, REWARDS, PARAMS)

  Supports discrete states and actions, with 1 action variable only.

  The policy must be stored under field 'h' of the agent, as a flat
  vector. Moreover, this size must be cached in field
  'sizes.h' of the agent.


  See also agent_act

CROSS-REFERENCE INFORMATION ^

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