diff --git a/tasks/evaluation_script.py b/tasks/evaluation_script.py index 1111a63..d91940f 100644 --- a/tasks/evaluation_script.py +++ b/tasks/evaluation_script.py @@ -732,7 +732,7 @@ def main(): parser.add_argument('--s3', action='store_true', help='Whether to upload to s3') parser.add_argument('--bucket_name', default="mindcraft-experiments", help='Name of the s3 bucket') parser.add_argument('--add_keys', action='store_true', help='Create the keys.json to match the environment variables') - parser.add_argument('--template_profile', default="profiles/tasks/collab_profile.json", help='Model to use for the agents') + parser.add_argument('--template_profile', default="profiles/tasks/crafting_profile.json", help='Model to use for the agents') parser.add_argument('--model', default="gpt-4o-mini", help='Model to use for the agents') parser.add_argument('--api', default="openai", help='API to use for the agents') # parser.add_argument('--world_name', default="Forest", help='Name of the world')