Farama-Foundation / miniwob-plusplus

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

[Bug Report] Documentation: Environment pages were not generated. #38

Closed ppasupat closed 1 year ago

ppasupat commented 1 year ago

Describe the bug The environment list https://farama-foundation.github.io/miniwob-plusplus/environments/list/ contains links that go nowhere.

From the GitHub Actions log, the "Build Envs Docs" step (docs/_scripts/gen_mds.py) has the following errors:

ID: miniwob/bisect-angle-v1
No module named 'miniwob.envs'
ID: miniwob/book-flight-v1
No module named 'miniwob.envs'
...

I couldn't reproduce this locally. On my local machine I was able to generate the environment pages. Probably a dependency issue.

Checklist

ppasupat commented 1 year ago

Looks like build-docs.yml has pip install . instead of pip install -e .

The Docker file for CI tests should also be updated.