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

Function _resolve_isaaclab_root

scripts/rl_games/train.py:28–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

train.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected