BrowserGym icon indicating copy to clipboard operation
BrowserGym copied to clipboard

Browsergym-Workarena not supported for local development

Open Nid989 opened this issue 9 months ago • 2 comments

I've been working with Workarena for a while using the browsergym-workarena Python module. Now, I need to experiment with some of my own proposed task configurations, but to do this, I need to update the "Workarena" repository to sync with the Browsergym framework locally. Is there a way to enable this support? During the "make" installation process, I noticed that all other benchmarks are available locally, except for Workarena.

Nid989 avatar Mar 05 '25 23:03 Nid989

pip uninstall browsergym-workarena (from browsergym setup) make a fork of workarena repository - https://github.com/ServiceNow/WorkArena and do "pip install -e ." inside your local workarena repo to use that instead

shivamgoyal6382 avatar Mar 06 '25 05:03 shivamgoyal6382

Thank you very much for your answer @shivamgoyal6382 ! This is very correct and should fit your usecase @Nid989 :)

TLSDC avatar Mar 25 '25 20:03 TLSDC