Scheduler
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
mdp
learning
noLearning.h
Go to the documentation of this file.
1
10
#ifndef NOLEARNING_H
11
#define NOLEARNING_H
12
13
#include "
learningStrategy.h
"
14
15
namespace
Mdp
16
{
17
18
struct
Context;
19
20
class
NoLearning
:
public
LearningStrategy
21
{
22
public
:
23
static
constexpr
const
char
*
configKey
=
"noLearning"
;
24
public
:
25
NoLearning
(std::shared_ptr<Context>
context
);
26
void
updateModel
();
27
void
initializeModel
();
28
private
:
29
};
30
31
32
}
33
#endif
learningStrategy.h
Mdp::NoLearning::configKey
static constexpr const char * configKey
Definition:
noLearning.h:23
Mdp::NoLearning
Definition:
noLearning.h:20
Mdp::NoLearning::NoLearning
NoLearning(std::shared_ptr< Context > context)
Definition:
noLearning.cpp:20
Mdp::NoLearning::initializeModel
void initializeModel()
Definition:
noLearning.cpp:25
Mdp::LearningStrategy
Definition:
learningStrategy.h:21
Mdp
Definition:
action.h:18
Mdp::NoLearning::updateModel
void updateModel()
Definition:
noLearning.cpp:33
Mdp::LearningStrategy::context
std::shared_ptr< Context > context
Definition:
learningStrategy.h:28
Generated on Sun Nov 26 2017 17:01:35 for Scheduler by
1.8.11