Skip to content

Wrong parameter set in fig.add_subplot() in OffPolicyEvaluation.visualize_off_policy_estimates_of_multiple_policies #174

@MotoShin

Description

@MotoShin

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions