Farama-Foundation / miniwob-plusplus

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

Add an entry-point to register `import gymnasium` #20

Closed pseudo-rnd-thoughts closed 1 year ago

pseudo-rnd-thoughts commented 1 year ago

This adds an entry_point that registers the environments on import gymnasium, a note for developers is that this requires that users has the module installed, pip install -e .

Additionally, this PR moves the tests from miniwob/tests/ to /tests and removes unnecessary import miniwob due to the change above

ppasupat commented 1 year ago

Thank you for the PR. The entry_point is useful. Could you please merge it so I can incorporate it into my documentation PR (#19)?