|
SarsaGetAction Method
|
Get next action from the specified state.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public int GetAction(
int state
)
Public Function GetAction (
state As Integer
) As Integer
Request Example
View SourceParameters
- state
- Type: SystemInt32
Current state to get an action for.
Return Value
Type:
Int32Returns the action for the state.
Remarks See Also