MCPcopy Create free account
hub / github.com/BrainCoTech/RevoLab / _resolve_isaaclab_root

Function _resolve_isaaclab_root

scripts/rl_games/play.py:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29
30def _resolve_isaaclab_root() -> Path:
31 env_root = os.environ.get("ISAACLAB_ROOT")
32 if env_root:
33 return Path(env_root).expanduser().resolve()
34 return (Path.home() / "IsaacLab").resolve()
35
36
37def _ensure_default_task(argv: list[str]) -> list[str]:

Callers 1

play.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected