zwischenstand, no checkout pls!

This commit is contained in:
steffen-illium
2021-05-28 14:43:03 +02:00
parent 1b98171f3a
commit 36fe59c95c
4 changed files with 100 additions and 30 deletions

View File

@@ -30,9 +30,8 @@ def plot(filepath, ext='png', tag='monitor', **kwargs):
def prepare_plot(filepath, results_df, ext='png', tag=''):
# %%
_ = sns.lineplot(data=results_df, ci='sd', x='step')
_ = sns.lineplot(data=results_df, x='Episode', y='Score', hue='Measurement', ci='sd')
# %%
sns.set_theme(palette=PALETTE, style='whitegrid')