def __init__(self,top_map_name, object_list, waypoints_matrix, probs_matrix, costs_matrix):
     TopMapMdp.__init__(self, top_map_name)
     self.object_found_prop_strings = []
     self.add_objects(object_list, waypoints_matrix, probs_matrix, costs_matrix)