adastop
.plot_results#
- adastop.plot_results(comparator, agent_names=None, axes=None)[source]#
visual representation of results.
- Parameters:
- agent_nameslist of str or None
- axestuple of two matplotlib axes of None
if None, use the following: fig, (ax1, ax2) = plt.subplots(2, 1, gridspec_kw={“height_ratios”: [1, 2]}, figsize=(6,5))