mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-23 16:59:10 +00:00
state update fixes & streamline prompts
This commit is contained in:
parent
1f154a7073
commit
b4a56126ec
17 changed files with 710 additions and 281 deletions
|
|
@ -169,6 +169,7 @@ def run(exp_dir: Path, ctx: dict): # pylint: disable=unused-argument
|
|||
sns.set_style("whitegrid")
|
||||
plt.figure(figsize=(10, 7))
|
||||
sns.boxplot(x="Power", y="SupplyCenters", data=df, palette="pastel")
|
||||
plt.ylim(0, 18)
|
||||
plt.title("Supply-center distribution")
|
||||
plt.savefig(analysis_dir / "results_summary.png", dpi=150)
|
||||
plt.close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue