w32zhong / webarena

Code repo for "WebArena: A Realistic Web Environment for Building Autonomous Agents"

Home Page:https://webarena.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebArena: A Realistic Web Environment for Building Autonomous Agents

Upstream: https://github.com/web-arena-x/webarena

git submodule init
git submodule update
docker build . --progress=plain -t webarena
docker run --gpus all --ipc=host --ulimit memlock=-1 \
    -v $HOME/.cache:/root/.cache \
    -v `pwd`/output:/workspace/webarena/output \
    -it webarena ./run.sh

Refer to run.sh for evaluation commands.

Citation

If you use our environment or data, please cite our paper:

@article{zhou2023webarena,
  title={WebArena: A Realistic Web Environment for Building Autonomous Agents},
  author={Zhou, Shuyan and Xu, Frank F and Zhu, Hao and Zhou, Xuhui and Lo, Robert and Sridhar, Abishek and Cheng, Xianyi and Bisk, Yonatan and Fried, Daniel and Alon, Uri and others},
  journal={arXiv preprint arXiv:2307.13854},
  year={2023}
}

About

Code repo for "WebArena: A Realistic Web Environment for Building Autonomous Agents"

https://webarena.dev

License:Apache License 2.0


Languages

Language:Python 90.6%Language:HTML 3.8%Language:Jupyter Notebook 3.6%Language:Shell 1.6%Language:Dockerfile 0.3%