Isaac Lab Source Lookup
- Read the repository's current environment bootstrap and resolve the exact Python interpreter used by the selected training or evaluation workflow.
- Derive that interpreter's site-packages location from Python itself; never assume a Conda root or Python minor version.
- Locate the installed Isaac Lab
sourcesubtree with filesystem search. Do not import Isaac Lab or start simulator packages merely to discover source. - Map the requested module to its package under the source tree, then use
rg, file listing, and targeted reads to find the symbol and its callers. - Verify behavior in implementation and call sites instead of relying only on type stubs, generated wrappers, or remembered APIs.
- Cite the resolved source file and symbol, and report the environment from which it was resolved.
If multiple installations exist, use the one selected by the current workflow and state the ambiguity rather than silently choosing a global environment.