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: docker/torch-2.6/Dockerfile
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,6 @@ RUN uv venv ${VENV_TARGET} --python ${PYTHON_VERSION}
169
169
RUN source switch_env ${VENV_TARGET} && UV_TORCH_BACKEND=auto uv sync --active
170
170
RUN source switch_env ${VENV_TARGET} && uv sync --extra embodied --active
171
171
RUN source switch_env ${VENV_TARGET} && GIT_LFS_SKIP_SMUDGE=1 uv pip install git+https://github.com/RLinf/openpi
172
-
RUN source switch_env ${VENV_TARGET} && uv pip install metaworld==3.0.0
173
172
RUN source switch_env ${VENV_TARGET} && uv pip uninstall pynvml
174
173
RUN cp -r ${UV_PATH}/${VENV_TARGET}/lib/python${PYTHON_VERSION}/site-packages/openpi/models_pytorch/transformers_replace/* ${UV_PATH}/${VENV_TARGET}/lib/python${PYTHON_VERSION}/site-packages/transformers/
Copy file name to clipboardExpand all lines: docs/source-en/rst_source/examples/metaworld.rst
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,13 @@ Algorithm
61
61
Dependency Installation
62
62
-----------------------
63
63
64
-
If you are using the Docker image, please pull the latest image via `docker pull` to get the required dependencies.
64
+
MetaWorld is currently only supported for `openpi`. Make sure you have installed the required dependencies as per the :doc:`installation guide <../start/installation>`.
65
65
66
-
If you have set up the environment manually, please run `uv pip install metaworld` to install the MetaWorld package along with its dependencies.
0 commit comments