public interface DenseStateActionFeatures
| Modifier and Type | Method and Description |
|---|---|
DenseStateActionFeatures |
copy()
Returns a copy of this
DenseStateActionFeatures |
double[] |
features(State s,
Action a)
Returns a feature vector represented as a double array for a given input state-action pair.
|
double[] features(State s, Action a)
s - the input statea - the input actionDenseStateActionFeatures copy()
DenseStateActionFeaturesDenseStateActionFeatures