You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Behind the scene, if task_configs dictionary/json-compatible string was passed, then the setup would automatically switch to this custom task instead of original test splits:
Right now, it allows passing an id during
__init__
:BrowserGym/webarena/src/browsergym/webarena/task.py
Lines 23 to 85 in 04bd944
We could add another parameter
task_configs
which is of typeList[Union[dict, str]]
, for example:where each dict would be something like this one, but customized: https://github.com/web-arena-x/webarena/blob/main/config_files/examples/2.json
Behind the scene, if
task_configs
dictionary/json-compatible string was passed, then the setup would automatically switch to this custom task instead of original test splits:BrowserGym/webarena/src/browsergym/webarena/task.py
Lines 87 to 99 in 04bd944
The text was updated successfully, but these errors were encountered: