|
Scheduler
|
#include <noLearning.h>
Public Member Functions | |
| NoLearning (std::shared_ptr< Context > context) | |
| void | updateModel () |
| void | initializeModel () |
Public Member Functions inherited from Mdp::LearningStrategy | |
| LearningStrategy (std::shared_ptr< Context > context) | |
| virtual | ~LearningStrategy () |
| virtual void | end () |
Static Public Attributes | |
| static constexpr const char * | configKey = "noLearning" |
Additional Inherited Members | |
Protected Attributes inherited from Mdp::LearningStrategy | |
| 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.
1.8.11