We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ce81b commit 4b73bb4Copy full SHA for 4b73bb4
browsergym/experiments/src/browsergym/experiments/benchmark/utils.py
@@ -183,13 +183,13 @@ def prepare_backend(backend: str):
183
get_webarena_verified_task_name(intent_template_id, task_id)
184
for intent_template_id, task_id in [
185
(23, 410), # reddit
186
- # (330, 533), # gitlab
187
- # (87, 561), # gitlab wiki
188
- # (88, 562), # gitlab reddit
+ (330, 533), # gitlab
+ (87, 561), # gitlab wiki
+ (88, 562), # gitlab reddit
189
(165, 574), # shopping
190
(16, 640), # reddit
191
(253, 680), # shopping_admin
192
- # (94, 740), # wiki map
+ (94, 740), # wiki map
193
]
194
195
)
0 commit comments