Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RLinf/LaWAM
/ types & classes
Types & classes
176 in github.com/RLinf/LaWAM
⨍
Functions
1,214
◇
Types & classes
176
↳
Endpoints
1
↓ 73 callers
Class
ModalityConfig
Configuration for a modality.
starVLA/dataloader/gr00t_lerobot/datasets.py:348
↓ 36 callers
Class
StateActionToTensor
Transforms states and actions to tensors.
starVLA/dataloader/gr00t_lerobot/transform/state_action.py:216
↓ 35 callers
Class
StateActionTransform
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 callers
Class
VisionTransformer
Vision Transformer
latent_action_model/core/utils/vision_transformer.py:17
↓ 8 callers
Class
TaskCompletionState
examples/Robotwin/eval_files/robotwin_eval_common.py:227
↓ 8 callers
Class
WorkerEvent
examples/LIBERO/eval_files/libero_eval_core.py:108
↓ 7 callers
Class
AccessTrackedConfig
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 callers
Class
CategorySpecificLinear
starVLA/model/framework/vlas/flowmatching_expert.py:92
↓ 4 callers
Class
ComposedModalityTransform
Compose multiple modality transforms.
starVLA/dataloader/gr00t_lerobot/transform/base.py:93
↓ 3 callers
Class
Attention
latent_action_model/core/utils/modules.py:472
↓ 3 callers
Class
CategorySpecificMLP
latent_action_model/core/utils/modules.py:43
↓ 2 callers
Class
AgilexDataConfig
Configuration for Agilex dual-arm robot with rich state/action information
starVLA/dataloader/gr00t_lerobot/data_config.py:932
↓ 2 callers
Class
BenchmarkAdapter
examples/LIBERO/eval_files/libero_benchmark_adapters.py:16
↓ 2 callers
Class
CategorySpecificLinear
latent_action_model/core/utils/modules.py:13
↓ 2 callers
Class
ContextAdapter
starVLA/training/trainer_utils/overwatch.py:40
↓ 2 callers
Class
DropPath
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
latent_action_model/core/utils/modules.py:121
↓ 2 callers
Class
EmbodimentTag
starVLA/dataloader/gr00t_lerobot/embodiment_tags.py:19
↓ 2 callers
Class
EpisodeResult
examples/LIBERO/eval_files/libero_eval_core.py:80
↓ 2 callers
Class
Fixed2DPositionalEncoding
latent_action_model/core/utils/pos_embs.py:72
↓ 2 callers
Class
LatentLAMModel
LAM model with a shared vision encoder, latent action bottleneck, and state decoder.
latent_action_model/core/lam_model.py:18
↓ 2 callers
Class
LatentWorldPolicyConfigBuilder
Build LatentWorldPolicyConfig from global training config with strict field validation.
starVLA/model/framework/latent_world/config_builder.py:10
↓ 2 callers
Class
LatentWorldPolicyFreezeConfig
starVLA/model/framework/latent_world/runtime/freeze_policy.py:15
↓ 2 callers
Class
LeRobotLAMDataset
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 callers
Class
LeRobotMixtureDataset
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 callers
Class
MLP
latent_action_model/core/utils/modules.py:135
↓ 2 callers
Class
MultiEmbodimentActionEncoder
starVLA/model/framework/vlas/flowmatching_expert.py:117
↓ 2 callers
Class
NSVQ
latent_action_model/core/vq.py:883
↓ 2 callers
Class
ResidualConvUnit
latent_action_model/core/utils/dpt_head.py:8
↓ 2 callers
Class
RobotwinControlSpec
examples/Robotwin/starvla_policy/deploy_policy.py:54
↓ 2 callers
Class
RobotwinControlSpec
examples/Robotwin/eval_files/model2robotwin_interface.py:44
↓ 2 callers
Class
RotationType
Type of rotation representation
starVLA/dataloader/gr00t_lerobot/schema.py:27
↓ 2 callers
Class
StateActionSinCosTransform
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 callers
Class
SwiGLUFFN
latent_action_model/core/utils/modules.py:154
↓ 2 callers
Class
TeeStream
examples/Robotwin/eval_files/robotwin_batch_bridge.py:49
↓ 2 callers
Class
VideoResize
starVLA/dataloader/gr00t_lerobot/transform/video.py:380
↓ 2 callers
Class
VideoToTensorUint8
starVLA/dataloader/gr00t_lerobot/transform/video.py:585
↓ 2 callers
Class
WebsocketClientPolicy
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 callers
Class
WebsocketPolicyServer
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 callers
Class
ACRoPEAttention
latent_action_model/core/utils/modules.py:177
↓ 1 callers
Class
AEQuantizer
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 callers
Class
AdaLNBlock
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 callers
Class
AdaLayerNorm
starVLA/model/framework/vlas/cross_attention_dit.py:45
↓ 1 callers
Class
AgibotGenieDataConfig
Configuration for AgiBOT humanoid robot with dual arms
starVLA/dataloader/gr00t_lerobot/data_config.py:1210
↓ 1 callers
Class
BasicTransformerBlock
starVLA/model/framework/vlas/cross_attention_dit.py:74
↓ 1 callers
Class
BatchInFlight
examples/LIBERO/eval_files/libero_eval_core.py:126
↓ 1 callers
Class
Block
latent_action_model/core/utils/modules.py:586
↓ 1 callers
Class
BridgeDataConfig
starVLA/dataloader/gr00t_lerobot/data_config.py:212
↓ 1 callers
Class
CandidateInfo
examples/Robotwin/eval_files/robotwin_batch_bridge.py:70
↓ 1 callers
Class
CategorySpecificMLP
starVLA/model/framework/vlas/flowmatching_expert.py:105
↓ 1 callers
Class
ConcatTransform
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 callers
Class
ConditionalFlowMatchingConfig
starVLA/model/framework/vlas/flowmatching_expert.py:156
↓ 1 callers
Class
ConditionalFlowMatchingHead
starVLA/model/framework/vlas/flowmatching_expert.py:196
↓ 1 callers
Class
ContinuousTimeEncoder
Maps continuous time in seconds to sinusoidal embeddings.
starVLA/model/framework/vlas/flowmatching_expert.py:22
↓ 1 callers
Class
CosmosAutoencoder
latent_action_model/core/vjepa_encoder.py:394
↓ 1 callers
Class
CrossAttentionBlock
latent_action_model/core/utils/modules.py:817
↓ 1 callers
Class
DINOv3Encoder
latent_action_model/core/vjepa_encoder.py:287
↓ 1 callers
Class
DatasetMetadata
Metadata of the trainable dataset Changes: - Update to use the new RawCommitHashMetadataMetadata_V1_2
starVLA/dataloader/gr00t_lerobot/schema.py:212
↓ 1 callers
Class
DatasetReplayHTTPServer
deployment/model_server/server_policy_http_dataset_replay.py:34
↓ 1 callers
Class
DatasetTrajectoryReplayPolicy
deployment/model_server/server_policy_dataset_replay.py:32
↓ 1 callers
Class
DinoPixelDecoderCollator
starVLA/dataloader/dino_pixel_decoder_collator.py:21
↓ 1 callers
Class
DistributedOverwatch
starVLA/training/trainer_utils/overwatch.py:48
↓ 1 callers
Class
DroidDataConfig
starVLA/dataloader/gr00t_lerobot/data_config.py:107
↓ 1 callers
Class
EMAVQ
latent_action_model/core/vq.py:747
↓ 1 callers
Class
EpisodeWorkItem
examples/LIBERO/eval_files/libero_eval_core.py:73
↓ 1 callers
Class
EvalArgs
examples/LIBERO/eval_files/libero_eval_core.py:40
↓ 1 callers
Class
FeatureFusionBlock
latent_action_model/core/utils/dpt_head.py:31
↓ 1 callers
Class
Fixed3DPositionalEncoding
latent_action_model/core/utils/pos_embs.py:26
↓ 1 callers
Class
FoldTowelDataConfig
Configuration for the real dual-arm fold-towel teleoperation dataset.
starVLA/dataloader/gr00t_lerobot/data_config.py:1133
↓ 1 callers
Class
FoldTowelTCPPolicyServer
deployment/model_server/server_policy_tcp_fold_towel.py:107
↓ 1 callers
Class
FourierGr1ArmsWaistDataConfig
starVLA/dataloader/gr00t_lerobot/data_config.py:599
↓ 1 callers
Class
FourierGr1ArmsWaistJointEefDataConfig
starVLA/dataloader/gr00t_lerobot/data_config.py:682
↓ 1 callers
Class
FractalDataConfig
starVLA/dataloader/gr00t_lerobot/data_config.py:438
↓ 1 callers
Class
FrankaHTTPPolicyServer
deployment/model_server/server_policy_http_franka.py:75
↓ 1 callers
Class
HumanVideoDataConfig
starVLA/dataloader/gr00t_lerobot/data_config.py:1646
↓ 1 callers
Class
IsaacGR00THTTPPolicyServer
deployment/model_server/server_policy_http_isaac_groot.py:87
↓ 1 callers
Class
LAMDecoder_v2
latent_action_model/core/utils/lam_decoder.py:72
↓ 1 callers
Class
LAMEncoder
latent_action_model/core/utils/lam_encoder.py:13
↓ 1 callers
Class
LatentWorldPolicyComponents
starVLA/model/framework/latent_world/runtime/components.py:21
↓ 1 callers
Class
LatentWorldPolicyConfig
Independent LatentWorldPolicyBackend config.
starVLA/model/framework/vlas/lawam.py:33
↓ 1 callers
Class
LatentWorldPolicyInferBatchBuilder
starVLA/model/framework/latent_world/batch_builder.py:18
↓ 1 callers
Class
LatentWorldPolicyRunner
starVLA/model/framework/latent_world/runtime/runner.py:21
↓ 1 callers
Class
LatentWorldPolicyVLMAdapter
Policy-side adapter for Qwen-VL prompt/processor encoding.
starVLA/model/framework/latent_world/vlm_adapter.py:100
↓ 1 callers
Class
LatentWorldProcessorSpec
starVLA/model/framework/latent_world/processor_utils.py:10
↓ 1 callers
Class
LatentWorldTrainCollator
starVLA/dataloader/latent_world_train_collator.py:27
↓ 1 callers
Class
LeRobotSingleDataset
Base dataset class for LeRobot that supports sharding.
starVLA/dataloader/gr00t_lerobot/datasets.py:357
↓ 1 callers
Class
Libero4in1DataConfig
Configuration for LIBERO dataset with Franka robot
starVLA/dataloader/gr00t_lerobot/data_config.py:521
↓ 1 callers
Class
LocalStarVLARobotwinPolicy
examples/Robotwin/starvla_policy/deploy_policy.py:200
↓ 1 callers
Class
ModelClient
examples/LIBERO/eval_files/model2libero_interface.py:12
↓ 1 callers
Class
ModelClient
examples/Robotwin/eval_files/model2robotwin_interface.py:163
↓ 1 callers
Class
Normalizer
starVLA/dataloader/gr00t_lerobot/transform/state_action.py:98
↓ 1 callers
Class
ObservationRequest
examples/Robotwin/eval_files/robotwin_batch_bridge.py:76
↓ 1 callers
Class
OxeRT1DataConfig
starVLA/dataloader/gr00t_lerobot/data_config.py:322
↓ 1 callers
Class
PandaOmronDataConfig
starVLA/dataloader/gr00t_lerobot/data_config.py:764
↓ 1 callers
Class
PatchEmbed
latent_action_model/core/utils/modules.py:745
↓ 1 callers
Class
PolicyEncodingState
starVLA/model/framework/vlas/lawam.py:238
↓ 1 callers
Class
PositionalEncoding
latent_action_model/core/utils/pos_embs.py:12
↓ 1 callers
Class
PureOverwatch
starVLA/training/trainer_utils/overwatch.py:96
↓ 1 callers
Class
QFormer_att
latent_action_model/core/utils/modules.py:699
↓ 1 callers
Class
Registry
starVLA/model/tools.py:179
↓ 1 callers
Class
RoPEAttention
latent_action_model/core/utils/modules.py:341
next →
1–100 of 176, ranked by callers