MCPcopy Create free account

hub / github.com/NVIDIA/Isaac-GR00T / functions

Functions1,002 in github.com/NVIDIA/Isaac-GR00T

Method__str__
(self)
tests/scripts/deployment/test_standalone_inference.py:72
Method__str__
(self)
gr00t/model/gr00t_n1d7/processing_gr00t_n1d7.py:135
Method__str__
(self)
gr00t/data/state_action/state_action_processor.py:676
Method__sub__
Compute relative transformation between two poses. For EndEffectorPose: Computes the relative transformation from other to self.
gr00t/data/state_action/pose.py:114
Method_add_info
(self, infos, info, env_num)
gr00t/eval/rollout_policy.py:203
Function_capture_backbone_hook
(module, args, output)
scripts/deployment/verify_n1d7_trt.py:111
Function_capture_trt_backbone_hook
(module, args, output)
scripts/deployment/verify_n1d7_trt.py:166
Function_capture_vit_hook
(module, args, kwargs, output)
scripts/deployment/verify_n1d7_trt.py:116
Method_compute_relative
Compute relative joint displacement. Args: other: Reference joint pose Returns: JointPose represent
gr00t/data/state_action/pose.py:257
Method_compute_relative
Compute relative transformation from other to self. The result represents the transformation needed to go from other's frame to self
gr00t/data/state_action/pose.py:657
Function_fast_init
(self, *args, **kwargs)
tests/scripts/deployment/test_trt_pipeline.py:90
Method_fill
(self)
gr00t/experiment/trainer.py:94
Method_fmt
(tags)
gr00t/data/embodiment_tags.py:148
Method_get_action
( self, observation: dict[str, Any], options: dict[str, Any] | None = None )
examples/DROID/server_client.py:343
Method_get_action
( self, observation: dict[str, Any], options: dict[str, Any] | None = None )
gr00t/policy/server_client.py:249
Method_get_action
Internal method to compute actions from observations. Pipeline: 1. Unbatch observations into individual samples 2. Convert ea
gr00t/policy/gr00t_policy.py:371
Method_get_action
Transform Gr00t sim observation format and compute actions. This method transforms the flat observation format from Gr00t sim environments
gr00t/policy/gr00t_policy.py:627
Method_get_action
Replay the next action chunk from the dataset. Args: observation: Optional batched observation dictionary (used for validation, n
gr00t/policy/replay_policy.py:314
Method_handle_ping
Simple ping handler that returns a success message.
gr00t/policy/server_client.py:107
Method_kill_server
Kill the server.
gr00t/policy/server_client.py:101
Function_safe
(cls, tokenizer, pretrained_model_name_or_path, **kwargs)
gr00t/__init__.py:113
Function_timeout_handler
(signum, frame)
tests/gr00t/utils/test_pyav_memory_leak_stress.py:41
Function_timeout_handler
(signum, frame)
tests/gr00t/utils/test_pyav_memory_leak.py:48
Functionaction_head
()
tests/gr00t/model/test_action_head.py:72
Functionaction_head_tensorrt_forward
Replace ActionHead.get_action() with TRT-accelerated inference. VLLN (LayerNorm) stays in PyTorch. State Encoder, Action Encoder, DiT, and Act
scripts/deployment/trt_model_forward.py:373
Methodapply
(self, img: np.ndarray, mask: np.ndarray = None, **params)
gr00t/model/gr00t_n1d7/image_augmentations.py:118
Methodapply
(self, img: np.ndarray, mask: np.ndarray = None, **params)
gr00t/model/gr00t_n1d7/image_augmentations.py:167
Methodapply
( self, img: np.ndarray, crop_coords: tuple[int, int, int, int], **params )
gr00t/model/gr00t_n1d7/image_augmentations.py:214
Methodapply
( self, img: np.ndarray, crop_coords: tuple[int, int, int, int], **params )
gr00t/model/gr00t_n1d7/image_augmentations.py:283
Methodapply_to_bboxes
( self, bboxes: np.ndarray, crop_coords: tuple[int, int, int, int], **params )
gr00t/model/gr00t_n1d7/image_augmentations.py:220
Methodapply_to_bboxes
( self, bboxes: np.ndarray, crop_coords: tuple[int, int, int, int], **params )
gr00t/model/gr00t_n1d7/image_augmentations.py:289
Methodapply_to_keypoints
( self, keypoints: np.ndarray, crop_coords: tuple[int, int, int, int], **params )
gr00t/model/gr00t_n1d7/image_augmentations.py:227
Methodapply_to_keypoints
( self, keypoints: np.ndarray, crop_coords: tuple[int, int, int, int], **params )
gr00t/model/gr00t_n1d7/image_augmentations.py:296
Functionassert_snippets_in_readme
Assert that each (name, snippet) appears in the README (whitespace-normalised).
tests/test_support/readme.py:71
Methodcheck_action
(self, action)
tests/gr00t/policy/test_policy_service.py:60
Methodcheck_action
(self, action: dict[str, Any])
examples/DROID/server_client.py:362
Methodcheck_action
(self, action: dict[str, Any])
gr00t/policy/server_client.py:268
Methodcheck_action
Validate that the action has the correct structure and types. This method ensures that all required action keys are present and that their
gr00t/policy/gr00t_policy.py:425
Methodcheck_action
Validate action in Gr00t sim environment format. This validation is specific to the flat action format used by Gr00t sim environments.
gr00t/policy/gr00t_policy.py:684
Methodcheck_action
Validate that the action has the correct structure and types. Expected action structure: - action: dict[str, np.ndarray[np.float3
gr00t/policy/replay_policy.py:272
Methodcheck_observation
(self, observation: dict[str, Any])
examples/DROID/server_client.py:357
Methodcheck_observation
(self, observation: dict[str, Any])
gr00t/policy/server_client.py:263
Methodcheck_observation
Validate that the observation has the correct structure and types. This method ensures that all required modalities are present and that thei
gr00t/policy/gr00t_policy.py:208
Methodcheck_observation
Validate observation from Gr00t sim environment format. This validation is specific to the flat observation format used by Gr00t sim environm
gr00t/policy/gr00t_policy.py:517
Methodcheck_observation
Validate that the observation has the correct structure and types. This method ensures that all required modalities are present and that thei
gr00t/policy/replay_policy.py:132
Methodcollator
(self)
tests/getting_started/test_policy_md.py:122
Methodcollator
(self)
gr00t/data/interfaces.py:62
Functioncompute_eval_accuracy
( eval_pred: EvalPrediction, compute_result: bool, action_offset: Optional[int] = None )
gr00t/experiment/trainer.py:158
Methodcompute_loss
Compute loss *and* log token-level accuracy every training step. We delegate the heavy-lifting (including label smoothing, custom loss
gr00t/experiment/trainer.py:288
Functionconvert_file
(path: Path)
examples/SimplerEnv/convert_av1_to_h264.py:53
Functionconvert_to_uint8
Converts an image to uint8 if it is a float image. This is important for reducing the size of the image when sending it over the network.
examples/DROID/utils.py:24
Methodcopy
Create a deep copy of this joint pose. Returns: New JointPose instance with copied data
gr00t/data/state_action/pose.py:279
Methodcopy
Create a deep copy of this end-effector pose. Returns: New EndEffectorPose instance with copied data
gr00t/data/state_action/pose.py:703
Functioncreate_eval_env
Create a single evaluation environment with wrappers. Args: env_name: Name of the gymnasium environment to use idx: Environment i
gr00t/eval/rollout_policy.py:145
Functiondataset_path
(request)
tests/gr00t/data/test_data_preparation.py:46
Methoddecode_action
Undo action normalization and convert relative actions to absolute.
gr00t/model/gr00t_n1d7/processing_gr00t_n1d7.py:291
Methoddecode_custom_classes
(obj)
examples/DROID/server_client.py:154
Methoddecode_custom_classes
(obj)
gr00t/policy/server_client.py:40
Functiondecode_forget_close
Common mistake: just let the container go out of scope without closing.
tests/gr00t/utils/test_pyav_memory_leak_stress.py:113
Functiondecode_no_cleanup
Mimics current codebase pattern: open -> decode -> close, no exception safety.
tests/gr00t/utils/test_pyav_memory_leak.py:96
Functiondecode_proper_close
Proper pattern with context manager.
tests/gr00t/utils/test_pyav_memory_leak_stress.py:129
Functiondecode_with_cleanup
Fixed pattern: use av.open as context manager for guaranteed cleanup.
tests/gr00t/utils/test_pyav_memory_leak.py:130
Methoddefault
(o)
gr00t/configs/model/gr00t_n1d7.py:164
Methoddelta_chunking
Compute the delta action chunking where each pose represents the relative transformation from the previous frame. If referen
gr00t/data/state_action/action_chunking.py:111
Functiondemo_parquet_paths
Sorted parquet episode files from the bundled libero demo dataset.
tests/gr00t/data/test_stats_pipeline.py:95
Functionderive_shapes_from_onnx
Read an ONNX model and derive min/opt/max shape profiles. For each input: - Fixed dimensions (concrete values) are kept as-is across min/opt/
scripts/deployment/build_tensorrt_engine.py:59
Methoddestroy
(self)
scripts/deployment/trt_torch.py:76
Methoddevice
(self)
gr00t/model/gr00t_n1d7/gr00t_n1d7.py:464
Functiondit_only_get_action_with_features
get_action_with_features with DiT replaced by TRT.
scripts/deployment/trt_model_forward.py:761
Methoddtype
(self)
gr00t/model/gr00t_n1d7/gr00t_n1d7.py:468
Methoddtype
(self)
gr00t/model/gr00t_n1d7/gr00t_n1d7.py:607
Methodencode_custom_classes
(obj)
examples/DROID/server_client.py:164
Methodencode_custom_classes
(obj)
gr00t/policy/server_client.py:50
Functionencode_no_cleanup
Mimics current codebase VideoRecorder/VideoWriter: open -> encode -> close, no exception safety.
tests/gr00t/utils/test_pyav_memory_leak.py:107
Functionencode_with_cleanup
Fixed pattern: use context manager for encoding.
tests/gr00t/utils/test_pyav_memory_leak.py:139
Methodeuler_xyz
Get rotation as Euler angles in xyz order (degrees)
gr00t/data/state_action/pose.py:531
Methodeval
(self)
gr00t/data/state_action/state_action_processor.py:105
Methodexpand_action_dimension
Safely expand action dimension with explicit targeting. Args: old_action_dim: Original action dimension new_
gr00t/model/modules/embodiment_conditioned_mlp.py:81
Methodexpand_action_dimension
Expand action dimension by copying weights from existing dimensions. Args: old_action_dim: Original action dimension
gr00t/model/modules/embodiment_conditioned_mlp.py:227
Functionfake_decode_action
(action, embodiment_tag, state=None)
tests/gr00t/policy/test_gr00t_policy.py:90
Functionfake_forward
(vl_input)
tests/gr00t/model/test_model_forward.py:82
Functionfake_process_observation
(observation, embodiment_tag)
tests/gr00t/policy/test_gr00t_policy.py:75
Functionfixture_data
()
tests/gr00t/data/state_action/test_state_action_processor.py:47
Functionforward
( hidden_states, cu_seqlens=None, rotary_pos_emb=None, position_embeddings=None, **kwargs )
scripts/deployment/export_onnx_n1d7.py:351
Methodforward
(self, pixel_values)
scripts/deployment/export_onnx_n1d7.py:465
Methodforward
( self, inputs_embeds, attention_mask, position_ids,
scripts/deployment/export_onnx_n1d7.py:713
Methodforward
( self, sa_embs, vl_embs, timestep, image_mask=None, backbone_attention_mask=None )
scripts/deployment/export_onnx_n1d7.py:1154
Methodforward
(self, timesteps)
gr00t/model/modules/flowmatching_modules.py:35
Methodforward
(self, x)
gr00t/model/modules/flowmatching_modules.py:64
Methodforward
actions: shape (B, T, action_dim) timesteps: shape (B,) -- a single scalar per batch item returns: shape (B, T, hidden_s
gr00t/model/modules/flowmatching_modules.py:81
Methodforward
(self, vl_input: BatchFeature)
gr00t/model/modules/qwen3_backbone.py:138
Methodforward
(self, timesteps)
gr00t/model/modules/dit.py:67
Methodforward
( self, x: torch.Tensor, temb: Optional[torch.Tensor] = None, )
gr00t/model/modules/dit.py:89
Methodforward
( self, hidden_states: torch.Tensor, attention_mask: Optional[torch.Tensor] = None,
gr00t/model/modules/dit.py:180
Methodforward
( self, hidden_states: torch.Tensor, # Shape: (B, T, D) encoder_hidden_states: torch.
gr00t/model/modules/dit.py:349
Methodforward
( self, hidden_states: torch.Tensor, # Shape: (B, T, D) return_all_hidden_states: boo
gr00t/model/modules/dit.py:466
Methodforward
(self, timesteps)
gr00t/model/modules/embodiment_conditioned_mlp.py:36
Methodforward
Args: x: [B, T, input_dim] input tensor cat_ids: [B] category/embodiment IDs Returns: [B, T, hidd
gr00t/model/modules/embodiment_conditioned_mlp.py:69
Methodforward
(self, x)
gr00t/model/modules/embodiment_conditioned_mlp.py:138
Methodforward
Args: x: [B, T, input_dim] input tensor cat_ids: [B] category/embodiment IDs Returns: [B, T, outp
gr00t/model/modules/embodiment_conditioned_mlp.py:152
← previousnext →601–700 of 1,002, ranked by callers