10 #ifndef MDPLEARNINGSTRATEGY_H 11 #define MDPLEARNINGSTRATEGY_H 18 struct MdpConfiguration;
30 std::shared_ptr<Context>
context;
virtual void updateModel()=0
virtual void initializeModel()=0
virtual ~LearningStrategy()
LearningStrategy(std::shared_ptr< Context > context)
std::shared_ptr< Context > context