The feature set description of the Q-learning state objects, this interface is a helper for writing the cdf model file.
IQStateFeatureSet
01 Syntax
Microsoft.VisualBasic.MachineLearning.QLearning.IQStateFeatureSet
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ExtractStateVector | 1 | Extract the feature vector from a state object. |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| stateFeatures | 1 | The feature names of the state object. |
| QValueNames | 1 | The names of the Q-values of each state. |
| AllQStates | 1 | All of the Q-learning state objects. |
04 Members
ExtractStateVector(
Object)Extract the feature vector from a state object.
Parameters
| Name | Type | Description |
|---|---|---|
stat | Object | The target state object. |
Returns
An array of the feature values.
stateFeatures
The feature names of the state object.
QValueNames
The names of the Q-values of each state.
AllQStates
All of the Q-learning state objects.