Skip to content

Commit

Permalink
fix baselines pip installation instruction (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Howuhh authored Aug 13, 2024
1 parent 97a2666 commit 40fb034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ install the source as follows:
```commandline
git clone [email protected]: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)).
Expand Down

0 comments on commit 40fb034

Please sign in to comment.