From 801fc408ff0e503f1682af9e3081e7d0d4e32cea Mon Sep 17 00:00:00 2001 From: Maxime Gasse Date: Wed, 23 Oct 2024 10:52:03 -0400 Subject: [PATCH] README update (#200) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3e5f368..1fb377dc 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Designing new web benchmarks with BrowserGym is easy, and simply requires to inh To install browsergym, you can install one of the following packages. ```sh pip install browsergym # (recommended) everything below +pip install browsergym-experiment # experiment utilities (agent, loop, benchmarks) + everything below pip install browsergym-core # core functionalities only (no benchmark, just the openended task) pip install browsergym-miniwob # core + miniwob pip install browsergym-webarena # core + webarena