Scheduler
|
#include <noLearning.h>
Public Member Functions | |
NoLearning (std::shared_ptr< Context > context) | |
void | updateModel () |
void | initializeModel () |
![]() | |
LearningStrategy (std::shared_ptr< Context > context) | |
virtual | ~LearningStrategy () |
virtual void | end () |
Static Public Attributes | |
static constexpr const char * | configKey = "noLearning" |
Additional Inherited Members | |
![]() | |
std::shared_ptr< Context > | context |
Definition at line 20 of file noLearning.h.
NoLearning::NoLearning | ( | std::shared_ptr< Context > | context | ) |
Definition at line 20 of file noLearning.cpp.
|
virtual |
Implements Mdp::LearningStrategy.
Definition at line 25 of file noLearning.cpp.
|
virtual |
Implements Mdp::LearningStrategy.
Definition at line 33 of file noLearning.cpp.
|
static |
Definition at line 23 of file noLearning.h.