From 4efdcf0c5b797c22e0905ba221f76a77b979b91c Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Thu, 14 Mar 2024 18:22:22 +0100 Subject: [PATCH] Fix version referenced for metaworld in docs --- docs/source/guide/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/guide/installation.rst b/docs/source/guide/installation.rst index 0077ba4..1c10973 100644 --- a/docs/source/guide/installation.rst +++ b/docs/source/guide/installation.rst @@ -32,7 +32,7 @@ since they are not avaible on PyPI yet. Install metaworld via .. code:: bash - pip install metaworld@git+https://github.com/Farama-Foundation/Metaworld.git@d155d0051630bb365ea6a824e02c66c068947439#egg=metaworld + pip install metaworld@git+https://github.com/Farama-Foundation/Metaworld.git@c822f28f582ba1ad49eb5dcf61016566f28003ba#egg=metaworld Installation from master ~~~~~~~~~~~~~~~~~~~~~~~~ @@ -70,4 +70,4 @@ Metaworld has to be installed manually with .. code:: bash - pip install metaworld@git+https://github.com/Farama-Foundation/Metaworld.git@d155d0051630bb365ea6a824e02c66c068947439#egg=metaworld \ No newline at end of file + pip install metaworld@git+https://github.com/Farama-Foundation/Metaworld.git@c822f28f582ba1ad49eb5dcf61016566f28003ba#egg=metaworld