28 #include <boost/property_tree/ptree.hpp>
32 class TimestampedReward;
40 std::string toXml()
const;
42 void parse_rewards(std::string xml_text);
43 void parse_rewards(boost::property_tree::ptree& reward);
44 void add_rewards(boost::property_tree::ptree& reward)
const;
47 return reward_values.size();
54 std::map<int, double> reward_values;
Definition: RewardXML.h:34
A map of int:double storing a value on each dimension, with an attached timestamp saying when it was ...
Definition: TimestampedReward.h:35