teamgreedyact
PURPOSE 
Implements deterministic greedy action selection for full-state, joint action Q-learners
SYNOPSIS 
function [a, action] = teamgreedyact(a, state, actions, rewards, params)
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
- checkparams Verifies parameter structure and sets defaults for optional parameters
- lin2ndi LIN2NDI Useful for generating indices of N-D arrays.
- ndi2lin NDI2LIN Convert a decimal number to a "number" in an arbitrary base
This function is called by:
Generated on Wed 04-Aug-2010 16:55:08 by m2html © 2005