Scheduler
horizon.h
Go to the documentation of this file.
1 
10 #ifndef HORIZON_H
11 #define HORIZON_H
12 
13 
14 namespace Mdp
15 {
16 
17 struct Horizon
18 {
21  std::vector<double> initialStateDistribution;
22 };
23 
24 }
25 
26 #endif
bool finiteHorizon
Definition: horizon.h:19
Definition: action.h:18
std::vector< double > initialStateDistribution
Definition: horizon.h:21
double discountFactor
Definition: horizon.h:20