1
0
mirror of https://github.com/illiumst/marl-factory-grid.git synced 2026-06-01 23:43:23 +02:00

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
+1 -2
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')