public interface PotentialFunction
Modifier and Type | Method and Description |
---|---|
double |
potentialValue(State s)
Returns the reward potential from the given state.
|
double potentialValue(State s)
s
- the input state for which to get the reward potential.