You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Isn't the parameter for this part
len(self.ope_estimators_)
instead oflen(action_dist_list)
?With the current code, I think that the output image will not be normal unless
len(self.ope_estimators_)
andlen(action_dist_list)
are the same number.zr-obp/obp/ope/meta.py
Line 982 in 456a1ea
The text was updated successfully, but these errors were encountered: