Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVlabs/alpamayo
/ types & classes
Types & classes
19 in github.com/NVlabs/alpamayo
⨍
Functions
101
◇
Types & classes
19
↓ 2 callers
Class
FourierEncoderV2
Improved Fourier feature encoder with logarithmically-spaced frequencies.
src/alpamayo_r1/models/action_in_proj.py:73
↓ 2 callers
Class
RMSNorm
src/alpamayo_r1/models/action_in_proj.py:22
↓ 1 callers
Class
ExpertLogitsProcessor
Masks out the logits for discrete trajectory tokens.
src/alpamayo_r1/models/alpamayo_r1.py:41
↓ 1 callers
Class
MLPEncoder
Basic MLP encoder.
src/alpamayo_r1/models/action_in_proj.py:38
↓ 1 callers
Class
StopAfterEOS
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
Class
ActionSpace
Action space base class for the trajectory generation.
src/alpamayo_r1/action_space/action_space.py:23
Class
AlpamayoR1
Expert model for reasoning VLA.
src/alpamayo_r1/models/alpamayo_r1.py:75
Class
AlpamayoR1Config
Configuration for the Alpamayo R1 release model.
src/alpamayo_r1/config.py:23
Class
BaseDiffusion
Base class for diffusion models.
src/alpamayo_r1/diffusion/base.py:45
Class
DeltaTrajectoryTokenizer
Delta trajectory tokenizers.
src/alpamayo_r1/models/delta_tokenizer.py:21
Class
DiscreteTrajectoryTokenizer
Discrete trajectory tokenizer.
src/alpamayo_r1/action_space/discrete_action_space.py:24
Class
FlowMatching
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
Class
PerWaypointActionInProjV2
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
Class
RankedLogger
A multi-GPU-friendly python command line logger.
src/alpamayo_r1/common/logging.py:69
Class
ReasoningVLA
Reasoning Vision-Language-Action model.
src/alpamayo_r1/models/base_model.py:285
Class
ReasoningVLAConfig
Configuration for the ReasoningVLA model.
src/alpamayo_r1/models/base_model.py:200
Class
StepFn
src/alpamayo_r1/diffusion/base.py:26
Class
TrajectoryFusionMixin
Mixin class providing trajectory fusion functionality.
src/alpamayo_r1/models/base_model.py:125
Class
UnicycleAccelCurvatureActionSpace
Unicycle Kinematic Model with acceleration and curvature as control inputs.
src/alpamayo_r1/action_space/unicycle_accel_curvature.py:36