From 5b95b2f816df966b2f2f28f2afe1c72a541a3ce0 Mon Sep 17 00:00:00 2001 From: Isadora White Date: Sun, 9 Mar 2025 13:16:57 -0700 Subject: [PATCH] confirming correct profile path --- evaluation_script.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evaluation_script.py b/evaluation_script.py index 0802cfc..a6708f2 100644 --- a/evaluation_script.py +++ b/evaluation_script.py @@ -113,7 +113,7 @@ def launch_parallel_experiments(task_path, num_parallel=1, s3=False, bucket_name="mindcraft-experiments", - template_profile="profiles/collab_profile.json", + template_profile="profiles/tasks/collab_profile.json", world_name="Forest", insecure_coding=False): @@ -161,7 +161,7 @@ def launch_server_experiment(task_path, api="openai", s3=False, bucket_name="mindcraft-experiments", - template_profile="profiles/collab_profile.json", + template_profile="profiles/tasks/collab_profile.json", insecure_coding=False): """ Launch a Minecraft server and run experiments on it.