v0.8.0: goal_object
browsergym-core
- Breaking changes
- goal refactor #110
obs["goal_object"]
now replaces the oldobs["goal_image_urls"]
obs["goal"]
is now deprecated
the newgoal_object
now contains a list of openai-style messages, which can include an arbitrary mix of text and / or images.
- goal refactor #110
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.
- goal refactor #110, the goal is now a list of openai-style messages with goal images as base64
-
Fixes
browsergym-experiments
- Improvements
- leaner trace files #169
other