Closed gasse closed 1 year ago
As explained in the documentation, chase-circle
is one of the excluded tasks. These are time-dependent tasks that require the agent to wait for events to happen before acting. Since the Selenium environment does not have a fixed frame rate, the agent might not get to see some of those events, so we think it's less consistent to benchmark on such tasks.
@ppasupat that makes sense. Thank you for the quick reply!
Question
I see there is an HTML environment called
chase-circle
https://github.com/Farama-Foundation/miniwob-plusplus/blob/master/miniwob/html/miniwob/chase-circle.htmlHowever this environment is absent from the python codebase https://github.com/Farama-Foundation/miniwob-plusplus/blob/master/miniwob/envs/miniwob_envs.py
Is there a reason for that? Has it been forgotten somehow? Or is it not ready yet to be part of the benchmark?