mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-05-01 17:45:26 +00:00
add simplified prompts
This commit is contained in:
parent
0bd909b30b
commit
ebf26cf8a6
33 changed files with 1762 additions and 143 deletions
|
|
@ -71,7 +71,7 @@ def _add_experiment_flags(p: argparse.ArgumentParser) -> None:
|
|||
p.add_argument(
|
||||
"--analysis_modules",
|
||||
type=str,
|
||||
default="summary",
|
||||
default="summary,statistical_game_analysis",
|
||||
help=(
|
||||
"Comma-separated list of analysis module names to execute after all "
|
||||
"runs finish. Modules are imported from "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue