Skip to content

Commit d7dc845

Browse files
committed
add massage of shopping_admin tasks
1 parent c0c0814 commit d7dc845

File tree

1 file changed

+2
-2
lines changed
  • browsergym/experiments/src/browsergym/experiments/benchmark

1 file changed

+2
-2
lines changed

browsergym/experiments/src/browsergym/experiments/benchmark/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,14 @@ def prepare_backend(backend: str):
159159
[
160160
f"webarena_verified.{intent_template_id}.{task_id}"
161161
for intent_template_id, task_id in [
162-
# gitlab, shopping_admin, and map are not ready yet
162+
# gitlab and map are not ready yet
163163
(23, 410), # reddit
164164
# (330, 533), # gitlab
165165
# (87, 561), # gitlab wiki
166166
# (87, 562), # gitlab reddit
167167
(165, 574), # shopping
168168
(16, 640), # reddit
169-
# (253, 680), # shopping_admin
169+
(253, 680), # shopping_admin
170170
# (94, 740), # wiki map
171171
]
172172
]

0 commit comments

Comments
 (0)