Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 813 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 813 Bytes

Miniwob benchmark for BrowserGym

This package provides browsergym.miniwob, which is an unofficial port of the MiniWoB++ benchmark for BrowserGym.

Setup

  1. Install the package
pip install browsergym-miniwob
  1. Clone miniwob (use a specific frozen commit for reproducibility)
git clone [email protected]:Farama-Foundation/miniwob-plusplus.git
git -C "./miniwob-plusplus" reset --hard 7fd85d71a4b60325c6585396ec4f48377d049838
  1. Setup Miniwob URL (change PATH_TO_MINIWOB_CLONED_REPO here to the absolute path to your miniwob-plusplus folder)
export MINIWOB_URL="file://<PATH_TO_MINIWOB_CLONED_REPO>/miniwob/html/miniwob/"

Alternatively, one can setup a simple HTTP server and use a proper URL.