feidieufo

Results 2 issues of feidieufo

**in function get_causes_of_end** ```python f = open(summary_file, "rU") header_summary = f.readline() header_summary = header_summary.split(',') header_summary[-1] = header_summary[-1][:-2] f.close() ``` -2 seems to be -1 - before index my head_summary content...

When I use dmpo agent, I found that I cannot pass the location of saving checkpoint when calling dmpo.DistributionalMPO. I think it should add the save location and pass it...

enhancement