diff --git a/evaluation_script.py b/evaluation_script.py index beb170b..a0b9959 100644 --- a/evaluation_script.py +++ b/evaluation_script.py @@ -347,4 +347,4 @@ def main(): # run_experiment(args.task_path, args.task_id, args.num_exp) if __name__ == "__main__": - main() + main() \ No newline at end of file diff --git a/example_tasks.json b/example_tasks.json index f5717c3..7210d55 100644 --- a/example_tasks.json +++ b/example_tasks.json @@ -109,3 +109,4 @@ "type": "techtree", "timeout": 300 } +} \ No newline at end of file diff --git a/src/agent/action_manager.js b/src/agent/action_manager.js index 227c031..f5c6cae 100644 --- a/src/agent/action_manager.js +++ b/src/agent/action_manager.js @@ -151,4 +151,5 @@ export class ActionManager { await this.stop(); // last attempt to stop }, TIMEOUT_MINS * 60 * 1000); } -} + +} \ No newline at end of file diff --git a/src/agent/agent.js b/src/agent/agent.js index 4a955e1..853df3f 100644 --- a/src/agent/agent.js +++ b/src/agent/agent.js @@ -86,7 +86,7 @@ export class Agent { console.log(`${this.name} spawned.`); this.clearBotLogs(); - + this._setupEventHandlers(save_data, init_message); this.startEvents(); diff --git a/src/agent/history.js b/src/agent/history.js index c76e0d3..4ef0c37 100644 --- a/src/agent/history.js +++ b/src/agent/history.js @@ -117,4 +117,4 @@ export class History { this.turns = []; this.memory = ''; } -} +} \ No newline at end of file diff --git a/src/agent/self_prompter.js b/src/agent/self_prompter.js index 19ead75..3251f0e 100644 --- a/src/agent/self_prompter.js +++ b/src/agent/self_prompter.js @@ -143,4 +143,4 @@ export class SelfPrompter { // this stops it from responding from the handlemessage loop and the self-prompt loop at the same time } } -} +} \ No newline at end of file