Isn't the parameter for this part len(self.ope_estimators_) instead of len(action_dist_list) ?
With the current code, I think that the output image will not be normal unless len(self.ope_estimators_) and len(action_dist_list) are the same number.
|
ax = fig.add_subplot(len(action_dist_list), 1, i + 1) |