10 #ifndef MDPCONFIGURATION_H 11 #define MDPCONFIGURATION_H 20 class LearningStrategy;
21 class StateSpaceDimension;
virtual std::shared_ptr< Horizon > getHorizonFromFile()
virtual LearningStrategy * getLearningStrategyFromFile(std::shared_ptr< Context > context)
virtual double getRlEpsilonFromFile()
MdpConfiguration(std::string filename)
virtual Solver * getSolverFromFile()
Configuration(std::string file)