Scheduler
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
mdp
oldtests
rlTestDomainModel.cpp
Go to the documentation of this file.
1
10
#include "
rlTestDomainModel.h
"
11
12
13
double
RlTestDomainModel::measureReward
()
14
{
15
if
(
xpos
> 0 &&
xpos
< 11 &&
ypos
== 0)
16
return
-100;
17
if
(
xpos
== 11 &&
ypos
== 0)
18
return
0;
19
return
-1;
20
21
}
22
23
24
RlTestDomainModel::ypos
int ypos
Definition:
rlTestDomainModel.h:20
rlTestDomainModel.h
RlTestDomainModel::measureReward
double measureReward()
Definition:
rlTestDomainModel.cpp:13
RlTestDomainModel::xpos
int xpos
Definition:
rlTestDomainModel.h:19
Generated on Sun Nov 26 2017 17:01:36 for Scheduler by
1.8.11