Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gasse authored Mar 13, 2024
1 parent cb1c2b6 commit 3b31a7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ while not done:
obs, reward, terminated, truncated, info = env.step(action)
```



### MiniWoB++ task example

Boilerplate code to run an agent on a miniwob task:
Expand Down Expand Up @@ -110,3 +112,9 @@ List of all the available WorkArena environments
env_ids = [id for id in gym.envs.registry.keys() if id.startswith("browsergym/workarena")]
print("\n".join(env_ids))
```

Example run on task `browsergym/workarena.servicenow.knowledge-base-search`

https://github.com/ServiceNow/BrowserGym/assets/1726818/83076e8d-d8f2-40bc-a51c-4f741ff651e8


0 comments on commit 3b31a7d

Please sign in to comment.