From 40fb03486d48116c3e1fc0e7edf88171bf1ff651 Mon Sep 17 00:00:00 2001 From: Alexander Nikulin Date: Tue, 13 Aug 2024 20:35:18 +0300 Subject: [PATCH] fix baselines pip installation instruction (#35) --- 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)).