Farama-Foundation / miniwob-plusplus

MiniWoB++: a web interaction benchmark for reinforcement learning
https://miniwob.farama.org/
MIT License
287 stars 47 forks source link

Add API tests for all supported environments #18

Closed ppasupat closed 1 year ago

ppasupat commented 1 year ago

Description

For all registered environments (excluding FlightWoB), added tests for the following:

Also added a utility for inspecting the observation space. Tasks were modified to pass the tests.

Addressed part of issue #15.

Type of change

Please delete options that are not relevant.

Checklist:

ppasupat commented 1 year ago

Sorry for not responding earlier. I have addressed the comments.

pseudo-rnd-thoughts commented 1 year ago

Thanks for the PR, looks good