public interface DifferentiableQFunction extends QFunction
Modifier and Type | Method and Description |
---|---|
FunctionGradient |
qGradient(State s,
Action a)
Returns the Q-value gradient (
QGradientTuple ) for the given state and action. |
value
FunctionGradient qGradient(State s, Action a)
QGradientTuple
) for the given state and action.s
- the state for which the Q-value gradient is to be returneda
- the action for which the Q-value gradient is to be returned.