MCPcopy Create free account

hub / github.com/RLinf/LaWAM / functions

Functions1,214 in github.com/RLinf/LaWAM

↓ 2 callersMethodsetup_distributed_training
use Accelerator to prepare distributed training components :param accelerator: Accelerate instance :param components: any num
starVLA/training/trainer_utils/trainer_tools.py:608
↓ 2 callersMethodshared_inference_step
(self, batch: Dict)
latent_action_model/core/lam_lightinng.py:579
↓ 2 callersMethodstep_batch
( self, examples: Sequence[dict[str, Any]], *, cache_keys: Optional[Sequence[i
examples/LIBERO/eval_files/model2libero_interface.py:143
↓ 2 callersMethodstep_batch
( self, examples: Sequence[dict[str, Any]], *, slot_ids: Optional[Sequence[int
examples/Robotwin/eval_files/model2robotwin_interface.py:295
↓ 2 callersMethodstep_cached
(self, slot_id: int = 0, task_description: Optional[str] = None)
examples/Robotwin/eval_files/model2robotwin_interface.py:279
↓ 2 callersFunctiontail_text
(path: Path, max_lines: int = 40)
examples/Robotwin/eval_files/batched_eval_runner.py:167
↓ 2 callersFunctionvalidate_full_checkpoint_state_dict
Validate a latent-world init checkpoint. LaWAM training accepts either a complete LaWAM checkpoint or a VLM-only initialization checkpoint pr
starVLA/model/framework/base_framework.py:36
↓ 1 callersMethodDiVeQ_core
(self, nodes: Tensor, hard_quantized: Tensor, noise_variance = 1e-3)
latent_action_model/core/vq.py:895
↓ 1 callersMethodNSVQ_core
(self, nodes: Tensor, hard_quantized: Tensor)
latent_action_model/core/vq.py:888
↓ 1 callersMethod__getattr__
(self, name: str)
starVLA/training/trainer_utils/config_tracker.py:35
↓ 1 callersMethod__init__
(self, lock_path: Path)
starVLA/dataloader/gr00t_lerobot/datasets.py:289
↓ 1 callersMethod__init__
( self, *, vlm_hidden_dim: int, lam_code_dim: int, num_layers: int = 1
starVLA/model/framework/vlas/lawam.py:85
↓ 1 callersMethod_adaptive_ensemble_actions
(previous_tail: np.ndarray, current_actions: np.ndarray, alpha: float)
deployment/model_server/server_policy_tcp_fold_towel.py:253
↓ 1 callersMethod_align_mask_tensor
(mask: torch.Tensor, *, target_dim: int)
starVLA/model/framework/latent_world/batch_builder.py:283
↓ 1 callersMethod_append_recording_intermediates
( self, payload: dict[str, Any], intermediates: dict[str, Any] | None, )
deployment/model_server/server_policy_tcp_fold_towel.py:277
↓ 1 callersMethod_append_recording_intermediates
( self, payload: dict[str, Any], intermediates: dict[str, Any] | None, )
deployment/model_server/server_policy_http_franka.py:382
↓ 1 callersFunction_apply_dataset_statistics_override
( metadata: DatasetMetadata, statistics_override: dict[str, Any] | None, *, tag: str, data
starVLA/dataloader/gr00t_lerobot/datasets.py:157
↓ 1 callersFunction_apply_default_spatial_preprocess_chw_uint8
( frames_uint8: torch.Tensor, target_hw: Tuple[int, int], )
starVLA/model/framework/latent_world/batch_utils.py:243
↓ 1 callersFunction_apply_flow_only_grad_to_h_vlm
Keep full VLM context values for flow, but split direct-flow gradients by sequence boundary: only tokens after the last act placeholder keep
starVLA/model/framework/vlas/lawam.py:185
↓ 1 callersMethod_apply_gr00t_processing
Args: batch: video: [T, V, H, W, C]
starVLA/dataloader/gr00t_lerobot/transform/groottransforms.py:144
↓ 1 callersMethod_apply_latent_norm
(self, encoded_features: torch.Tensor, use_norm: bool)
latent_action_model/core/vjepa_encoder.py:478
↓ 1 callersFunction_apply_modes
(cur_module, requested_mode: bool, inherited_mode: bool | None)
starVLA/model/tools.py:149
↓ 1 callersMethod_apply_temporal_delta_indices
(self, dataset: LeRobotSingleDataset)
latent_action_model/data_loader/lerobot_dataset.py:206
↓ 1 callersMethod_as_nhwc_uint8_batch
Convert batched videos to uint8 [B,T,H,W,C] once before GPU augmentation.
latent_action_model/core/lam_lightinng.py:493
↓ 1 callersMethod_as_nhwc_uint8_clip
Convert one clip to uint8 [T,H,W,C] for GPU augmentation.
latent_action_model/core/lam_lightinng.py:470
↓ 1 callersMethod_augment_primary_and_wrist_views
( *, primary_videos: torch.Tensor, wrist_images: torch.Tensor, enable_random_r
starVLA/dataloader/latent_world_train_collator.py:95
↓ 1 callersMethod_augment_video_list_on_gpu
Apply two-view GPU augmentation for heterogeneous-shape batches.
latent_action_model/core/lam_lightinng.py:516
↓ 1 callersMethod_build_action_ensemble_cache
(self, raw_actions: np.ndarray)
examples/Robotwin/starvla_policy/deploy_policy.py:619
↓ 1 callersMethod_build_action_ensemble_cache
(self, slot_state: _SlotState, raw_actions: np.ndarray)
examples/Robotwin/eval_files/model2robotwin_interface.py:689
↓ 1 callersMethod_build_active_step_indexing
Build local-step indexing arrays for fast local->absolute index mapping.
starVLA/dataloader/gr00t_lerobot/datasets.py:811
↓ 1 callersMethod_build_flow_future_condition
( self, *, h_t1_pred: torch.Tensor, h_t1_gt: torch.Tensor, )
starVLA/model/framework/vlas/lawam.py:548
↓ 1 callersMethod_build_hidden_timesteps
( *, action_timesteps: torch.Tensor, token_valid: torch.Tensor, has_state_toke
starVLA/model/framework/vlas/flowmatching_expert.py:309
↓ 1 callersMethod_build_infer_example
(self, example: dict[str, Any])
examples/Robotwin/starvla_policy/deploy_policy.py:556
↓ 1 callersMethod_build_infer_example
(self, example: dict[str, Any])
examples/Robotwin/eval_files/model2robotwin_interface.py:397
↓ 1 callersMethod_build_lam_teacher_inputs_for_distill
(self, primary_video: torch.Tensor)
starVLA/model/framework/vlas/lawam.py:432
↓ 1 callersMethod_build_latent_world_output_sample
( self, dataset: LeRobotSingleDataset, data: dict, selected_video_keys: list[s
starVLA/dataloader/gr00t_lerobot/datasets.py:2676
↓ 1 callersFunction_build_loader_candidates
(model_id, cache_dir=None)
starVLA/model/framework/vlas/vlm_auto.py:54
↓ 1 callersFunction_build_modality_config
Clone ROBOT_TYPE_CONFIG_MAP[robot_type].modality_config() and override delta_indices. We only keep video/state by default to reduce IO for LA
latent_action_model/data_loader/lerobot_dataset.py:27
↓ 1 callersMethod_build_mode_split_from_trajectories
Build deterministic train/val split using trajectory order and tail ratio.
starVLA/dataloader/gr00t_lerobot/datasets.py:771
↓ 1 callersMethod_build_normalizer
( self, normalize_source: str, ckpt_path: Optional[str], unnorm_key: Optional[
deployment/model_server/server_policy_dataset_replay.py:93
↓ 1 callersMethod_build_optimizer_param_groups
Build AdamW decay/no-decay param groups for LAM training.
latent_action_model/core/lam_lightinng.py:380
↓ 1 callersMethod_build_output_sample
( self, dataset: LeRobotSingleDataset, data: dict, selected_video_keys: list[s
starVLA/dataloader/gr00t_lerobot/datasets.py:2661
↓ 1 callersFunction_build_parallel_replay_panel
(obs: dict[str, Any])
examples/LIBERO/eval_files/libero_eval_core.py:757
↓ 1 callersFunction_build_parser
()
latent_action_model/precompute_dataset_cache.py:205
↓ 1 callersFunction_build_policy_example_from_obs
( obs: dict[str, Any], task_description: str, )
examples/LIBERO/eval_files/libero_eval_core.py:365
↓ 1 callersMethod_build_src_mask
(self, T: int, device: torch.device)
latent_action_model/core/utils/modules.py:719
↓ 1 callersFunction_build_temporal_delta_indices
(num_frames: int, frame_dt_sec: float, fps: float)
latent_action_model/data_loader/lerobot_dataset.py:71
↓ 1 callersFunction_build_train_aug
( output_size: Tuple[int, int], scale: Tuple[float, float], ratio: Tuple[float, float], bright
latent_action_model/data_loader/video_aug.py:14
↓ 1 callersMethod_build_video_disk_cache_into_dir
(self, cache_dir: Path, cache_inputs: dict[str, Any])
starVLA/dataloader/gr00t_lerobot/datasets.py:2003
↓ 1 callersMethod_build_video_key_transform_cache
( self, dataset: LeRobotSingleDataset, robot_type: str, state_keys: Sequence[s
latent_action_model/data_loader/lerobot_dataset.py:240
↓ 1 callersMethod_calculate_total_batch_size
calculate global batch size
starVLA/training/train_starvla.py:268
↓ 1 callersFunction_cap_source_aspect_video_uint8
(videos_uint8: torch.Tensor, max_aspect: float = MAX_SOURCE_ASPECT)
starVLA/model/framework/latent_world/batch_utils.py:213
↓ 1 callersMethod_check_integrity
Use the config to check if the keys are valid and detect silent data corruption.
starVLA/dataloader/gr00t_lerobot/datasets.py:1182
↓ 1 callersMethod_check_unnorm_key
Duplicate helper (retained for backward compatibility). See primary _check_unnorm_key above.
starVLA/model/framework/base_framework.py:276
↓ 1 callersMethod_check_unnorm_key
(norm_stats: dict[str, Any], unnorm_key: str | None)
deployment/model_server/server_policy_tcp_fold_towel.py:153
↓ 1 callersMethod_check_unnorm_key
(norm_stats: dict[str, Any], unnorm_key: str | None)
deployment/model_server/server_policy_http_franka.py:120
↓ 1 callersMethod_check_unnorm_key
(norm_stats, unnorm_key)
examples/LIBERO/eval_files/model2libero_interface.py:464
↓ 1 callersMethod_check_unnorm_key
(norm_stats: dict, unnorm_key: Optional[str])
examples/Robotwin/starvla_policy/deploy_policy.py:696
↓ 1 callersMethod_check_unnorm_key
(norm_stats: dict, unnorm_key: Optional[str])
examples/Robotwin/eval_files/model2robotwin_interface.py:754
↓ 1 callersFunction_clean_vjepa_backbone_state_dict
(state_dict: dict)
latent_action_model/core/vjepa_encoder.py:89
↓ 1 callersFunction_coerce_config_bool
Parse config booleans explicitly to avoid `bool("false") == True` surprises.
starVLA/training/train_starvla.py:85
↓ 1 callersMethod_coerce_state
(state: Any)
deployment/model_server/server_policy_http_isaac_groot.py:208
↓ 1 callersFunction_collect_action_normalization_modes_from_datasets
(datasets: Sequence[Any])
starVLA/dataloader/gr00t_lerobot/datasets.py:2326
↓ 1 callersFunction_collect_flags_cached
(cur_module)
starVLA/model/tools.py:138
↓ 1 callersMethod_collect_video_cache_inputs
(self, video_keys: list[str])
starVLA/dataloader/gr00t_lerobot/datasets.py:1884
↓ 1 callersMethod_compute_distill_loss
( self, *, pred_latent: torch.Tensor, primary_video: torch.Tensor, emb
starVLA/model/framework/vlas/lawam.py:478
↓ 1 callersMethod_compute_latent_loss
( self, *, pred_latent: torch.Tensor, teacher_latent: torch.Tensor, la
starVLA/model/framework/vlas/lawam.py:462
↓ 1 callersFunction_configure_logging
()
examples/LIBERO/eval_files/libero_eval_core.py:186
↓ 1 callersFunction_configure_mujoco_backend
( args: EvalArgs, adapter: BenchmarkAdapter, )
examples/LIBERO/eval_files/libero_eval_core.py:225
↓ 1 callersFunction_configure_warp_cache_for_slot
(*, task_args: dict[str, Any], slot_id: int)
examples/Robotwin/eval_files/robotwin_batch_bridge.py:267
↓ 1 callersMethod_connect
(self)
deployment/model_server/tools/websocket_policy_client.py:41
↓ 1 callersFunction_coordinated_parallel_eval
( *, args: EvalArgs, adapter: BenchmarkAdapter, run_output_dir: Path, log_output_dir: Path
examples/LIBERO/eval_files/libero_eval_core.py:1116
↓ 1 callersMethod_create_data_iterators
create data iterators
starVLA/training/train_starvla.py:397
↓ 1 callersMethod_decode_future_tokens_strict_single_query
( self, *, h_t: torch.Tensor, pred_action_emb: torch.Tensor, source: s
starVLA/model/framework/vlas/lawam.py:492
↓ 1 callersFunction_decode_special_arrays
(value: Any)
deployment/model_server/server_policy_http_isaac_groot.py:46
↓ 1 callersFunction_decode_special_arrays
(value: Any)
deployment/model_server/server_policy_http_franka.py:52
↓ 1 callersFunction_dedupe_loaders
(loaders)
starVLA/model/framework/vlas/vlm_auto.py:40
↓ 1 callersFunction_drop_removed_lm_head_unexpected_keys
Drop legacy VLM lm_head keys when the current VLA has removed lm_head.
starVLA/model/framework/base_framework.py:101
↓ 1 callersMethod_ema_update
EMA update of codebooks using current assignments.
latent_action_model/core/vq.py:776
↓ 1 callersMethod_encode_btchw
(self, images: torch.Tensor)
latent_action_model/core/utils/modules.py:752
↓ 1 callersMethod_ensemble_action_for_step
(self, step: int)
examples/Robotwin/starvla_policy/deploy_policy.py:646
↓ 1 callersMethod_ensemble_action_for_step
(self, action_history: list[dict[str, Any]], step: int)
examples/Robotwin/eval_files/model2robotwin_interface.py:723
↓ 1 callersMethod_ensure_batch_state
(self, *, batch_size: int, examples: Optional[list[dict]] = None, **query: dict)
deployment/model_server/dataset_replay_policy_base.py:113
↓ 1 callersMethod_ensure_processor
(self)
starVLA/dataloader/latent_world_train_collator.py:69
↓ 1 callersMethod_ensure_video_memmap_open
(self, key: str)
starVLA/dataloader/gr00t_lerobot/datasets.py:2198
↓ 1 callersMethod_expected_action_chunk_length
(self, action_hz: float)
examples/LIBERO/eval_files/model2libero_interface.py:323
↓ 1 callersFunction_extract_frame_with_ffmpeg
Fallback path for samples that PyAV fails to decode at a target timestamp.
starVLA/dataloader/gr00t_lerobot/video.py:208
↓ 1 callersMethod_extract_images
(self, payload: dict[str, Any])
deployment/model_server/server_policy_http_isaac_groot.py:195
↓ 1 callersMethod_extract_images
(self, payload: dict[str, Any])
deployment/model_server/server_policy_http_franka.py:173
↓ 1 callersMethod_extract_instruction_from_payload
(payload: dict[str, Any])
deployment/model_server/server_policy_http_isaac_groot.py:159
↓ 1 callersMethod_extract_instruction_from_payload
(payload: dict[str, Any])
deployment/model_server/server_policy_http_franka.py:135
↓ 1 callersMethod_extract_primary_frames
(primary_image, *, ex_idx: int)
starVLA/model/framework/latent_world/batch_builder.py:199
↓ 1 callersFunction_extract_robotwin_data_mix
(model_config: dict[str, Any])
examples/Robotwin/starvla_policy/deploy_policy.py:92
↓ 1 callersFunction_extract_robotwin_data_mix
(model_config: dict[str, Any])
examples/Robotwin/eval_files/model2robotwin_interface.py:82
↓ 1 callersFunction_extract_vla_data_config
(config: dict[str, Any])
latent_action_model/precompute_dataset_cache.py:41
↓ 1 callersMethod_extract_wrist_frames
(ex)
starVLA/model/framework/latent_world/batch_builder.py:219
↓ 1 callersMethod_finalize_training
training end processing
starVLA/training/train_starvla.py:675
↓ 1 callersFunction_find_local_vjepa_repo
()
latent_action_model/core/vjepa_encoder.py:36
↓ 1 callersMethod_flow_h_t1_pred_prob
(self)
starVLA/model/framework/vlas/lawam.py:538
↓ 1 callersMethod_flush_recording_feature_buffer
(self, run_id: str, *, out_dir: Path)
deployment/model_server/server_policy_tcp_fold_towel.py:325
← previousnext →301–400 of 1,214, ranked by callers