diff --git a/README.md b/README.md index 96cf5b87..a534d9b2 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,9 @@ 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 +import os benchmark_dict = benchmark.get_benchmark_dict()