YANG-Cheng
commited on
Commit
•
1ca9a0e
1
Parent(s):
4c878b0
Update README.md
Browse files
README.md
CHANGED
@@ -148,7 +148,7 @@ Please uncommpress the file and move the data to `AgentBoard/data`.
|
|
148 |
```shell
|
149 |
cd AgentBoard
|
150 |
mkdir data
|
151 |
-
tar -zxvf data.tar.gz
|
152 |
```
|
153 |
|
154 |
The file structure of evaluation data is as follows:
|
@@ -204,7 +204,7 @@ Details of the data fields are as follows:
|
|
204 |
| `task` | The task name of the example, e.g. `alfworld`, `babyai`, `jericho`, `pddl`, `scienceworld`, `tool-operation`, `tool-query`, `webarena`, `webshop`. |
|
205 |
| `id` | The id of the example. |
|
206 |
| `goal` | The goal of the example. |
|
207 |
-
| `subgoals` | The subgoals of the example
|
208 |
| `difficulty` | The difficulty of the example, e.g. `easy`, `hard`. |
|
209 |
| `additional_info` | The additional information of the example, each example has its own additional information. |
|
210 |
|
|
|
148 |
```shell
|
149 |
cd AgentBoard
|
150 |
mkdir data
|
151 |
+
tar -zxvf data.tar.gz
|
152 |
```
|
153 |
|
154 |
The file structure of evaluation data is as follows:
|
|
|
204 |
| `task` | The task name of the example, e.g. `alfworld`, `babyai`, `jericho`, `pddl`, `scienceworld`, `tool-operation`, `tool-query`, `webarena`, `webshop`. |
|
205 |
| `id` | The id of the example. |
|
206 |
| `goal` | The goal of the example. |
|
207 |
+
| `subgoals` | The subgoals of the example. |
|
208 |
| `difficulty` | The difficulty of the example, e.g. `easy`, `hard`. |
|
209 |
| `additional_info` | The additional information of the example, each example has its own additional information. |
|
210 |
|