We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c0814 commit d7dc845Copy full SHA for d7dc845
browsergym/experiments/src/browsergym/experiments/benchmark/utils.py
@@ -159,14 +159,14 @@ def prepare_backend(backend: str):
159
[
160
f"webarena_verified.{intent_template_id}.{task_id}"
161
for intent_template_id, task_id in [
162
- # gitlab, shopping_admin, and map are not ready yet
+ # gitlab and map are not ready yet
163
(23, 410), # reddit
164
# (330, 533), # gitlab
165
# (87, 561), # gitlab wiki
166
# (87, 562), # gitlab reddit
167
(165, 574), # shopping
168
(16, 640), # reddit
169
- # (253, 680), # shopping_admin
+ (253, 680), # shopping_admin
170
# (94, 740), # wiki map
171
]
172
0 commit comments