CVFunctionGradientLearner Class Reference
#include
<cvfunctionlearner.h>
Inheritance diagram for CVFunctionGradientLearner:
List of all
members.
Constructor & Destructor Documentation
|
CVFunctionGradientLearner::~CVFunctionGradientLearner
|
( |
|
) |
|
|
Member Function Documentation
| |
Calculates the temporal difference.
The temporal difference for the given step is td = r_t + gamma *
V(s_{t+1}) - V(s_t) respectively td = r_t + gamma^N * V(s_{t+1}) -
V(s_t) for multistep actions.
Reimplemented from CVFunctionLearner.
|
Member Data Documentation
The documentation for this class was generated from the following
file:
|