public class FittedVI.VFAVInit extends java.lang.Object implements QFunction
QFunction
that always points to the outer class's current value function approximation.Constructor and Description |
---|
VFAVInit() |
Modifier and Type | Method and Description |
---|---|
double |
qValue(State s,
Action a)
Returns the
QValue for the given state-action pair. |
double |
value(State s)
Returns the value function evaluation of the given state.
|
public double value(State s)
ValueFunction
value
in interface ValueFunction
s
- the state to evaluate.