Peter Stenger
Peter Stenger
Ok I can change the parsing later this week. Basically the tag processing and text processing will be split up then we have to sort the lyrics based on the...
I no longer have time to fix this issue, but open to PRs! :)
I wonder if you could have a base class, e.g. `TaskNode`, that a `Task` inherits from. Then the parent node is a `TaskNode`, and most of the planning items are...
It looks like a bug in BrowserGym.
Looks like that argument needs to be `task_kwargs={'start_url':'about:blank'},` once https://github.com/ServiceNow/BrowserGym/pull/11 is merged. ```python3 env = gym.make( 'browsergym/openended', task_kwargs={'start_url':'about:blank'}, wait_for_user_message=False, headless=True, disable_env_checker=True, ) ```
@JedWatson Any updates?
I have not tried, but I assume no as it is not included in the installation package by default.
Duplicate of #1947
Full traceback: ``` Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/Users/retep/repos/pymake/pymake/pymake.py", line 559, in main() File "/Users/retep/repos/pymake/pymake/pymake.py", line 556,...