From 1db7a9ebc322ee0fcae04ecedacfaf93024b5c89 Mon Sep 17 00:00:00 2001 From: Howuhh Date: Tue, 13 Aug 2024 20:24:32 +0300 Subject: [PATCH] fix typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2849700..65e020b 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,9 @@ install the source as follows: ```commandline git clone git@github.com:corl-team/xland-minigrid.git cd xland-minigrid + # additional dependencies for baselines -pip install -e ".[dev,benchmark]" +pip install -e ".[dev,baselines]" ``` Note that the installation of JAX may differ depending on your hardware accelerator! We advise users to explicitly install the correct JAX version (see the [official installation guide](https://github.com/google/jax#installation)).