public static interface LinearSARSA.Features<T>
Modifier and Type | Method and Description |
---|---|
double[] |
features(T state,
int action) |
int |
getNumActions() |
int |
getNumFeatures() |
void |
setWeights(double[] ws) |
double[] features(T state, int action)
int getNumFeatures()
int getNumActions()
void setWeights(double[] ws)