Scheduler
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
mdp
oldtests
rlTestDomainModel.h
Go to the documentation of this file.
1
10
#ifndef RLTESTDOMAINMODEL_H
11
#define RLTESTDOMAINMODEL_H
12
13
#include <
mdp/domainModel.h
>
14
15
16
class
RlTestDomainModel
:
public
Mdp::DomainModel
17
{
18
public
:
19
int
xpos
{0};
20
int
ypos
{0};
21
double
measureReward
();
22
23
24
25
};
26
#endif
RlTestDomainModel::ypos
int ypos
Definition:
rlTestDomainModel.h:20
Mdp::DomainModel
Definition:
domainModel.h:18
RlTestDomainModel::measureReward
double measureReward()
Definition:
rlTestDomainModel.cpp:13
RlTestDomainModel
Definition:
rlTestDomainModel.h:16
domainModel.h
RlTestDomainModel::xpos
int xpos
Definition:
rlTestDomainModel.h:19
Generated on Sun Nov 26 2017 17:01:36 for Scheduler by
1.8.11