vllm_omni.diffusion.models.gr00t.configs.embodiment_configs ¶
ActionConfig dataclass ¶
ActionFormat ¶
ActionRepresentation ¶
ActionType ¶
ModalityConfig dataclass ¶
Configuration for a modality defining how data should be sampled and loaded.
This class specifies which indices to sample relative to a base index and which keys to load for a particular modality (e.g., video, state, action).
action_configs class-attribute instance-attribute ¶
action_configs: list[ActionConfig] | None = None
delta_indices instance-attribute ¶
Delta indices to sample relative to the current index. The returned data will correspond to the original data at a sampled base index + delta indices.
mean_std_embedding_keys class-attribute instance-attribute ¶
Optional list of keys to apply mean/std normalization. If None or empty, use min/max normalization for all keys.
modality_keys instance-attribute ¶
The keys to load for the modality in the dataset.