Extends the ability from CTorchVFunction, to learn with
a torch gradient machine. The parameters of the machine are updated
by adding the current gradient of the parameters multplied with the
difference given by updateValue.
Constructor & Destructor Documentation
CTorchGradientFunction::CTorchGradientFunction
(
int
numInputs,
int
numOutputs
)
Creates a new value function learning with a torch gradient
machine.