|
| 1 | +[ |
| 2 | + { |
| 3 | + "_comment": "=== PYTHON IMPORTS (tracks module loading) ===", |
| 4 | + "domain": "Python-Imports", |
| 5 | + "color": "0x9E9E9E", |
| 6 | + "module": "importlib", |
| 7 | + "functions": ["import_module"] |
| 8 | + }, |
| 9 | + { |
| 10 | + "domain": "Python-Imports", |
| 11 | + "color": "0x9E9E9E", |
| 12 | + "module": "importlib._bootstrap", |
| 13 | + "functions": ["_find_and_load", "_load_unlocked"] |
| 14 | + }, |
| 15 | + { |
| 16 | + "_comment": "=== WARP (verified working) ===", |
| 17 | + "domain": "Warp", |
| 18 | + "color": "0xF44336", |
| 19 | + "module": "warp", |
| 20 | + "functions": ["launch", "synchronize", "copy", "zeros", "empty"] |
| 21 | + }, |
| 22 | + { |
| 23 | + "_comment": "=== PYTORCH (verified working) ===", |
| 24 | + "domain": "PyTorch", |
| 25 | + "color": "0x3F51B5", |
| 26 | + "module": "torch.autograd", |
| 27 | + "functions": ["backward"] |
| 28 | + }, |
| 29 | + { |
| 30 | + "_comment": "=== USD (verified working) ===", |
| 31 | + "domain": "USD", |
| 32 | + "color": "0x795548", |
| 33 | + "module": "pxr.UsdGeom", |
| 34 | + "functions": ["Xform", "Mesh", "Sphere", "Cube"] |
| 35 | + }, |
| 36 | + { |
| 37 | + "_comment": "=== ISAACLAB ENVIRONMENTS ===", |
| 38 | + "domain": "IsaacLab-Env", |
| 39 | + "color": "0x9C27B0", |
| 40 | + "module": "isaaclab.envs.manager_based_rl_env", |
| 41 | + "functions": [ |
| 42 | + {"function": "ManagerBasedRLEnv.__init__", "color": "0x9C27B0"}, |
| 43 | + {"function": "ManagerBasedRLEnv.step", "color": "0xAB47BC"} |
| 44 | + ] |
| 45 | + }, |
| 46 | + { |
| 47 | + "domain": "IsaacLab-Env", |
| 48 | + "color": "0x9C27B0", |
| 49 | + "module": "isaaclab.envs.manager_based_env", |
| 50 | + "functions": [ |
| 51 | + {"function": "ManagerBasedEnv.__init__", "color": "0x9C27B0"}, |
| 52 | + {"function": "ManagerBasedEnv.step", "color": "0xAB47BC"}, |
| 53 | + {"function": "ManagerBasedEnv.reset", "color": "0xBA68C8"}, |
| 54 | + {"function": "ManagerBasedEnv._reset_idx", "color": "0xCE93D8"} |
| 55 | + ] |
| 56 | + }, |
| 57 | + { |
| 58 | + "_comment": "=== ISAACLAB SIMULATION ===", |
| 59 | + "domain": "IsaacLab-Sim", |
| 60 | + "color": "0x4CAF50", |
| 61 | + "module": "isaaclab.sim.simulation_context", |
| 62 | + "functions": [ |
| 63 | + {"function": "SimulationContext.__init__", "color": "0x4CAF50"}, |
| 64 | + {"function": "SimulationContext.reset", "color": "0x66BB6A"}, |
| 65 | + {"function": "SimulationContext.step", "color": "0x81C784"} |
| 66 | + ] |
| 67 | + }, |
| 68 | + { |
| 69 | + "_comment": "=== ISAACLAB SCENE ===", |
| 70 | + "domain": "IsaacLab-Scene", |
| 71 | + "color": "0x2196F3", |
| 72 | + "module": "isaaclab.scene.interactive_scene", |
| 73 | + "functions": [ |
| 74 | + {"function": "InteractiveScene.__init__", "color": "0x2196F3"}, |
| 75 | + {"function": "InteractiveScene.reset", "color": "0x42A5F5"}, |
| 76 | + {"function": "InteractiveScene.write_data_to_sim", "color": "0x64B5F6"}, |
| 77 | + {"function": "InteractiveScene.update", "color": "0x90CAF9"} |
| 78 | + ] |
| 79 | + }, |
| 80 | + { |
| 81 | + "_comment": "=== ISAACLAB MANAGERS ===", |
| 82 | + "domain": "IsaacLab-Managers", |
| 83 | + "color": "0xFF9800", |
| 84 | + "module": "isaaclab.managers.observation_manager", |
| 85 | + "functions": [ |
| 86 | + {"function": "ObservationManager.__init__", "color": "0xFF9800"}, |
| 87 | + {"function": "ObservationManager.reset", "color": "0xFFA726"}, |
| 88 | + {"function": "ObservationManager.compute", "color": "0xFFB74D"} |
| 89 | + ] |
| 90 | + }, |
| 91 | + { |
| 92 | + "domain": "IsaacLab-Managers", |
| 93 | + "color": "0xFF9800", |
| 94 | + "module": "isaaclab.managers.action_manager", |
| 95 | + "functions": [ |
| 96 | + {"function": "ActionManager.__init__", "color": "0xFF9800"}, |
| 97 | + {"function": "ActionManager.reset", "color": "0xFFA726"}, |
| 98 | + {"function": "ActionManager.process_action", "color": "0xFFB74D"}, |
| 99 | + {"function": "ActionManager.apply_action", "color": "0xFFCC80"} |
| 100 | + ] |
| 101 | + }, |
| 102 | + { |
| 103 | + "domain": "IsaacLab-Managers", |
| 104 | + "color": "0xFF9800", |
| 105 | + "module": "isaaclab.managers.reward_manager", |
| 106 | + "functions": [ |
| 107 | + {"function": "RewardManager.__init__", "color": "0xFF9800"}, |
| 108 | + {"function": "RewardManager.reset", "color": "0xFFA726"}, |
| 109 | + {"function": "RewardManager.compute", "color": "0xFFB74D"} |
| 110 | + ] |
| 111 | + }, |
| 112 | + { |
| 113 | + "_comment": "=== ISAACLAB ASSETS ===", |
| 114 | + "domain": "IsaacLab-Assets", |
| 115 | + "color": "0x607D8B", |
| 116 | + "module": "isaaclab.assets.articulation.articulation", |
| 117 | + "functions": [ |
| 118 | + {"function": "Articulation.__init__", "color": "0x607D8B"}, |
| 119 | + {"function": "Articulation.reset", "color": "0x78909C"}, |
| 120 | + {"function": "Articulation.write_data_to_sim", "color": "0x90A4AE"}, |
| 121 | + {"function": "Articulation.update", "color": "0xB0BEC5"} |
| 122 | + ] |
| 123 | + }, |
| 124 | + { |
| 125 | + "_comment": "=== ISAACLAB SENSORS ===", |
| 126 | + "domain": "IsaacLab-Sensors", |
| 127 | + "color": "0x00BCD4", |
| 128 | + "module": "isaaclab.sensors.camera.camera", |
| 129 | + "functions": [ |
| 130 | + {"function": "Camera.__init__", "color": "0x00BCD4"}, |
| 131 | + {"function": "Camera.reset", "color": "0x26C6DA"}, |
| 132 | + {"function": "Camera.update", "color": "0x4DD0E1"} |
| 133 | + ] |
| 134 | + }, |
| 135 | + { |
| 136 | + "_comment": "=== RSL-RL ===", |
| 137 | + "domain": "RSL-RL", |
| 138 | + "color": "0x673AB7", |
| 139 | + "module": "rsl_rl.runners.on_policy_runner", |
| 140 | + "functions": [ |
| 141 | + {"function": "OnPolicyRunner.__init__", "color": "0x673AB7"}, |
| 142 | + {"function": "OnPolicyRunner.learn", "color": "0x7E57C2"} |
| 143 | + ] |
| 144 | + }, |
| 145 | + { |
| 146 | + "domain": "RSL-RL", |
| 147 | + "color": "0x673AB7", |
| 148 | + "module": "rsl_rl.algorithms.ppo", |
| 149 | + "functions": [ |
| 150 | + {"function": "PPO.__init__", "color": "0x673AB7"}, |
| 151 | + {"function": "PPO.act", "color": "0x7E57C2"}, |
| 152 | + {"function": "PPO.update", "color": "0x9575CD"} |
| 153 | + ] |
| 154 | + }, |
| 155 | + { |
| 156 | + "_comment": "=== NEWTON WARP RENDERER ===", |
| 157 | + "domain": "NewtonWarpRenderer", |
| 158 | + "color": "0xE91E63", |
| 159 | + "module": "isaaclab_newton.renderers.newton_warp_renderer", |
| 160 | + "functions": [ |
| 161 | + {"function": "NewtonWarpRenderer.update_transforms", "color": "0x2196F3"}, |
| 162 | + {"function": "NewtonWarpRenderer.render", "color": "0x4CAF50"}, |
| 163 | + {"function": "NewtonWarpRenderer.read_output", "color": "0xFF9800"} |
| 164 | + ] |
| 165 | + } |
| 166 | +] |
0 commit comments