MCPcopy Create free account

hub / github.com/RLinf/LaWAM / types & classes

Types & classes176 in github.com/RLinf/LaWAM

↓ 73 callersClassModalityConfig
Configuration for a modality.
starVLA/dataloader/gr00t_lerobot/datasets.py:348
↓ 36 callersClassStateActionToTensor
Transforms states and actions to tensors.
starVLA/dataloader/gr00t_lerobot/transform/state_action.py:216
↓ 35 callersClassStateActionTransform
Class for state or action transform. Args: apply_to (list[str]): The keys in the modality to load and transform. normalizati
starVLA/dataloader/gr00t_lerobot/transform/state_action.py:277
↓ 14 callersClassVisionTransformer
Vision Transformer
latent_action_model/core/utils/vision_transformer.py:17
↓ 8 callersClassTaskCompletionState
examples/Robotwin/eval_files/robotwin_eval_common.py:227
↓ 8 callersClassWorkerEvent
examples/LIBERO/eval_files/libero_eval_core.py:108
↓ 7 callersClassAccessTrackedConfig
Wrapper for OmegaConf to track accessed parameters. Only saves configuration items that were actually accessed during execution.
starVLA/training/trainer_utils/config_tracker.py:7
↓ 4 callersClassCategorySpecificLinear
starVLA/model/framework/vlas/flowmatching_expert.py:92
↓ 4 callersClassComposedModalityTransform
Compose multiple modality transforms.
starVLA/dataloader/gr00t_lerobot/transform/base.py:93
↓ 3 callersClassAttention
latent_action_model/core/utils/modules.py:472
↓ 3 callersClassCategorySpecificMLP
latent_action_model/core/utils/modules.py:43
↓ 2 callersClassAgilexDataConfig
Configuration for Agilex dual-arm robot with rich state/action information
starVLA/dataloader/gr00t_lerobot/data_config.py:932
↓ 2 callersClassBenchmarkAdapter
examples/LIBERO/eval_files/libero_benchmark_adapters.py:16
↓ 2 callersClassCategorySpecificLinear
latent_action_model/core/utils/modules.py:13
↓ 2 callersClassContextAdapter
starVLA/training/trainer_utils/overwatch.py:40
↓ 2 callersClassDropPath
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
latent_action_model/core/utils/modules.py:121
↓ 2 callersClassEmbodimentTag
starVLA/dataloader/gr00t_lerobot/embodiment_tags.py:19
↓ 2 callersClassEpisodeResult
examples/LIBERO/eval_files/libero_eval_core.py:80
↓ 2 callersClassFixed2DPositionalEncoding
latent_action_model/core/utils/pos_embs.py:72
↓ 2 callersClassLatentLAMModel
LAM model with a shared vision encoder, latent action bottleneck, and state decoder.
latent_action_model/core/lam_model.py:18
↓ 2 callersClassLatentWorldPolicyConfigBuilder
Build LatentWorldPolicyConfig from global training config with strict field validation.
starVLA/model/framework/latent_world/config_builder.py:10
↓ 2 callersClassLatentWorldPolicyFreezeConfig
starVLA/model/framework/latent_world/runtime/freeze_policy.py:15
↓ 2 callersClassLeRobotLAMDataset
Mixture dataset that reuses starVLA's LeRobot loaders but emits LAM-ready raw samples. Output sample: { "frames": torch.
latent_action_model/data_loader/lerobot_dataset.py:82
↓ 2 callersClassLeRobotMixtureDataset
A mixture of multiple datasets. This class samples a single dataset based on the dataset weights and then calls the `__getitem__` method of the s
starVLA/dataloader/gr00t_lerobot/datasets.py:2393
↓ 2 callersClassMLP
latent_action_model/core/utils/modules.py:135
↓ 2 callersClassMultiEmbodimentActionEncoder
starVLA/model/framework/vlas/flowmatching_expert.py:117
↓ 2 callersClassNSVQ
latent_action_model/core/vq.py:883
↓ 2 callersClassResidualConvUnit
latent_action_model/core/utils/dpt_head.py:8
↓ 2 callersClassRobotwinControlSpec
examples/Robotwin/starvla_policy/deploy_policy.py:54
↓ 2 callersClassRobotwinControlSpec
examples/Robotwin/eval_files/model2robotwin_interface.py:44
↓ 2 callersClassRotationType
Type of rotation representation
starVLA/dataloader/gr00t_lerobot/schema.py:27
↓ 2 callersClassStateActionSinCosTransform
Class for state or action sin-cos transform. Args: apply_to (list[str]): The keys in the modality to load and transform.
starVLA/dataloader/gr00t_lerobot/transform/state_action.py:639
↓ 2 callersClassSwiGLUFFN
latent_action_model/core/utils/modules.py:154
↓ 2 callersClassTeeStream
examples/Robotwin/eval_files/robotwin_batch_bridge.py:49
↓ 2 callersClassVideoResize
starVLA/dataloader/gr00t_lerobot/transform/video.py:380
↓ 2 callersClassVideoToTensorUint8
starVLA/dataloader/gr00t_lerobot/transform/video.py:585
↓ 2 callersClassWebsocketClientPolicy
Implements the Policy interface by communicating with a server over websocket. See WebsocketPolicyServer for a corresponding server implementatio
deployment/model_server/tools/websocket_policy_client.py:14
↓ 2 callersClassWebsocketPolicyServer
Serves a policy using the websocket protocol. See websocket_client_policy.py for a client implementation. Currently only implements the `load` an
deployment/model_server/tools/websocket_policy_server.py:16
↓ 1 callersClassACRoPEAttention
latent_action_model/core/utils/modules.py:177
↓ 1 callersClassAEQuantizer
Simple linear bottleneck used when vq_type='ae'. - Keeps interface compatible with VQ/VAE modules. - Now operates directly in code_dim sp
latent_action_model/core/vq.py:113
↓ 1 callersClassAdaLNBlock
Pre-norm Transformer block with Adaptive Layer Normalization (AdaLN) conditioning. Each block receives a conditioning vector c ~ [B, D] (act
latent_action_model/core/utils/lam_decoder.py:13
↓ 1 callersClassAdaLayerNorm
starVLA/model/framework/vlas/cross_attention_dit.py:45
↓ 1 callersClassAgibotGenieDataConfig
Configuration for AgiBOT humanoid robot with dual arms
starVLA/dataloader/gr00t_lerobot/data_config.py:1210
↓ 1 callersClassBasicTransformerBlock
starVLA/model/framework/vlas/cross_attention_dit.py:74
↓ 1 callersClassBatchInFlight
examples/LIBERO/eval_files/libero_eval_core.py:126
↓ 1 callersClassBlock
latent_action_model/core/utils/modules.py:586
↓ 1 callersClassBridgeDataConfig
starVLA/dataloader/gr00t_lerobot/data_config.py:212
↓ 1 callersClassCandidateInfo
examples/Robotwin/eval_files/robotwin_batch_bridge.py:70
↓ 1 callersClassCategorySpecificMLP
starVLA/model/framework/vlas/flowmatching_expert.py:105
↓ 1 callersClassConcatTransform
Concatenate modality keys according to specified order. Note: State/action padding and mask generation are intentionally not handled
starVLA/dataloader/gr00t_lerobot/transform/concat.py:26
↓ 1 callersClassConditionalFlowMatchingConfig
starVLA/model/framework/vlas/flowmatching_expert.py:156
↓ 1 callersClassConditionalFlowMatchingHead
starVLA/model/framework/vlas/flowmatching_expert.py:196
↓ 1 callersClassContinuousTimeEncoder
Maps continuous time in seconds to sinusoidal embeddings.
starVLA/model/framework/vlas/flowmatching_expert.py:22
↓ 1 callersClassCosmosAutoencoder
latent_action_model/core/vjepa_encoder.py:394
↓ 1 callersClassCrossAttentionBlock
latent_action_model/core/utils/modules.py:817
↓ 1 callersClassDINOv3Encoder
latent_action_model/core/vjepa_encoder.py:287
↓ 1 callersClassDatasetMetadata
Metadata of the trainable dataset Changes: - Update to use the new RawCommitHashMetadataMetadata_V1_2
starVLA/dataloader/gr00t_lerobot/schema.py:212
↓ 1 callersClassDatasetReplayHTTPServer
deployment/model_server/server_policy_http_dataset_replay.py:34
↓ 1 callersClassDatasetTrajectoryReplayPolicy
deployment/model_server/server_policy_dataset_replay.py:32
↓ 1 callersClassDinoPixelDecoderCollator
starVLA/dataloader/dino_pixel_decoder_collator.py:21
↓ 1 callersClassDistributedOverwatch
starVLA/training/trainer_utils/overwatch.py:48
↓ 1 callersClassDroidDataConfig
starVLA/dataloader/gr00t_lerobot/data_config.py:107
↓ 1 callersClassEMAVQ
latent_action_model/core/vq.py:747
↓ 1 callersClassEpisodeWorkItem
examples/LIBERO/eval_files/libero_eval_core.py:73
↓ 1 callersClassEvalArgs
examples/LIBERO/eval_files/libero_eval_core.py:40
↓ 1 callersClassFeatureFusionBlock
latent_action_model/core/utils/dpt_head.py:31
↓ 1 callersClassFixed3DPositionalEncoding
latent_action_model/core/utils/pos_embs.py:26
↓ 1 callersClassFoldTowelDataConfig
Configuration for the real dual-arm fold-towel teleoperation dataset.
starVLA/dataloader/gr00t_lerobot/data_config.py:1133
↓ 1 callersClassFoldTowelTCPPolicyServer
deployment/model_server/server_policy_tcp_fold_towel.py:107
↓ 1 callersClassFourierGr1ArmsWaistDataConfig
starVLA/dataloader/gr00t_lerobot/data_config.py:599
↓ 1 callersClassFourierGr1ArmsWaistJointEefDataConfig
starVLA/dataloader/gr00t_lerobot/data_config.py:682
↓ 1 callersClassFractalDataConfig
starVLA/dataloader/gr00t_lerobot/data_config.py:438
↓ 1 callersClassFrankaHTTPPolicyServer
deployment/model_server/server_policy_http_franka.py:75
↓ 1 callersClassHumanVideoDataConfig
starVLA/dataloader/gr00t_lerobot/data_config.py:1646
↓ 1 callersClassIsaacGR00THTTPPolicyServer
deployment/model_server/server_policy_http_isaac_groot.py:87
↓ 1 callersClassLAMDecoder_v2
latent_action_model/core/utils/lam_decoder.py:72
↓ 1 callersClassLAMEncoder
latent_action_model/core/utils/lam_encoder.py:13
↓ 1 callersClassLatentWorldPolicyComponents
starVLA/model/framework/latent_world/runtime/components.py:21
↓ 1 callersClassLatentWorldPolicyConfig
Independent LatentWorldPolicyBackend config.
starVLA/model/framework/vlas/lawam.py:33
↓ 1 callersClassLatentWorldPolicyInferBatchBuilder
starVLA/model/framework/latent_world/batch_builder.py:18
↓ 1 callersClassLatentWorldPolicyRunner
starVLA/model/framework/latent_world/runtime/runner.py:21
↓ 1 callersClassLatentWorldPolicyVLMAdapter
Policy-side adapter for Qwen-VL prompt/processor encoding.
starVLA/model/framework/latent_world/vlm_adapter.py:100
↓ 1 callersClassLatentWorldProcessorSpec
starVLA/model/framework/latent_world/processor_utils.py:10
↓ 1 callersClassLatentWorldTrainCollator
starVLA/dataloader/latent_world_train_collator.py:27
↓ 1 callersClassLeRobotSingleDataset
Base dataset class for LeRobot that supports sharding.
starVLA/dataloader/gr00t_lerobot/datasets.py:357
↓ 1 callersClassLibero4in1DataConfig
Configuration for LIBERO dataset with Franka robot
starVLA/dataloader/gr00t_lerobot/data_config.py:521
↓ 1 callersClassLocalStarVLARobotwinPolicy
examples/Robotwin/starvla_policy/deploy_policy.py:200
↓ 1 callersClassModelClient
examples/LIBERO/eval_files/model2libero_interface.py:12
↓ 1 callersClassModelClient
examples/Robotwin/eval_files/model2robotwin_interface.py:163
↓ 1 callersClassNormalizer
starVLA/dataloader/gr00t_lerobot/transform/state_action.py:98
↓ 1 callersClassObservationRequest
examples/Robotwin/eval_files/robotwin_batch_bridge.py:76
↓ 1 callersClassOxeRT1DataConfig
starVLA/dataloader/gr00t_lerobot/data_config.py:322
↓ 1 callersClassPandaOmronDataConfig
starVLA/dataloader/gr00t_lerobot/data_config.py:764
↓ 1 callersClassPatchEmbed
latent_action_model/core/utils/modules.py:745
↓ 1 callersClassPolicyEncodingState
starVLA/model/framework/vlas/lawam.py:238
↓ 1 callersClassPositionalEncoding
latent_action_model/core/utils/pos_embs.py:12
↓ 1 callersClassPureOverwatch
starVLA/training/trainer_utils/overwatch.py:96
↓ 1 callersClassQFormer_att
latent_action_model/core/utils/modules.py:699
↓ 1 callersClassRegistry
starVLA/model/tools.py:179
↓ 1 callersClassRoPEAttention
latent_action_model/core/utils/modules.py:341
next →1–100 of 176, ranked by callers