-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix baselines pip installation instruction (#35)
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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)). | ||
|