You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/environments/meltingpot.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,12 @@ Shimmy provides compatibility wrappers to convert all [Melting Pot](https://gith
25
25
To install `shimmy` and required dependencies:
26
26
27
27
```
28
-
pip install shimmy[melting-pot]
28
+
pip install shimmy[meltingpot]
29
29
```
30
30
31
-
Melting Pot is not distributed via [pypi](https://pypi.org/) and must be installed manually. We provide an [installation script](https://github.com/Farama-Foundation/Shimmy/blob/main/scripts/install_melting_pot.sh) (compatible with macOS and linux). For troubleshooting, refer to the official [installation instructions](https://github.com/deepmind/meltingpot#installation).
31
+
We also provide a [Dockerfile](https://github.com/Farama-Foundation/Shimmy/blob/main/bin/meltingpot.Dockerfile) for reproducibility and cross-platform compatibility (see
32
32
33
-
We also provide a [Dockerfile](https://github.com/Farama-Foundation/Shimmy/blob/main/bin/meltingpot.Dockerfile) for reproducibility and cross-platform compatibility (see [Installation](/content/getting_started/))
0 commit comments