Update __init__.py
Browse files- __init__.py +1 -1
__init__.py
CHANGED
|
@@ -4,7 +4,7 @@ This package provides an EnvHub-compatible environment for IsaacLab Arena integr
|
|
| 4 |
with LeRobot. Load it from the Hugging Face Hub with:
|
| 5 |
|
| 6 |
from lerobot.envs.factory import make_env
|
| 7 |
-
envs_dict = make_env("
|
| 8 |
|
| 9 |
See README.md for complete documentation and installation instructions.
|
| 10 |
"""
|
|
|
|
| 4 |
with LeRobot. Load it from the Hugging Face Hub with:
|
| 5 |
|
| 6 |
from lerobot.envs.factory import make_env
|
| 7 |
+
envs_dict = make_env("nvidia/isaaclab-arena-envs", n_envs=4, trust_remote_code=True)
|
| 8 |
|
| 9 |
See README.md for complete documentation and installation instructions.
|
| 10 |
"""
|