minor fix
Browse files
env.py
CHANGED
|
@@ -209,7 +209,7 @@ def _create_isaaclab_env(config: dict, n_envs: int) -> dict[str, dict[int, gym.v
|
|
| 209 |
Returns:
|
| 210 |
Dict mapping environment name to {task_id: VectorEnv}.
|
| 211 |
"""
|
| 212 |
-
from isaaclab.app import
|
| 213 |
|
| 214 |
if config.get("enable_pinocchio", True):
|
| 215 |
import pinocchio # noqa: F401
|
|
|
|
| 209 |
Returns:
|
| 210 |
Dict mapping environment name to {task_id: VectorEnv}.
|
| 211 |
"""
|
| 212 |
+
from isaaclab.app import AppLauncher
|
| 213 |
|
| 214 |
if config.get("enable_pinocchio", True):
|
| 215 |
import pinocchio # noqa: F401
|