|
IExplorationPolicyChooseAction Method
|
Choose an action.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax int ChooseAction(
double[] actionEstimates
)
Function ChooseAction (
actionEstimates As Double()
) As Integer
Request Example
View SourceParameters
- actionEstimates
- Type: SystemDouble
Action estimates.
Return Value
Type:
Int32Returns selected action.
Remarks The method chooses an action depending on the provided estimates. The
estimates can be any sort of estimate, which values usefulness of the action
(expected summary reward, discounted reward, etc).
See Also