diff --git a/scripts/ai_config.py b/scripts/ai_config.py index 945fcfb23..678d3ab99 100644 --- a/scripts/ai_config.py +++ b/scripts/ai_config.py @@ -9,7 +9,7 @@ class AIConfig: self.ai_goals = ai_goals # Soon this will go in a folder where it remembers more stuff about the run(s) - SAVE_FILE = "last_run_ai_settings.yaml" + SAVE_FILE = "../last_run_ai_settings.yaml" @classmethod def load(cls, config_file=SAVE_FILE):