changeStepSize(real newValue) | verve::PredictiveModel | [virtual] |
getPredictionMSE() | verve::PredictiveModel | [virtual] |
mAllPopulations | verve::PredictiveModel | [protected] |
mContObsPredPopulation | verve::PredictiveModel | [protected] |
mDeltaLearningFactor | verve::PredictiveModel | [protected] |
mDeltaLearningTimeConstant | verve::PredictiveModel | [protected] |
mDiscObsPredPopulation | verve::PredictiveModel | [protected] |
mDiscObsTrainingData | verve::PredictiveModel | [protected] |
mLatestPredMSE | verve::PredictiveModel | [protected] |
mRewardPredPopulation | verve::PredictiveModel | [protected] |
mStateActionInputData | verve::PredictiveModel | [protected] |
mStateActionRepresentation | verve::PredictiveModel | [protected] |
mUncertaintyPredPopulation | verve::PredictiveModel | [protected] |
predict(const Observation &actualCurrentObs, unsigned int currentAction, Observation &predNextObs, real &predNextReward, real &predUncertainty, bool allowDynamicRBFCreation) | verve::PredictiveModel | [virtual] |
predictAndTrain(const Observation &actualPrevObs, unsigned int prevAction, const Observation &actualCurrentObs, const real actualCurrentReward, Observation &predCurrentObs, real &predCurrentReward, real &predUncertainty) | verve::PredictiveModel | [virtual] |
PredictiveModel(const Observation &obs, bool isDynamicRBFEnabled, unsigned int numActions) | verve::PredictiveModel | |
resetShortTermMemory() | verve::PredictiveModel | [virtual] |
setDeltaLearningRate(real timeConstant, real stepSize) | verve::PredictiveModel | [virtual] |
~PredictiveModel() | verve::PredictiveModel | [virtual] |