Skip to content

v0.8.0: goal_object

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 21:40
· 125 commits to main since this release

browsergym-core

  • Breaking changes
    • goal refactor #110
      obs["goal_object"] now replaces the old obs["goal_image_urls"]
      obs["goal"] is now deprecated
      the new goal_object now contains a list of openai-style messages, which can include an arbitrary mix of text and / or images.

browsergym-visualwebarena

  • Breaking changes

    • goal refactor #110, the goal is now a list of openai-style messages with goal images as base64 image_url messages.
  • Fixes

    • goal images are now self-hosted as part of the homepage #171 #165

browsergym-experiments

  • Improvements
    • leaner trace files #169

other

  • the legacy demo agent has been removed
  • the basic demo agent has been leaned out and upgraded to support the new goal_object format #110
  • other minor changes #166 #164