YANG-Cheng
commited on
Commit
•
30647f4
1
Parent(s):
7f9fd64
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,61 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
configs:
|
4 |
+
- config_name: alfworld
|
5 |
+
data_files:
|
6 |
+
- split: test
|
7 |
+
path:
|
8 |
+
- data/alfworld/test.jsonl
|
9 |
+
- config_name: scienceworld
|
10 |
+
data_files:
|
11 |
+
- split: test
|
12 |
+
path:
|
13 |
+
- data/scienceworld/test.jsonl
|
14 |
+
- config_name: babyai
|
15 |
+
data_files:
|
16 |
+
- split: test
|
17 |
+
path:
|
18 |
+
- data/babyai/test.jsonl
|
19 |
+
- config_name: jericho
|
20 |
+
data_files:
|
21 |
+
- split: test
|
22 |
+
path:
|
23 |
+
- data/jericho/test.jsonl
|
24 |
+
- config_name: pddl
|
25 |
+
data_files:
|
26 |
+
- split: test
|
27 |
+
path:
|
28 |
+
- data/pddl/test.jsonl
|
29 |
+
- config_name: webarena
|
30 |
+
data_files:
|
31 |
+
- split: test
|
32 |
+
path:
|
33 |
+
- data/webarena/test.jsonl
|
34 |
+
- config_name: webshop
|
35 |
+
data_files:
|
36 |
+
- split: test
|
37 |
+
path:
|
38 |
+
- data/webshop/test.jsonl
|
39 |
+
- config_name: tool-query
|
40 |
+
data_files:
|
41 |
+
- split: test
|
42 |
+
path:
|
43 |
+
- data/tool-query/test.jsonl
|
44 |
+
- config_name: tool-operation
|
45 |
+
data_files:
|
46 |
+
- split: test
|
47 |
+
path:
|
48 |
+
- data/tool-operation/test.jsonl
|
49 |
+
language:
|
50 |
+
- en
|
51 |
+
tags:
|
52 |
+
- Embodied AI
|
53 |
+
- Game
|
54 |
+
- Web
|
55 |
+
- Tool
|
56 |
+
size_categories:
|
57 |
+
- 1K<n<10K
|
58 |
+
task_categories:
|
59 |
+
- text-generation
|
60 |
+
pretty_name: AgentBoard
|
61 |
+
---
|