Skip to content

Commit cbc35a9

Browse files
authored
Added TimeWarp and a training data saving class for collecting TimeWarp data (#330)
* Add files via upload
1 parent 69cd893 commit cbc35a9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

src/agentlab/experiments/loop.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)