Browsergym-Workarena not supported for local development
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.
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
Thank you very much for your answer @shivamgoyal6382 ! This is very correct and should fit your usecase @Nid989 :)