public interface DenseStateFeatures
| Modifier and Type | Method and Description |
|---|---|
DenseStateFeatures |
copy()
Returns a copy of this
DenseStateFeatures |
double[] |
features(State s)
Returns a feature vector represented as a double array for a given input state.
|
double[] features(State s)
s - the input state to turn into a feature vector.DenseStateFeatures copy()
DenseStateFeaturesDenseStateFeatures