Scheduler
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
mdp
learning
learningStrategy.cpp
Go to the documentation of this file.
1
10
#include "
learningStrategy.h
"
11
12
#include <
mdp/context.h
>
13
#include <
mdp/policy.h
>
14
#include <
mdp/rewards.h
>
15
#include <
mdp/transitionMatrix.h
>
16
17
18
using namespace
Mdp
;
19
20
LearningStrategy::LearningStrategy
(std::shared_ptr<Context> c) : context(c)
21
{
22
}
23
24
LearningStrategy::~LearningStrategy
()
25
{
26
}
27
28
rewards.h
context.h
learningStrategy.h
Mdp::LearningStrategy::~LearningStrategy
virtual ~LearningStrategy()
Definition:
learningStrategy.cpp:24
policy.h
Mdp
Definition:
action.h:18
Mdp::LearningStrategy::LearningStrategy
LearningStrategy(std::shared_ptr< Context > context)
Definition:
learningStrategy.cpp:20
transitionMatrix.h
Generated on Sun Nov 26 2017 17:01:35 for Scheduler by
1.8.11