Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/Isaac-GR00T
/ functions
Functions
1,002 in github.com/NVIDIA/Isaac-GR00T
⨍
Functions
1,002
◇
Types & classes
185
↳
Endpoints
1
↓ 1 callers
Function
get_device_name
Get short device name for table.
scripts/deployment/benchmark_inference.py:144
↓ 1 callers
Method
get_episode_length
Get the length of a specific episode.
gr00t/data/dataset/lerobot_episode_loader.py:214
↓ 1 callers
Method
get_episode_lengths
Compute original episode lengths. Returns: List of original episode lengths
gr00t/data/dataset/lerobot_episode_loader.py:202
↓ 1 callers
Function
get_gym_env
Create Ray environment factory function without wrappers.
gr00t/eval/rollout_policy.py:128
↓ 1 callers
Method
get_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 callers
Function
get_libero_env_fn
( env_name: str, )
gr00t/eval/rollout_policy.py:116
↓ 1 callers
Method
get_max_steps_needed
Get the maximum number of steps that we need to cache.
gr00t/eval/sim/wrapper/multistep_wrapper.py:217
↓ 1 callers
Method
get_modality_config
(self)
tests/gr00t/policy/test_policy_service.py:49
↓ 1 callers
Method
get_modality_config
(self)
examples/DROID/server_client.py:354
↓ 1 callers
Method
get_modality_config
(self)
gr00t/policy/server_client.py:260
↓ 1 callers
Method
get_modality_configs
Get the modality configurations. Returns: dict[str, dict[str, ModalityConfig]]: The modality configurations, where
gr00t/data/interfaces.py:76
↓ 1 callers
Method
get_shard_length
Get the number of timesteps in a specific shard.
gr00t/data/dataset/sharded_single_step_dataset.py:263
↓ 1 callers
Function
get_simpler_env_fn
( env_name: str, )
gr00t/eval/rollout_policy.py:104
↓ 1 callers
Function
has_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 callers
Function
hf_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 callers
Function
invert_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 callers
Function
invert_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 callers
Function
is_av1
(path: Path)
examples/SimplerEnv/convert_av1_to_h264.py:32
↓ 1 callers
Function
isaaclab_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 callers
Method
list_videos
Resolve the local dataset directory and return all video files within it.
tests/gr00t/utils/test_dataset_video_backend.py:70
↓ 1 callers
Function
load_episode_records
Load the consolidated metadata rows stored in ``meta/episodes``.
scripts/lerobot_conversion/convert_v3_to_v2.py:102
↓ 1 callers
Function
load_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 callers
Function
load_modality_config
(modality_config_path: str)
gr00t/experiment/launch_finetune.py:31
↓ 1 callers
Method
load_relative_actions
(self, trajectory_id: int)
gr00t/data/stats.py:163
↓ 1 callers
Function
main
()
scripts/validate_hf_config_alignment.py:893
↓ 1 callers
Function
main
()
scripts/download_droid_sample.py:418
↓ 1 callers
Function
main
()
scripts/download_simplerenv_sample.py:246
↓ 1 callers
Function
main
()
scripts/verify_droid_rotation_correction.py:165
↓ 1 callers
Function
main
(cfg: PipelineConfig | None = None)
scripts/deployment/build_trt_pipeline.py:357
↓ 1 callers
Function
main
(args: BuildConfig | None = None, trt_severity=None)
scripts/deployment/build_tensorrt_engine.py:468
↓ 1 callers
Function
main
(args: VerifyConfig | None = None)
scripts/deployment/verify_n1d7_trt.py:82
↓ 1 callers
Function
main
(args: ArgsConfig)
scripts/deployment/standalone_inference_script.py:633
↓ 1 callers
Function
main
(args: BenchmarkConfig | None = None)
scripts/deployment/benchmark_inference.py:376
↓ 1 callers
Function
main
(args)
scripts/deployment/export_onnx_n1d7.py:1259
↓ 1 callers
Function
main
()
tests/gr00t/utils/test_pyav_memory_leak_stress.py:176
↓ 1 callers
Function
main
()
tests/gr00t/utils/test_pyav_memory_leak.py:227
↓ 1 callers
Function
main
()
examples/mask-guided-background-suppression/test_extra_augmentation.py:67
↓ 1 callers
Function
main
()
examples/SimplerEnv/convert_av1_to_h264.py:102
↓ 1 callers
Function
main
(args: Args)
examples/DROID/main_gr00t.py:129
↓ 1 callers
Function
main
(args: ArgsConfig)
gr00t/eval/open_loop_eval.py:286
↓ 1 callers
Function
main
(config: ServerConfig)
gr00t/eval/run_gr00t_server.py:72
↓ 1 callers
Method
merge_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 callers
Function
nested_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 callers
Function
normalize_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 callers
Method
obs_to_policy_inputs
Convert raw robot observation dict into the structured GR00T VLA input.
gr00t/eval/real_robot/SO100/eval_so100.py:111
↓ 1 callers
Function
parse_action_gr00t
(action: dict[str, Any])
scripts/deployment/standalone_inference_script.py:326
↓ 1 callers
Function
parse_action_gr00t
(action: dict[str, Any])
gr00t/eval/open_loop_eval.py:149
↓ 1 callers
Function
parse_args
()
scripts/lerobot_conversion/convert_v3_to_v2.py:522
↓ 1 callers
Function
parse_observation_gr00t
( obs: dict[str, Any], modality_configs: dict[str, Any] )
scripts/deployment/standalone_inference_script.py:306
↓ 1 callers
Function
parse_observation_gr00t
( obs: dict[str, Any], modality_configs: dict[str, Any] )
scripts/deployment/export_onnx_n1d7.py:868
↓ 1 callers
Function
parse_observation_gr00t
( obs: dict[str, Any], modality_configs: dict[str, Any] )
gr00t/eval/open_loop_eval.py:129
↓ 1 callers
Function
plot_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 callers
Function
plot_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 callers
Function
prevent_keyboard_interrupt
Temporarily prevent keyboard interrupts by delaying them until after the protected code.
examples/DROID/main_gr00t.py:111
↓ 1 callers
Method
print
Display engine details (inputs/outputs) on rank 0 only.
scripts/deployment/trt_torch.py:83
↓ 1 callers
Function
print_markdown_table
Print results as a markdown table using median for robustness.
scripts/deployment/benchmark_inference.py:297
↓ 1 callers
Function
quat2axisangle
Copied from robosuite: https://github.com/ARISE-Initiative/robosuite/blob/eafb81f54ffc104f905ee48a16bb15f059176ad3/robosuite/utils/transform_util
gr00t/eval/sim/LIBERO/libero_env.py:41
↓ 1 callers
Function
register_libero_envs
()
gr00t/eval/sim/LIBERO/libero_env.py:186
↓ 1 callers
Function
register_model
(model_cfg_cls, pipeline_cls)
gr00t/model/registry.py:19
↓ 1 callers
Function
register_model_config
(shortname: str, configtype: type)
gr00t/configs/model/__init__.py:26
↓ 1 callers
Function
register_simpler_envs
()
gr00t/eval/sim/SimplerEnv/simpler_env.py:230
↓ 1 callers
Function
relative_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 callers
Function
repeated_box
(box_space, n, loc)
gr00t/eval/sim/wrapper/multistep_wrapper.py:28
↓ 1 callers
Method
reset
Reset the policy to its initial state. Args: options: Dictionary containing the options for the reset Returns:
examples/DROID/server_client.py:263
↓ 1 callers
Method
reset
Reset the policy to its initial state. Args: options: Dictionary containing the options for the reset Returns:
gr00t/policy/policy.py:108
↓ 1 callers
Method
reset
(self, seed=None, options=None)
gr00t/eval/sim/SimplerEnv/simpler_env.py:183
↓ 1 callers
Method
reset_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 callers
Function
resolve_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 callers
Function
resolve_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 callers
Method
return_collator
(self)
gr00t/model/base/model_pipeline.py:48
↓ 1 callers
Method
return_dataset
(self)
gr00t/model/base/model_pipeline.py:45
↓ 1 callers
Method
return_model
(self)
gr00t/model/base/model_pipeline.py:42
↓ 1 callers
Method
return_processor
(self)
gr00t/model/base/model_pipeline.py:51
↓ 1 callers
Function
run_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 callers
Function
run_python_blocks
Execute Python code blocks extracted from a README.
tests/test_support/readme.py:162
↓ 1 callers
Function
run_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 callers
Method
sample_time
(self, batch_size, device, dtype)
gr00t/model/gr00t_n1d7/gr00t_n1d7.py:156
↓ 1 callers
Function
save_comparison
(original, augmented, mask, output_path)
examples/mask-guided-background-suppression/test_extra_augmentation.py:40
↓ 1 callers
Function
save_initial_actions
( initial_actions: dict[str, dict[str, np.ndarray]], initial_actions_path: str | Path )
gr00t/utils/initial_actions.py:24
↓ 1 callers
Method
set_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 callers
Method
set_processor
(self, processor: BaseProcessor)
gr00t/data/interfaces.py:105
↓ 1 callers
Function
set_seed
Set seed for all random number generators.
scripts/deployment/standalone_inference_script.py:81
↓ 1 callers
Function
set_timeout
Set a global timeout (Linux only). Raises TimeoutError when exceeded.
tests/gr00t/utils/test_pyav_memory_leak_stress.py:45
↓ 1 callers
Function
set_timeout
Set a global timeout (Linux only). Raises TimeoutError when exceeded.
tests/gr00t/utils/test_pyav_memory_leak.py:52
↓ 1 callers
Method
setup
(self)
gr00t/model/base/model_pipeline.py:39
↓ 1 callers
Function
setup_logging
Configure logging.
gr00t/experiment/experiment.py:39
↓ 1 callers
Method
shard_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 callers
Method
step
(self, action)
gr00t/eval/sim/SimplerEnv/simpler_env.py:189
↓ 1 callers
Function
swish
(x)
gr00t/model/modules/flowmatching_modules.py:21
↓ 1 callers
Function
swish
Swish activation function.
gr00t/model/modules/embodiment_conditioned_mlp.py:21
↓ 1 callers
Function
take_last_n
(x, n)
gr00t/eval/sim/wrapper/multistep_wrapper.py:53
↓ 1 callers
Method
to_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 callers
Method
to_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 callers
Method
to_bytes
(data: Any)
examples/DROID/server_client.py:146
↓ 1 callers
Method
to_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 callers
Function
to_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 callers
Method
to_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 callers
Method
to_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 callers
Function
torch_type
Convert TensorRT data type to PyTorch equivalent.
scripts/deployment/trt_torch.py:43
↓ 1 callers
Method
train
(self)
gr00t/data/state_action/state_action_processor.py:102
← previous
next →
401–500 of 1,002, ranked by callers