From 8cbea7a9cbe9e1faadc1830925d86f0497f28acf Mon Sep 17 00:00:00 2001 From: Tianqi Xu Date: Wed, 31 Jul 2024 13:52:05 +0300 Subject: [PATCH] Remove experiment instruction doc --- crab-benchmark-v0/README.md | 2 -- crab-benchmark-v0/docs/experiment_instruction.md | 1 - 2 files changed, 3 deletions(-) delete mode 100644 crab-benchmark-v0/docs/experiment_instruction.md diff --git a/crab-benchmark-v0/README.md b/crab-benchmark-v0/README.md index d82d30a..804d178 100644 --- a/crab-benchmark-v0/README.md +++ b/crab-benchmark-v0/README.md @@ -29,5 +29,3 @@ After setting up the environment, you can start the experiment. A brief overview 2. Start the CRAB server in the Ubuntu environment and get its IP address and port. Let's say they are `192.168.122.72` and `8000`. 3. Choose a task. As an example, we take the task with ID `a3476778-e512-40ca-b1c0-d7aab0c7f18b` from [handmade_tasks](./dataset/handmade_tasks.py). The task is: "Open the 'Tasks' app on Android, check the first incomplete task, then perform the task according to its description." 4. Run [main.py](./main.py) with the command `poetry run python -m crab-benchmark-v0.main --model gpt4o --policy single --remote-url http://192.168.122.72:8000 --task-id a3476778-e512-40ca-b1c0-d7aab0c7f18b`. In this command, `--model gpt4o` and `--policy single` determine the agent system, `--remote-url` specifies the Ubuntu environment interface, and `--task-id` indicates the task to be performed. - -[Environment instructions](./docs/experiment_instruction.md) contains more details of the experiment. \ No newline at end of file diff --git a/crab-benchmark-v0/docs/experiment_instruction.md b/crab-benchmark-v0/docs/experiment_instruction.md deleted file mode 100644 index 30404ce..0000000 --- a/crab-benchmark-v0/docs/experiment_instruction.md +++ /dev/null @@ -1 +0,0 @@ -TODO \ No newline at end of file