Farama-Foundation / miniwob-plusplus

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

CI test #13

Closed ppasupat closed 1 year ago

ppasupat commented 1 year ago

Description

Added continuous integration tests. The tests are run in Docker containers with Python 3.7-3.10 and headless Chrome 107. Similar to other repos in Farama Foundation, the changes will be run on GitHub upon push and pull request.

The directories are also restructured to resemble a module, but no functionality has been changed (i.e., the interface is not yet the Gymnasium interface; this will be addressed in a different pull request).

Fixes #11.

Type of change

Please delete options that are not relevant.

Checklist:

pseudo-rnd-thoughts commented 1 year ago

Thanks for the PR, with the CI added, I think we can look at the port gymnasium API with the CI now