public class QGradientTuple
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Action |
a
The action
|
FunctionGradient |
gradient
The gradient for the state and action.
|
State |
s
The state
|
Constructor and Description |
---|
QGradientTuple(State s,
Action a,
FunctionGradient gradient)
Initializes.
|
public State s
public Action a
public FunctionGradient gradient
public QGradientTuple(State s, Action a, FunctionGradient gradient)
s
- the statea
- the actiongradient
- the gradient for the state an action