liorbenhorin-nv commited on
Commit
489d48a
·
verified ·
1 Parent(s): 050bcf0

update header

Browse files
Files changed (1) hide show
  1. env.py +1 -13
env.py CHANGED
@@ -1,18 +1,6 @@
1
  """IsaacLab Arena EnvHub Environment.
2
 
3
- This module provides an EnvHub-compatible environment for IsaacLab Arena integration.
4
- 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
- Or use locally during development:
10
-
11
- from env import make_env
12
- envs_dict = make_env(n_envs=4)
13
-
14
- Configuration is loaded from configs/config.yaml.
15
- See README.md for full documentation.
16
  """
17
 
18
  from __future__ import annotations
 
1
  """IsaacLab Arena EnvHub Environment.
2
 
3
+ For more information, visit https://huggingface.co/docs/lerobot/envhub_isaaclab_arena
 
 
 
 
 
 
 
 
 
 
 
 
4
  """
5
 
6
  from __future__ import annotations