ServiceNow / BrowserGym

BrowserGym, a gym environment for web task automation in the Chromium browser.
Other
327 stars 44 forks source link

TapeAgents export for experiment results #238

Closed ollmer closed 3 days ago

ollmer commented 2 weeks ago

This PR introduces a simple compatibility layer for exporting traces of the BrowserGym experiments in a format compatible with the Tapes of the TapeAgents framework. What does it do:

The MVP is ready but not yet tested.

Next steps in this PR:

cc @recursix.

ollmer commented 1 week ago

I've simplified this PR down to <100 lines of changes in a single file and added support of tape_segments inside the agent_info, which could be produced by TapeAgent in the AgentLab.

ollmer commented 3 days ago

Thank you!