MCPcopy Create free account

hub / github.com/NVlabs/alpamayo / types & classes

Types & classes19 in github.com/NVlabs/alpamayo

↓ 2 callersClassFourierEncoderV2
Improved Fourier feature encoder with logarithmically-spaced frequencies.
src/alpamayo_r1/models/action_in_proj.py:73
↓ 2 callersClassRMSNorm
src/alpamayo_r1/models/action_in_proj.py:22
↓ 1 callersClassExpertLogitsProcessor
Masks out the logits for discrete trajectory tokens.
src/alpamayo_r1/models/alpamayo_r1.py:41
↓ 1 callersClassMLPEncoder
Basic MLP encoder.
src/alpamayo_r1/models/action_in_proj.py:38
↓ 1 callersClassStopAfterEOS
Stopping criteria that stops the generation after one more token is generated after the first EOS token is generated.
src/alpamayo_r1/models/token_utils.py:172
ClassActionSpace
Action space base class for the trajectory generation.
src/alpamayo_r1/action_space/action_space.py:23
ClassAlpamayoR1
Expert model for reasoning VLA.
src/alpamayo_r1/models/alpamayo_r1.py:75
ClassAlpamayoR1Config
Configuration for the Alpamayo R1 release model.
src/alpamayo_r1/config.py:23
ClassBaseDiffusion
Base class for diffusion models.
src/alpamayo_r1/diffusion/base.py:45
ClassDeltaTrajectoryTokenizer
Delta trajectory tokenizers.
src/alpamayo_r1/models/delta_tokenizer.py:21
ClassDiscreteTrajectoryTokenizer
Discrete trajectory tokenizer.
src/alpamayo_r1/action_space/discrete_action_space.py:24
ClassFlowMatching
Flow Matching model. References: Flow Matching for Generative Modeling https://arxiv.org/pdf/2210.02747 Guided Flows for Generati
src/alpamayo_r1/diffusion/flow_matching.py:22
ClassPerWaypointActionInProjV2
Improved per-waypoint action input projection module. It uses FourierEncoderV2 with logarithmically-spaced frequencies and includes layer normali
src/alpamayo_r1/models/action_in_proj.py:104
ClassRankedLogger
A multi-GPU-friendly python command line logger.
src/alpamayo_r1/common/logging.py:69
ClassReasoningVLA
Reasoning Vision-Language-Action model.
src/alpamayo_r1/models/base_model.py:285
ClassReasoningVLAConfig
Configuration for the ReasoningVLA model.
src/alpamayo_r1/models/base_model.py:200
ClassStepFn
src/alpamayo_r1/diffusion/base.py:26
ClassTrajectoryFusionMixin
Mixin class providing trajectory fusion functionality.
src/alpamayo_r1/models/base_model.py:125
ClassUnicycleAccelCurvatureActionSpace
Unicycle Kinematic Model with acceleration and curvature as control inputs.
src/alpamayo_r1/action_space/unicycle_accel_curvature.py:36