MCPcopy Create free account

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

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

↓ 2 callersFunctionresolve_model_checkpoint_path
Resolve a GR00T model checkpoint, downloading from HuggingFace if needed. Resolution order: 1. Environment variable *path_override_env* (mus
tests/test_support/runtime.py:133
↓ 2 callersFunctionrun
(cmd)
examples/SimplerEnv/convert_av1_to_h264.py:28
↓ 2 callersFunctionrun_benchmark
Run decode+encode cycles and track memory.
tests/gr00t/utils/test_pyav_memory_leak.py:161
↓ 2 callersFunctionrun_readme_python_blocks
Combine blocks (CodeBlock or raw string) and execute as a single Python script.
tests/test_support/readme.py:151
↓ 2 callersFunctionrun_single_trajectory
Run inference on a single trajectory. Args: skip_timing_steps: Number of initial inference steps to skip when calculating timing sta
scripts/deployment/standalone_inference_script.py:371
↓ 2 callersFunctionset_seed
Set random seed for reproducibility.
scripts/deployment/benchmark_inference.py:75
↓ 2 callersMethodset_statistics
Set normalization statistics.
gr00t/data/interfaces.py:66
↓ 2 callersMethodset_trainable_parameters
(self, tune_llm: bool, tune_visual: bool, tune_top_llm_layers: int)
gr00t/model/modules/qwen3_backbone.py:99
↓ 2 callersFunctionstack_repeated
(x, n, loc)
gr00t/eval/sim/wrapper/multistep_wrapper.py:24
↓ 2 callersMethodto_absolute_chunking
Convert a relative action chunking to an absolute action chunking by applying the relative poses on top of a reference frame.
gr00t/data/state_action/action_chunking.py:143
↓ 2 callersMethodto_filtered_dict
Return a dictionary representation of this config, optionally excluding augmentation keys.
gr00t/configs/model/gr00t_n1d7.py:139
↓ 2 callersMethodto_filtered_json
Return a JSON string of this config, optionally excluding augmentation keys.
gr00t/configs/model/gr00t_n1d7.py:161
↓ 2 callersMethodtrain
(self)
gr00t/model/gr00t_n1d7/processing_gr00t_n1d7.py:260
↓ 2 callersMethodtrain
Correctly set self.state from checkpoint so get_train_dataloader can read from it.
gr00t/experiment/trainer.py:259
↓ 2 callersMethodunapply_state
Reverse state processing (denormalization). Args: state: Dict mapping joint_group -> processed state values
gr00t/data/state_action/state_action_processor.py:252
↓ 2 callersFunctionunnormalize_values_meanstd
Mean-std unnormalization (reverse z-score normalization). Args: normalized_values: Normalized input values (z-scores) -
gr00t/data/utils.py:202
↓ 2 callersFunctionunnormalize_values_minmax
Min-max unnormalization from [-1, 1] range back to original range. Args: normalized_values: Normalized input values in [-1, 1] range
gr00t/data/utils.py:116
↓ 1 callersMethod__getitem__
Allow indexing: joint_pose[0] returns first joint value
gr00t/data/state_action/pose.py:306
↓ 1 callersMethod__init__
(self, config: TinyGr00tConfig)
tests/getting_started/test_policy_md.py:51
↓ 1 callersMethod__init__
(self, *, strict: bool = True)
examples/DROID/server_client.py:188
↓ 1 callersMethod__init__
( self, policy: BasePolicy, host: str = "*", port: int = 5555, api_tok
gr00t/policy/server_client.py:75
↓ 1 callersMethod__init__
(self, *, strict: bool = True)
gr00t/policy/policy.py:33
↓ 1 callersMethod__init__
Initialize the Gr00t Policy. Args: embodiment_tag: The embodiment tag defining the robot/environment type. Accept
gr00t/policy/gr00t_policy.py:74
↓ 1 callersMethod__init__
(self, config: Config)
gr00t/model/base/model_pipeline.py:31
↓ 1 callersMethod__init__
Initialize Gr00tN1d7 model. Args: config: Model configuration transformers_loading_kwargs: Dict with transfo
gr00t/model/gr00t_n1d7/gr00t_n1d7.py:492
↓ 1 callersMethod__init__
Initialize a joint pose. Args: joints: Joint angles/positions as array-like of shape (n,) joint_names: Optio
gr00t/data/state_action/pose.py:211
↓ 1 callersMethod__init__
input_pix_fmt: rgb24, bgr24 see https://github.com/PyAV-Org/PyAV/blob/bc4eedd5fc474e0f25b22102b2771fe5a42bb1c7/av/video/frame.pyx#L352
gr00t/eval/sim/wrapper/video_recording_wrapper.py:28
↓ 1 callersMethod__init__
(self, prof)
gr00t/experiment/trainer.py:45
↓ 1 callersMethod_add_info
(self, info)
gr00t/eval/sim/wrapper/multistep_wrapper.py:373
↓ 1 callersFunction_assemble_sample
Assemble the downloaded files into a proper LeRobot v2 demo dataset.
scripts/download_simplerenv_sample.py:135
↓ 1 callersFunction_batch_accuracy
Compute token-level accuracy, ignoring ``-100`` label positions. Args: preds: Predicted token ids of shape ``(batch, seq_len)``.
gr00t/experiment/trainer.py:119
↓ 1 callersFunction_cleanup_dataset_path
Remove the dataset directory created by the SO100 workflow.
tests/examples/test_so100.py:90
↓ 1 callersMethod_collate
(inputs: list)
tests/getting_started/test_policy_md.py:123
↓ 1 callersMethod_compute_homogeneous
Compute homogeneous transformation matrix
gr00t/data/state_action/pose.py:574
↓ 1 callersMethod_compute_normalization_parameters
Compute and cache normalization parameters from statistics for all embodiments and modalities.
gr00t/data/state_action/state_action_processor.py:127
↓ 1 callersMethod_compute_relative
Internal method to compute relative transformation. Must be implemented by subclasses. Args: other: The referenc
gr00t/data/state_action/pose.py:153
↓ 1 callersFunction_configure_shared_caches
Set shared cache env vars in os.environ once for the whole test session. HF cache dirs are content-addressed, so all test groups safely share one
tests/conftest.py:27
↓ 1 callersMethod_convert_to_absolute_action
Convert relative action to absolute action using reference state.
gr00t/data/state_action/state_action_processor.py:648
↓ 1 callersMethod_convert_to_relative_action
Convert absolute action to relative action using reference state.
gr00t/data/state_action/state_action_processor.py:621
↓ 1 callersMethod_create_collator
(self)
gr00t/model/base/model_pipeline.py:123
↓ 1 callersMethod_create_collator
(self)
gr00t/model/gr00t_n1d7/setup.py:231
↓ 1 callersMethod_create_dataset
Create appropriate dataset based on task and mode.
gr00t/model/base/model_pipeline.py:103
↓ 1 callersMethod_create_dataset
Create appropriate dataset based on task and mode.
gr00t/model/gr00t_n1d7/setup.py:151
↓ 1 callersMethod_create_model
(self)
gr00t/model/base/model_pipeline.py:84
↓ 1 callersMethod_create_model
Setup model with proper vocabulary expansion.
gr00t/model/gr00t_n1d7/setup.py:78
↓ 1 callersFunction_dataset_path
(variant: InferenceVariant)
tests/scripts/deployment/test_standalone_inference.py:130
↓ 1 callersFunction_dataset_usable
Check that the demo dataset exists and its parquet files are readable.
tests/gr00t/data/test_stats_pipeline.py:65
↓ 1 callersMethod_deepstack_add
ONNX-friendly deepstack injection using torch.where. Original uses boolean indexing: hidden_states[visual_pos_masks, :] +
scripts/deployment/export_onnx_n1d7.py:687
↓ 1 callersFunction_default_cache_path
Return the cache root directory.
tests/test_support/runtime.py:34
↓ 1 callersFunction_download_eef_stats
Download statistics.json and extract eef_9d stats for DROID.
scripts/verify_droid_rotation_correction.py:76
↓ 1 callersFunction_extract_all_frames_ffmpeg
Extract all frames and their timestamps using ffmpeg.
gr00t/utils/video_utils.py:298
↓ 1 callersFunction_extract_frames_at_timestamps_ffmpeg
Extract frames at specific timestamps using ffmpeg.
gr00t/utils/video_utils.py:235
↓ 1 callersFunction_extract_frames_ffmpeg
Extract specific frames using ffmpeg.
gr00t/utils/video_utils.py:170
↓ 1 callersMethod_extract_joint_groups
Extract specific joint groups from data arrays based on modality metadata. Uses the modality metadata to slice the appropriate indic
gr00t/data/dataset/lerobot_episode_loader.py:303
↓ 1 callersFunction_extract_observation
(args: Args, obs_dict, *, stereo_camera="left", save_to_disk=False)
examples/DROID/main_gr00t.py:408
↓ 1 callersFunction_extract_video_segment
( src: Path, dst: Path, start: float, end: float, )
scripts/lerobot_conversion/convert_v3_to_v2.py:301
↓ 1 callersMethod_from_homogeneous
Initialize from homogeneous transformation matrix
gr00t/data/state_action/pose.py:412
↓ 1 callersMethod_get_action
Compute and return the next action based on current observation. This method should be overridden by subclasses to implement policy-specific
examples/DROID/server_client.py:216
↓ 1 callersMethod_get_action
Compute and return the next action based on current observation. This method should be overridden by subclasses to implement policy-specific
gr00t/policy/policy.py:61
↓ 1 callersMethod_get_embodiment_id_mapping
(self)
gr00t/model/gr00t_n1d7/setup.py:148
↓ 1 callersMethod_get_statistics
( self, )
gr00t/model/gr00t_n1d7/setup.py:143
↓ 1 callersFunction_group_episodes_by_data_file
( episode_records: Iterable[dict[str, Any]], )
scripts/lerobot_conversion/convert_v3_to_v2.py:173
↓ 1 callersFunction_group_episodes_by_video_file
( episode_records: Iterable[dict[str, Any]], video_key: str, )
scripts/lerobot_conversion/convert_v3_to_v2.py:224
↓ 1 callersFunction_is_backend_available
Check if a video backend is available without importing at module level.
gr00t/utils/video_utils.py:66
↓ 1 callersFunction_is_spark_sm121
()
scripts/deployment/export_onnx_n1d7.py:75
↓ 1 callersFunction_is_spark_sm121
()
gr00t/model/modules/dit.py:29
↓ 1 callersFunction_libero_submodule_initialized
Return True when the LIBERO submodule is properly git-initialized.
tests/examples/test_libero.py:62
↓ 1 callersFunction_load_cartesian_positions
Load observation.state.cartesian_position from all episode parquets.
scripts/verify_droid_rotation_correction.py:62
↓ 1 callersMethod_load_mask_data
Load mask data for all configured mask views at specified indices.
gr00t/data/dataset/lerobot_episode_loader.py:473
↓ 1 callersMethod_load_mask_file
Load masks from npz/npy file at specified indices.
gr00t/data/dataset/lerobot_episode_loader.py:449
↓ 1 callersMethod_load_metadata
Load all metadata files including dataset statistics. Parses the standard LeRobot metadata structure: - info.json: Dataset c
gr00t/data/dataset/lerobot_episode_loader.py:147
↓ 1 callersMethod_load_parquet_data
Load and process parquet data for a specific episode. Handles the complete data loading pipeline: 1. Load raw parquet file b
gr00t/data/dataset/lerobot_episode_loader.py:344
↓ 1 callersMethod_load_video_data
Load video data for all configured camera views at specified indices. Uses the configured video backend to decode video frames at th
gr00t/data/dataset/lerobot_episode_loader.py:398
↓ 1 callersFunction_make_mock_backbone
Return a mock backbone that produces correctly-shaped outputs.
tests/gr00t/model/test_model_forward.py:78
↓ 1 callersFunction_make_onnx_vision_attention_forward
Create an ONNX-exportable attention forward for a single VisionAttention. Three key changes from the original: 1. Replaces cu_seqlens-based s
scripts/deployment/export_onnx_n1d7.py:334
↓ 1 callersFunction_make_patched
(orig)
gr00t/__init__.py:62
↓ 1 callersFunction_make_policy_md_modality_configs
()
tests/getting_started/test_policy_md.py:93
↓ 1 callersFunction_make_small_config
Return a minimal config for fast instantiation.
tests/gr00t/model/test_model_forward.py:32
↓ 1 callersMethod_matrix_to_rot6d
Convert rotation matrix to 6D rotation representation. Args: rotation_matrix: Rotation matrix (3, 3) Returns:
gr00t/data/state_action/pose.py:458
↓ 1 callersFunction_model_path
(variant: InferenceVariant)
tests/scripts/deployment/test_standalone_inference.py:119
↓ 1 callersFunction_parquet_readable
Return True if *path* is a real parquet file (not a Git LFS pointer stub).
tests/gr00t/data/test_stats_pipeline.py:51
↓ 1 callersMethod_parse_and_validate_modality_configs
Parse and validate modality configurations, filling in defaults where needed. For missing modality configs, creates default configur
gr00t/data/dataset/lerobot_episode_loader.py:218
↓ 1 callersFunction_patch_hf_local_first
Patch from_pretrained to prefer the local HF snapshot cache over network calls. When a HF repo ID is passed we try snapshot_download(local_files_
gr00t/__init__.py:19
↓ 1 callersFunction_patch_mistral
Suppress 429 / connection errors from the HuggingFace Hub in mistral regex patching. transformers calls model_info() inside a nested is_base_mist
gr00t/__init__.py:91
↓ 1 callersFunction_patch_vision_attention_for_export
Monkey-patch all VisionAttention.forward with ONNX-friendly versions. Args: vision_model: The vision model whose attention blocks to patc
scripts/deployment/export_onnx_n1d7.py:408
↓ 1 callersMethod_postprocess_gripper
(self, current_gripper_action: float)
gr00t/eval/sim/SimplerEnv/simpler_env.py:122
↓ 1 callersMethod_postprocess_gripper
(self, action)
gr00t/eval/sim/SimplerEnv/simpler_env.py:225
↓ 1 callersFunction_prepare_libero_dataset
Populate the LIBERO spatial dataset once on shared storage and reuse it.
tests/examples/test_libero.py:198
↓ 1 callersFunction_prepare_libero_repo
Populate external_dependencies/LIBERO, reusing shared cache when available. The cache stores both the working tree (which includes the .git point
tests/examples/test_libero.py:79
↓ 1 callersFunction_prepare_libero_venv
Set up the libero sim venv, using shared cache when available. setup_libero.sh always rm -rf's the venv before reinstalling, so this function
tests/examples/test_libero.py:137
↓ 1 callersFunction_prepare_model_path
Resolve model weights (uses ``HF_TOKEN`` if the shared cache is empty).
tests/gr00t/policy/test_gr00t_policy_gpu.py:49
↓ 1 callersFunction_prepare_model_path
Resolve model weights (uses ``HF_TOKEN`` if the shared cache is empty).
tests/gr00t/experiment/test_experiment_run.py:61
↓ 1 callersFunction_prepare_so100_dataset
Download + convert the SO100 dataset, preferring shared cache when available.
tests/examples/test_so100.py:67
↓ 1 callersFunction_rec_defaultdict
Factory that creates an infinitely nestable defaultdict.
gr00t/data/dataset/lerobot_episode_loader.py:68
↓ 1 callersFunction_rec_to_dtype
Recursively convert all floating point tensors to the given dtype.
scripts/deployment/benchmark_inference.py:86
↓ 1 callersFunction_rec_to_dtype
Recursively convert all floating point tensors in a nested structure to the given dtype. Args: x: Input data structure (tensor, dict, lis
gr00t/policy/gr00t_policy.py:37
↓ 1 callersMethod_resize_frames_to_common_height
Resize all frames to have the same height for horizontal concatenation. Ensures both width and height are even numbers for H.264 comp
gr00t/eval/sim/wrapper/video_recording_wrapper.py:171
↓ 1 callersFunction_resize_with_pad_pil
Replicates tf.image.resize_with_pad for one image using PIL. Resizes an image to a target height and width without distortion by padding with zero
examples/DROID/utils.py:61
↓ 1 callersFunction_resolve
(name_or_path: str)
gr00t/__init__.py:33
↓ 1 callersFunction_restore_vision_attention
Restore original attention forwards after export.
scripts/deployment/export_onnx_n1d7.py:430
← previousnext →201–300 of 1,002, ranked by callers