instadeepai / instadeepai/marl-eval

Incorrect type returned from marl_eval.plotting_tools.plotting.probability_of_improvement

Open
#60 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
87
Forks
8
PR merge metrics
No merged PRs in 30d

Description

The function `marl_eval.plotting_tools.plotting.probability_of_improvement(...)` is defined to return a Matplotlib Figure but actually returns an Axes.

We can either update the type definition or modify the function to return the handle to the Figure. I think the latter is a better option. Happy to put in a PR for either.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.