From fe279a86b3129a9d934c53f9cc81daecfb633ff5 Mon Sep 17 00:00:00 2001 From: Yimin Tang Date: Fri, 15 Nov 2024 18:28:33 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a17e66c..911190f0 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ For a detailed walk-through, please either refer to the documentation or the not The following is a minimal example of retrieving a specific task from a specific task suite. ```python -from libero.libero import benchmark +from libero.libero import benchmark, get_libero_path from libero.libero.envs import OffScreenRenderEnv