Maxime Gasse

Results 12 issues of Maxime Gasse

Currently BrowserGym's `task.cheat()` functions use a list of messages to interact with the chat: ```python def cheat(self, page: playwright.sync_api.Page, chat_messages: list[str]): ``` It should take the same arguments as `execute_python_code`:...

enhancement

Opening a PDF results in a hang on x86_64 (Linux or MacOS) in headless mode. Seems to be working fine on arm64 (MacOS M1) either in headless or headfull mode.