BrowserGym
BrowserGym copied to clipboard
🌎💪 BrowserGym, a Gym environment for web task automation
`custom_actions` is commented in [HighlevelActionSetArgs](https://github.com/ServiceNow/BrowserGym/blob/main/browsergym/experiments/src/browsergym/experiments/benchmark/base.py#L26): https://github.com/ServiceNow/BrowserGym/blob/91b0e23c882a66a8b4fd3893a9939520cd6e2be1/browsergym/experiments/src/browsergym/experiments/benchmark/base.py#L26-L34 But is needed to create a custom action set: https://github.com/ServiceNow/BrowserGym/blob/91b0e23c882a66a8b4fd3893a9939520cd6e2be1/browsergym/core/src/browsergym/core/action/highlevel.py#L317-L322 What's the alternative to create custom action sets if not using the "custom" value...
`torch` is only used with VisualWebArena in [the setup function](https://github.com/imenelydiaker/BrowserGym/blob/91b0e23c882a66a8b4fd3893a9939520cd6e2be1/browsergym/visualwebarena/src/browsergym/visualwebarena/task.py#L190 ). But it gets installed with browsergym when `pip install browsergym`. Since the module is heavy and is only needed...
keep track of mouse intraction and return the estimated "virtual mouse" coordinate as part of the observation dict of browsergym.
For WebArena tasks, my agent gets stuck when using the Search GitLab search box at the top of the webpage with action like "fill("123", "homepage content")". When I navigated to...
My name is Wyatt and I'm the cofounder of [Halluminate](https://halluminate.ai/) and creator of [Web Bench](https://webbench.ai/) - a new benchmark on realistic web use tasks (10x version of WebVoyager). What would...
This pull request resolves several minor inconsistencies and improves clarity across the repository by aligning the browsergym-workarena and weblinx-browsergym dependency versions with other browsergym-* dependencies in browsergym/pyproject.toml, updating requires-python to...