File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ AgentLab Features:
6363| [ Mind2Web-live] ( https://huggingface.co/datasets/iMeanAI/Mind2Web-Live ) (soon) | - | - | None | - | - | live web | soon |
6464| [ MiniWoB] ( https://miniwob.farama.org/index.html ) | [ setup] ( https://github.com/ServiceNow/BrowserGym/blob/main/browsergym/miniwob/README.md ) | 125 | Medium | 10 | no | self hosted (static files) | soon |
6565| [ OSWorld] ( https://os-world.github.io/ ) | [ setup] ( https://github.com/ServiceNow/AgentLab/blob/main/src/agentlab/benchmarks/osworld.md ) | 369 | None | - | - | self hosted | soon |
66+ | [ TimeWarp] ( https://timewarp-web.github.io/ ) | [ setup] ( https://github.com/sparklabutah/timewarp ) | 1386 | None | 30 | yes | self hosted | soon |
6667
6768
6869## 🛠️ Setup AgentLab
Original file line number Diff line number Diff line change @@ -926,6 +926,8 @@ def _get_env_name(task_name: str):
926926 import browsergym .assistantbench
927927 elif task_name .startswith ("weblinx" ):
928928 import weblinx_browsergym
929+ elif task_name .startswith ("timewarp" ):
930+ import browsergym .timewarp
929931
930932 return f"browsergym/{ task_name } "
931933
You can’t perform that action at this time.
0 commit comments