MCPcopy Create free account

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

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

↓ 1 callersFunctionget_device_name
Get short device name for table.
scripts/deployment/benchmark_inference.py:144
↓ 1 callersMethodget_episode_length
Get the length of a specific episode.
gr00t/data/dataset/lerobot_episode_loader.py:214
↓ 1 callersMethodget_episode_lengths
Compute original episode lengths. Returns: List of original episode lengths
gr00t/data/dataset/lerobot_episode_loader.py:202
↓ 1 callersFunctionget_gym_env
Create Ray environment factory function without wrappers.
gr00t/eval/rollout_policy.py:128
↓ 1 callersMethodget_initial_actions
Load initial actions for policy initialization if available. Returns: List containing initial action dictionaries, or em
gr00t/data/dataset/lerobot_episode_loader.py:622
↓ 1 callersFunctionget_libero_env_fn
( env_name: str, )
gr00t/eval/rollout_policy.py:116
↓ 1 callersMethodget_max_steps_needed
Get the maximum number of steps that we need to cache.
gr00t/eval/sim/wrapper/multistep_wrapper.py:217
↓ 1 callersMethodget_modality_config
(self)
tests/gr00t/policy/test_policy_service.py:49
↓ 1 callersMethodget_modality_config
(self)
examples/DROID/server_client.py:354
↓ 1 callersMethodget_modality_config
(self)
gr00t/policy/server_client.py:260
↓ 1 callersMethodget_modality_configs
Get the modality configurations. Returns: dict[str, dict[str, ModalityConfig]]: The modality configurations, where
gr00t/data/interfaces.py:76
↓ 1 callersMethodget_shard_length
Get the number of timesteps in a specific shard.
gr00t/data/dataset/sharded_single_step_dataset.py:263
↓ 1 callersFunctionget_simpler_env_fn
( env_name: str, )
gr00t/eval/rollout_policy.py:104
↓ 1 callersFunctionhas_rt_core_gpu
Return True if any available GPU has RT cores (required for Vulkan ray tracing). Checks ``nvidia-smi`` GPU names against known RT-capable product
tests/test_support/runtime.py:487
↓ 1 callersFunctionhf_hub_download_cmd
Build a ``uv run python -c`` command that downloads a file from HuggingFace. Reads HF_TOKEN from the environment and passes it explicitly so gate
tests/test_support/runtime.py:454
↓ 1 callersFunctioninvert_gripper_action
Flips the sign of the gripper action (last dimension of action vector). This is necessary for some environments where -1 = open, +1 = close,
gr00t/eval/sim/LIBERO/libero_env.py:88
↓ 1 callersFunctioninvert_transformation
Invert a homogeneous transformation matrix. Args: T: A 4x4 homogeneous transformation matrix Returns: The inverse of th
gr00t/data/state_action/pose.py:31
↓ 1 callersFunctionis_av1
(path: Path)
examples/SimplerEnv/convert_av1_to_h264.py:32
↓ 1 callersFunctionisaaclab_env
Return a clean env for running isaaclab.sh commands. Strips VIRTUAL_ENV, UV_PROJECT_ENVIRONMENT, and the workspace venv bin directory from PA
tests/test_support/compass.py:51
↓ 1 callersMethodlist_videos
Resolve the local dataset directory and return all video files within it.
tests/gr00t/utils/test_dataset_video_backend.py:70
↓ 1 callersFunctionload_episode_records
Load the consolidated metadata rows stored in ``meta/episodes``.
scripts/lerobot_conversion/convert_v3_to_v2.py:102
↓ 1 callersFunctionload_initial_actions
initial_actions: list[dict[str, dict[str, np.ndarray]]] 0: (the first dataset) trajectory_name: action_key: act
gr00t/utils/initial_actions.py:30
↓ 1 callersFunctionload_modality_config
(modality_config_path: str)
gr00t/experiment/launch_finetune.py:31
↓ 1 callersMethodload_relative_actions
(self, trajectory_id: int)
gr00t/data/stats.py:163
↓ 1 callersFunctionmain
()
scripts/validate_hf_config_alignment.py:893
↓ 1 callersFunctionmain
()
scripts/download_droid_sample.py:418
↓ 1 callersFunctionmain
()
scripts/download_simplerenv_sample.py:246
↓ 1 callersFunctionmain
()
scripts/verify_droid_rotation_correction.py:165
↓ 1 callersFunctionmain
(cfg: PipelineConfig | None = None)
scripts/deployment/build_trt_pipeline.py:357
↓ 1 callersFunctionmain
(args: BuildConfig | None = None, trt_severity=None)
scripts/deployment/build_tensorrt_engine.py:468
↓ 1 callersFunctionmain
(args: VerifyConfig | None = None)
scripts/deployment/verify_n1d7_trt.py:82
↓ 1 callersFunctionmain
(args: ArgsConfig)
scripts/deployment/standalone_inference_script.py:633
↓ 1 callersFunctionmain
(args: BenchmarkConfig | None = None)
scripts/deployment/benchmark_inference.py:376
↓ 1 callersFunctionmain
(args)
scripts/deployment/export_onnx_n1d7.py:1259
↓ 1 callersFunctionmain
()
tests/gr00t/utils/test_pyav_memory_leak_stress.py:176
↓ 1 callersFunctionmain
()
tests/gr00t/utils/test_pyav_memory_leak.py:227
↓ 1 callersFunctionmain
()
examples/mask-guided-background-suppression/test_extra_augmentation.py:67
↓ 1 callersFunctionmain
()
examples/SimplerEnv/convert_av1_to_h264.py:102
↓ 1 callersFunctionmain
(args: Args)
examples/DROID/main_gr00t.py:129
↓ 1 callersFunctionmain
(args: ArgsConfig)
gr00t/eval/open_loop_eval.py:286
↓ 1 callersFunctionmain
(config: ServerConfig)
gr00t/eval/run_gr00t_server.py:72
↓ 1 callersMethodmerge_statistics
Merge dataset statistics across all datasets, grouped by embodiment. Combines statistics from datasets with the same embodiment tag
gr00t/data/dataset/sharded_mixture_dataset.py:207
↓ 1 callersFunctionnested_dict_to_numpy
Recursively converts bottom-level list of lists to NumPy arrays. Args: data: A nested dictionary where bottom nodes are list of list
gr00t/data/utils.py:44
↓ 1 callersFunctionnormalize_gripper_action
Changes gripper action (last dimension of action vector) from [0,1] to [-1,+1]. Necessary for some environments (not Bridge) because the data
gr00t/eval/sim/LIBERO/libero_env.py:68
↓ 1 callersMethodobs_to_policy_inputs
Convert raw robot observation dict into the structured GR00T VLA input.
gr00t/eval/real_robot/SO100/eval_so100.py:111
↓ 1 callersFunctionparse_action_gr00t
(action: dict[str, Any])
scripts/deployment/standalone_inference_script.py:326
↓ 1 callersFunctionparse_action_gr00t
(action: dict[str, Any])
gr00t/eval/open_loop_eval.py:149
↓ 1 callersFunctionparse_args
()
scripts/lerobot_conversion/convert_v3_to_v2.py:522
↓ 1 callersFunctionparse_observation_gr00t
( obs: dict[str, Any], modality_configs: dict[str, Any] )
scripts/deployment/standalone_inference_script.py:306
↓ 1 callersFunctionparse_observation_gr00t
( obs: dict[str, Any], modality_configs: dict[str, Any] )
scripts/deployment/export_onnx_n1d7.py:868
↓ 1 callersFunctionparse_observation_gr00t
( obs: dict[str, Any], modality_configs: dict[str, Any] )
gr00t/eval/open_loop_eval.py:129
↓ 1 callersFunctionplot_trajectory_results
Plot and save trajectory results comparing ground truth and predicted actions. Args: state_joints_across_time: Array of state joints
scripts/deployment/standalone_inference_script.py:224
↓ 1 callersFunctionplot_trajectory_results
Plot and save trajectory results comparing ground truth and predicted actions. Args: state_joints_across_time: Array of state joints
gr00t/eval/open_loop_eval.py:47
↓ 1 callersFunctionprevent_keyboard_interrupt
Temporarily prevent keyboard interrupts by delaying them until after the protected code.
examples/DROID/main_gr00t.py:111
↓ 1 callersMethodprint
Display engine details (inputs/outputs) on rank 0 only.
scripts/deployment/trt_torch.py:83
↓ 1 callersFunctionprint_markdown_table
Print results as a markdown table using median for robustness.
scripts/deployment/benchmark_inference.py:297
↓ 1 callersFunctionquat2axisangle
Copied from robosuite: https://github.com/ARISE-Initiative/robosuite/blob/eafb81f54ffc104f905ee48a16bb15f059176ad3/robosuite/utils/transform_util
gr00t/eval/sim/LIBERO/libero_env.py:41
↓ 1 callersFunctionregister_libero_envs
()
gr00t/eval/sim/LIBERO/libero_env.py:186
↓ 1 callersFunctionregister_model
(model_cfg_cls, pipeline_cls)
gr00t/model/registry.py:19
↓ 1 callersFunctionregister_model_config
(shortname: str, configtype: type)
gr00t/configs/model/__init__.py:26
↓ 1 callersFunctionregister_simpler_envs
()
gr00t/eval/sim/SimplerEnv/simpler_env.py:230
↓ 1 callersFunctionrelative_transformation
Compute the relative transformation between two poses. Args: T0: Initial 4x4 homogeneous transformation matrix Tt: Current 4
gr00t/data/state_action/pose.py:58
↓ 1 callersFunctionrepeated_box
(box_space, n, loc)
gr00t/eval/sim/wrapper/multistep_wrapper.py:28
↓ 1 callersMethodreset
Reset the policy to its initial state. Args: options: Dictionary containing the options for the reset Returns:
examples/DROID/server_client.py:263
↓ 1 callersMethodreset
Reset the policy to its initial state. Args: options: Dictionary containing the options for the reset Returns:
gr00t/policy/policy.py:108
↓ 1 callersMethodreset
(self, seed=None, options=None)
gr00t/eval/sim/SimplerEnv/simpler_env.py:183
↓ 1 callersMethodreset_seed
Reset the random seed and regenerate sampling schedules. Used for deterministic training restarts or seed changes during training.
gr00t/data/dataset/sharded_mixture_dataset.py:433
↓ 1 callersFunctionresolve_libero_n17_libero10_checkpoint_path
Resolve the LIBERO-finetuned GR00T-N1.7 checkpoint (``libero_10`` subfolder). Thin wrapper around :func:`resolve_model_checkpoint_path` kept for
tests/test_support/runtime.py:298
↓ 1 callersFunctionresolve_shared_uv_cache_dir
Return a writable uv cache path, or None. Only redirects the uv cache when TEST_CACHE_PATH is set — on dev machines uv's default cache (~/.ca
tests/test_support/runtime.py:524
↓ 1 callersMethodreturn_collator
(self)
gr00t/model/base/model_pipeline.py:48
↓ 1 callersMethodreturn_dataset
(self)
gr00t/model/base/model_pipeline.py:45
↓ 1 callersMethodreturn_model
(self)
gr00t/model/base/model_pipeline.py:42
↓ 1 callersMethodreturn_processor
(self)
gr00t/model/base/model_pipeline.py:51
↓ 1 callersFunctionrun_gr00t_sim_policy
( env_name: str, n_episodes: int, max_episode_steps: int, model_path: str = "", policy_cli
gr00t/eval/rollout_policy.py:403
↓ 1 callersFunctionrun_python_blocks
Execute Python code blocks extracted from a README.
tests/test_support/readme.py:162
↓ 1 callersFunctionrun_rollout_gymnasium_policy
Run policy rollouts in parallel environments. Args: env_name: Name of the gymnasium environment to use policy: Policy instance
gr00t/eval/rollout_policy.py:221
↓ 1 callersMethodsample_time
(self, batch_size, device, dtype)
gr00t/model/gr00t_n1d7/gr00t_n1d7.py:156
↓ 1 callersFunctionsave_comparison
(original, augmented, mask, output_path)
examples/mask-guided-background-suppression/test_extra_augmentation.py:40
↓ 1 callersFunctionsave_initial_actions
( initial_actions: dict[str, dict[str, np.ndarray]], initial_actions_path: str | Path )
gr00t/utils/initial_actions.py:24
↓ 1 callersMethodset_frozen_modules_to_eval_mode
Huggingface will call model.train() at each training_step. To ensure the expected behaviors for modules like dropout, batchnorm, etc.
gr00t/model/gr00t_n1d7/gr00t_n1d7.py:137
↓ 1 callersMethodset_processor
(self, processor: BaseProcessor)
gr00t/data/interfaces.py:105
↓ 1 callersFunctionset_seed
Set seed for all random number generators.
scripts/deployment/standalone_inference_script.py:81
↓ 1 callersFunctionset_timeout
Set a global timeout (Linux only). Raises TimeoutError when exceeded.
tests/gr00t/utils/test_pyav_memory_leak_stress.py:45
↓ 1 callersFunctionset_timeout
Set a global timeout (Linux only). Raises TimeoutError when exceeded.
tests/gr00t/utils/test_pyav_memory_leak.py:52
↓ 1 callersMethodsetup
(self)
gr00t/model/base/model_pipeline.py:39
↓ 1 callersFunctionsetup_logging
Configure logging.
gr00t/experiment/experiment.py:39
↓ 1 callersMethodshard_dataset
Create balanced shards by distributing episode timesteps across shards. The sharding process: 1. Shuffle episode order for r
gr00t/data/dataset/sharded_single_step_dataset.py:169
↓ 1 callersMethodstep
(self, action)
gr00t/eval/sim/SimplerEnv/simpler_env.py:189
↓ 1 callersFunctionswish
(x)
gr00t/model/modules/flowmatching_modules.py:21
↓ 1 callersFunctionswish
Swish activation function.
gr00t/model/modules/embodiment_conditioned_mlp.py:21
↓ 1 callersFunctiontake_last_n
(x, n)
gr00t/eval/sim/wrapper/multistep_wrapper.py:53
↓ 1 callersMethodto_absolute_chunking
Convert a relative joint action chunking to an absolute action chunking by adding the relative joint positions to the reference frame
gr00t/data/state_action/action_chunking.py:355
↓ 1 callersMethodto_array
Convert trajectory to array of joint values. Returns: Array with shape (N, num_joints) where N is the number of poses
gr00t/data/state_action/action_chunking.py:346
↓ 1 callersMethodto_bytes
(data: Any)
examples/DROID/server_client.py:146
↓ 1 callersMethodto_homogeneous_matrices
Convert trajectory to array of homogeneous transformation matrices. Returns: Array of homogeneous matrices with shape (N
gr00t/data/state_action/action_chunking.py:585
↓ 1 callersFunctionto_json_serializable
Recursively convert dataclasses and numpy arrays to JSON-serializable format. Args: obj: Object to convert (can be dataclass, numpy
examples/DROID/server_client.py:29
↓ 1 callersMethodto_translation_rot6d
Convert trajectory to array of translations and 6D rotations. Returns: Array with shape (N, 9) - 3 for xyz + 6 for rot6d
gr00t/data/state_action/action_chunking.py:594
↓ 1 callersMethodto_translation_rotvec
Convert trajectory to array of translations and rotation vectors. Returns: Array with shape (N, 6) - 3 for xyz + 3 for r
gr00t/data/state_action/action_chunking.py:609
↓ 1 callersFunctiontorch_type
Convert TensorRT data type to PyTorch equivalent.
scripts/deployment/trt_torch.py:43
↓ 1 callersMethodtrain
(self)
gr00t/data/state_action/state_action_processor.py:102
← previousnext →401–500 of 1,002, ranked by callers