From 502145861ff93a3224bc5e9859e6333cd19cdcf6 Mon Sep 17 00:00:00 2001 From: Alexandre Drouin Date: Thu, 14 Mar 2024 18:34:01 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29ecfc51..2fa3dadf 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ print("\n".join(env_ids)) If you want to experiment with an agent in BrowserGym, follow these steps: ```sh -cd dem-agent +cd demo-agent conda env create -f environment.yml; conda activate demo-agent # or simply use `pip install -r requirements.txt` playwright install