Scheduler
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 
17 {
18 public:
19  int xpos{0};
20  int ypos{0};
21  double measureReward();
22 
23 
24 
25 };
26 #endif