YANG-Cheng commited on
Commit
789c325
1 Parent(s): 04162a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -121,15 +121,15 @@ AgentBoard is composed of 9 diverse tasks which can be divided into 4 types, inc
121
  </table>
122
 
123
 
124
- And statistics of the evaluation data of 9 task are as follows:
125
 
126
  | | AlfWorld | ScienceWorld | BabyAI | Jericho | PDDL | WebShop | WebArena | Tool-Query | Tool-Operation |
127
  |-------|----------|--------------|--------|---------|------|---------|----------|------------|----------------|
128
- | **Metric** | PR/SR | PR/SR | PR/SR | PR/SR | PR/SR | Matching | Matching | PR/SR | PR/SR/Matching |
129
  | **\#Avg. Turn** | 6 | 15 | 10 | 20 | 20 | 3 | 25 | 5 | 6 |
130
  | **\#Avg. Action Space** | 13 | 21 | 8 | 150 | 8 | 2 | 12 | 15 | 16 |
131
  | **\#Avg. Context Length** | 900 | 2800 | 1800 | 1500 | 2700 | 1200 | 15000 | 2100 | 4300 |
132
- | **\#Avg. Sub-goals** | 3 | 5 | 4 | 6 | 6 | 4 | 6 | 5 | 5 |
133
  | **\#Environment** | 134 | 90 | 112 | 20 | 60 | 251 | 245 | 60 | 40 |
134
 
135
 
 
121
  </table>
122
 
123
 
124
+ And statistics of the evaluation data of 9 environments are as follows:
125
 
126
  | | AlfWorld | ScienceWorld | BabyAI | Jericho | PDDL | WebShop | WebArena | Tool-Query | Tool-Operation |
127
  |-------|----------|--------------|--------|---------|------|---------|----------|------------|----------------|
128
+ | **Progress Rate Metric** | subgoal | subgoal | subgoal | subgoal | match | match | match | subgoal | subgoal/match |
129
  | **\#Avg. Turn** | 6 | 15 | 10 | 20 | 20 | 3 | 25 | 5 | 6 |
130
  | **\#Avg. Action Space** | 13 | 21 | 8 | 150 | 8 | 2 | 12 | 15 | 16 |
131
  | **\#Avg. Context Length** | 900 | 2800 | 1800 | 1500 | 2700 | 1200 | 15000 | 2100 | 4300 |
132
+ | **\#Avg. Subgoals** | 3 | 5 | 4 | 6 | 6 | 4 | 6 | 5 | 5 |
133
  | **\#Environment** | 134 | 90 | 112 | 20 | 60 | 251 | 245 | 60 | 40 |
134
 
135