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
Some changes in preparation for agentlab's new ToolUseAgent and the new APIs (ServiceNow#340)
* added openai/anthropic compatible tool json descriptions
* added raw page as possible output to reduce overhead
* moving the benchmark section out of bgym (to agentlab)
* Update browsergym/core/src/browsergym/core/action/highlevel.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* adding benchmark stuff back in
* backtracking
* backtracking everything
* brought back the 'eval' bc we need it actually
* fixing broken imports
* version bump
* switching eval func to globals()
* Update loop.py
* Update browsergym/experiments/src/browsergym/experiments/loop.py
* Add scroll_at function and update references in highlevel.py; refactor browser launch args in env.py; clean up utils.py
* Replace 'scroll' with 'scroll_at' in ACTION_SUBSETS for clarity and consistency
* Refactor ACTION_SUBSETS to replace 'scroll_at' with 'scroll' for consistency; update browser launch args comments in env.py
* Update test_scroll to include 'bid' in action_set subsets for improved functionality; add main execution block for direct testing
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: recursix <alex.lacoste.shmu@gmail.com>
Scroll horizontally and vertically. Amounts in pixels, positive for right or down scrolling, negative for left or up scrolling. Dispatches a wheel event.
0 commit comments