web-arena-x / webarena

Code repo for "WebArena: A Realistic Web Environment for Building Autonomous Agents"
https://webarena.dev
Apache License 2.0
676 stars 103 forks source link

Instructions to setup env homepage needs updating. Links in env homepage wrong #23

Closed nicholaschenai closed 1 year ago

nicholaschenai commented 1 year ago
  1. In the homepage section in https://github.com/web-arena-x/webarena/tree/main/environment_docker the instructions mention to change in webarena_homepage/index.html which does not link correctly. It should be webarena-homepage/templates/index.html

  2. When running the env homepage, some links are wrong. The entire top row links to :4399/:/etc when it should be :/etc. Wikipedia links to the metis version instead of self hosted version. Documentation links to live sites (not sure if this is intended, but I thought the whole point of webarena is to have a reproducible env instead of live sites)

shuyanzhou commented 1 year ago

Thanks for pointing them out @nicholaschenai. Would you kindly submit a PR to fixes the issues?

Documentation links to live sites

We are still working on dockerizing the documentation sites. As they are read-only sites and they don't change rapidly, I think it is safe to use it for test purpose rn.