MCPcopy Create free account

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

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

↓ 1 callersMethodunapply
Undo action normalization and convert relative→absolute. Args: action: Normalized action array of shape (..., action_horizon, act
gr00t/model/gr00t_n1d7/processing_gr00t_n1d7.py:315
↓ 1 callersMethodvalidate
Validate configuration.
gr00t/configs/base_config.py:100
↓ 1 callersFunctionvalidate_local_dataset_version
(local_path: Path)
scripts/lerobot_conversion/convert_v3_to_v2.py:92
↓ 1 callersFunctionverify
Run the verification. Returns True if with_correction is the better match.
scripts/verify_droid_rotation_correction.py:98
↓ 1 callersFunctionverify_onnx_with_ort
Run ONNX Runtime inference and compare against PyTorch output. Returns dict of {output_name: cosine_similarity}. Requires onnxruntime-gpu; sk
scripts/deployment/export_onnx_n1d7.py:135
↓ 1 callersFunctionwarn_configs
(config: Config)
gr00t/experiment/experiment.py:51
↓ 1 callersMethodwrite_frame
(self, img: np.ndarray, frame_time=None)
gr00t/eval/sim/wrapper/video_recording_wrapper.py:94
Method__call__
(self, *args, **inputs)
scripts/deployment/trt_torch.py:121
Method__call__
Forward pass through TensorRT DiT.
scripts/deployment/standalone_inference_script.py:132
Method__call__
(self, messages)
tests/getting_started/test_policy_md.py:118
Method__call__
Pad image to square dimensions by adding black bars to the smaller dimension. Args: img: Image tensor of shape (..., C,
gr00t/model/gr00t_n1d7/image_augmentations.py:499
Method__call__
(self, features: list[Dict[str, Any]])
gr00t/model/gr00t_n1d7/processing_gr00t_n1d7.py:98
Method__call__
( self, messages: list[dict[str, Any]], )
gr00t/model/gr00t_n1d7/processing_gr00t_n1d7.py:485
Method__call__
Process a list of messages and return a dictionary of model inputs. Args: messages (list[dict[str, Any]]): List of messa
gr00t/data/interfaces.py:26
Method__call__
(self, features: List[Dict[str, Any]])
gr00t/data/collator/collators.py:22
Method__del__
Cleanup resources on destruction
examples/DROID/server_client.py:338
Method__del__
Cleanup resources on destruction
gr00t/policy/server_client.py:244
Method__del__
(self)
gr00t/eval/sim/wrapper/video_recording_wrapper.py:76
Method__eq__
(self, other)
gr00t/data/state_action/pose.py:301
Method__eq__
(self, other)
gr00t/data/state_action/pose.py:721
Method__getitem__
Get a pose by index
gr00t/data/state_action/action_chunking.py:200
Method__getitem__
Load complete episode data as a processed DataFrame. Combines parquet data loading and video decoding to create a unified DataFrame
gr00t/data/dataset/lerobot_episode_loader.py:564
Method__init__
(self, *streams: IO[str])
scripts/deployment/build_trt_pipeline.py:117
Method__init__
(self, file, plugins=[])
scripts/deployment/trt_torch.py:66
Method__init__
(self, engine_path: str, device: int = 0)
scripts/deployment/standalone_inference_script.py:107
Method__init__
(self)
scripts/deployment/export_onnx_n1d7.py:190
Method__init__
(self)
scripts/deployment/export_onnx_n1d7.py:225
Method__init__
(self)
scripts/deployment/export_onnx_n1d7.py:257
Method__init__
(self, vision_model, grid_thw: torch.Tensor)
scripts/deployment/export_onnx_n1d7.py:446
Method__init__
(self, config, n_deepstack)
scripts/deployment/export_onnx_n1d7.py:652
Method__init__
(self, action_horizon: int = 16, max_action_dim: int = 128, **kwargs)
tests/getting_started/test_policy_md.py:40
Method__init__
(self)
tests/gr00t/policy/test_policy_service.py:35
Method__init__
(self, dataset_path, num_shards=5, shard_length=100, embodiment_tag="robot_a")
tests/gr00t/data/test_sharded_datasets.py:39
Method__init__
( self, host: str = "localhost", port: int = 5555, timeout_ms: int = 15000,
examples/DROID/server_client.py:276
Method__init__
(self, **kwargs)
gr00t/configs/model/gr00t_n1d7.py:124
Method__init__
( self, host: str = "localhost", port: int = 5555, timeout_ms: int = 15000,
gr00t/policy/server_client.py:173
Method__init__
(self, policy: BasePolicy, *, strict: bool = True)
gr00t/policy/policy.py:127
Method__init__
Initialize the wrapper around a Gr00tPolicy instance. Args: policy: The Gr00tPolicy instance to wrap strict: Whether
gr00t/policy/gr00t_policy.py:504
Method__init__
Initialize the Replay Policy. Args: dataset_path: Path to the LeRobot-style dataset directory modality_configs: Dicti
gr00t/policy/replay_policy.py:58
Method__init__
(self, embedding_dim)
gr00t/model/modules/flowmatching_modules.py:31
Method__init__
(self, action_dim, hidden_size)
gr00t/model/modules/flowmatching_modules.py:70
Method__init__
Qwen3Backbone is to generate n_queries to represent the future action hidden states. Args: model_name: nvidia/Cosmos-Reas
gr00t/model/modules/qwen3_backbone.py:34
Method__init__
(self, embedding_dim, compute_dtype=torch.float32)
gr00t/model/modules/dit.py:62
Method__init__
( self, embedding_dim: int, norm_elementwise_affine: bool = False, norm_eps: f
gr00t/model/modules/dit.py:75
Method__init__
( self, dim: int, num_attention_heads: int, attention_head_dim: int, d
gr00t/model/modules/dit.py:101
Method__init__
(self, *args, attend_text_every_n_blocks: int = 2, **kwargs)
gr00t/model/modules/dit.py:345
Method__init__
( self, num_attention_heads: int = 8, attention_head_dim: int = 64, output_dim
gr00t/model/modules/dit.py:421
Method__init__
(self, embedding_dim)
gr00t/model/modules/embodiment_conditioned_mlp.py:32
Method__init__
(self, num_categories, input_dim, hidden_dim)
gr00t/model/modules/embodiment_conditioned_mlp.py:62
Method__init__
(self, num_categories, input_dim, hidden_dim, output_dim)
gr00t/model/modules/embodiment_conditioned_mlp.py:146
Method__init__
(self, action_dim, hidden_size, num_embodiments)
gr00t/model/modules/embodiment_conditioned_mlp.py:180
Method__init__
(self, config: Config, save_cfg_dir: Path)
gr00t/model/base/model_pipeline.py:75
Method__init__
( self, target_mask_values: Sequence[int], alpha_range: tuple[float, float] = (0.3, 1.
gr00t/model/gr00t_n1d7/image_augmentations.py:107
Method__init__
( self, p: float = 1.0, target_mask_values: Sequence[int] | None = None, alway
gr00t/model/gr00t_n1d7/image_augmentations.py:158
Method__init__
( self, crop_fraction: float = 0.9, p: float = 1.0, always_apply: bool | None
gr00t/model/gr00t_n1d7/image_augmentations.py:203
Method__init__
( self, crop_fraction: float = 0.9, p: float = 1.0, always_apply: bool | None
gr00t/model/gr00t_n1d7/image_augmentations.py:272
Method__init__
(self, config: Gr00tN1d7Config)
gr00t/model/gr00t_n1d7/gr00t_n1d7.py:43
Method__init__
(self, config: Config, save_cfg_dir: Path)
gr00t/model/gr00t_n1d7/setup.py:51
Method__init__
( self, model_name: str, model_type: str = "qwen", transformers_loading_kwargs
gr00t/model/gr00t_n1d7/processing_gr00t_n1d7.py:85
Method__init__
( self, modality_configs: dict[str, dict[str, ModalityConfig]], statistics: (dict[str,
gr00t/model/gr00t_n1d7/processing_gr00t_n1d7.py:142
Method__init__
(self, dataset_path)
gr00t/data/interfaces.py:87
Method__init__
(self, dataset_path: Path | str, embodiment_tag: EmbodimentTag, action_key: str)
gr00t/data/stats.py:135
Method__init__
Initialize an end-effector pose. Args: translation: Translation vector [x, y, z] rotation: Rotation in speci
gr00t/data/state_action/pose.py:369
Method__init__
Initialize a joint trajectory from a list of joint poses. Args: poses: Sequence of JointPose objects times:
gr00t/data/state_action/action_chunking.py:246
Method__init__
Initialize an end-effector trajectory from a list of end-effector poses. Args: poses: Sequence of EndEffectorPose object
gr00t/data/state_action/action_chunking.py:456
Method__init__
Initialize unified state and action processor. Args: modality_configs: Nested dict with structure: {embo
gr00t/data/state_action/state_action_processor.py:59
Method__init__
Initialize mixture dataset with datasets, weights, and configuration.
gr00t/data/dataset/sharded_mixture_dataset.py:166
Method__init__
(self, config: Config)
gr00t/data/dataset/factory.py:34
Method__init__
Initialize single-step dataset with sharding configuration.
gr00t/data/dataset/sharded_single_step_dataset.py:132
Method__init__
Initialize LeRobot episode loader with dataset path and modality configurations. The initialization process involves: 1. Loa
gr00t/data/dataset/lerobot_episode_loader.py:116
Method__init__
(self, env_name: str, image_size: tuple[int, int])
gr00t/eval/sim/SimplerEnv/simpler_env.py:26
Method__init__
(self, env_name: str, image_size: tuple[int, int])
gr00t/eval/sim/SimplerEnv/simpler_env.py:139
Method__init__
(self, task_bddl_file: str, task_description: str)
gr00t/eval/sim/LIBERO/libero_env.py:101
Method__init__
When file_path is None, don't record.
gr00t/eval/sim/wrapper/video_recording_wrapper.py:139
Method__init__
video_delta_indices: np.ndarray[int], please check `assert_delta_indices` to see the requirements state_delta_indices: np.ndarray[int
gr00t/eval/sim/wrapper/multistep_wrapper.py:137
Method__init__
(self, policy_client: PolicyClient)
gr00t/eval/real_robot/SO100/eval_so100.py:93
Method__init__
Args: run_name: Name of the experiment run exp_cfg_dir: Path to the directory containing all experiment metadata
gr00t/experiment/utils.py:32
Method__init__
( self, metric_name: str, greater_is_better: bool = True, exp_cfg_dir: Path |
gr00t/experiment/utils.py:77
Method__init__
(self, buffer, bs, collator, total_steps)
gr00t/experiment/trainer.py:55
Method__init__
(self, buffer, bs, collate_fn, total_steps)
gr00t/experiment/trainer.py:79
Method__init__
Initialize the trainer. Args: *args: Positional arguments forwarded to ``Trainer``.
gr00t/experiment/trainer.py:196
Method__iter__
Iterate over the mixture dataset with background shard caching. Implements an efficient iteration strategy: 1. Filter shards
gr00t/data/dataset/sharded_mixture_dataset.py:352
Method__iter__
(self)
gr00t/experiment/trainer.py:62
Method__iter__
(self)
gr00t/experiment/trainer.py:103
Method__len__
(self)
tests/gr00t/data/test_sharded_datasets.py:68
Method__len__
Return the number of shards.
gr00t/data/interfaces.py:91
Method__len__
(self)
gr00t/data/stats.py:202
Method__len__
Allow len(): len(joint_pose) returns number of joints
gr00t/data/state_action/pose.py:310
Method__len__
Return the number of poses in the action chunking
gr00t/data/state_action/action_chunking.py:196
Method__len__
Return the number of shards in the dataset.
gr00t/data/dataset/sharded_single_step_dataset.py:230
Method__len__
Return number of episodes in dataset.
gr00t/data/dataset/lerobot_episode_loader.py:299
Method__len__
(self)
gr00t/experiment/trainer.py:65
Method__len__
(self)
gr00t/experiment/trainer.py:106
Method__next__
(self)
gr00t/experiment/trainer.py:68
Method__next__
(self)
gr00t/experiment/trainer.py:109
Method__post_init__
Set default values for action-related fields if not specified.
examples/DROID/server_client.py:125
Method__post_init__
Validate fields and set default values.
gr00t/data/types.py:102
Method__repr__
(self)
gr00t/data/state_action/pose.py:291
Method__repr__
(self)
gr00t/data/state_action/pose.py:717
Method__repr__
(self)
gr00t/data/state_action/action_chunking.py:204
← previousnext →501–600 of 1,002, ranked by callers