proprioceptive: Sensing related to the robot's own internal state, such as joint angles and motor velocities, without external sensors like cameras.
zero-shot: Deploying a model in a new environment (real world) that it was not explicitly trained on, relying entirely on generalization from training (simulation).
causal transformer: A type of Transformer model that only attends to past information (not future) to predict the next token or action, preserving temporal order.
sim-to-real: The process of transferring a policy trained in a physics simulator to a physical robot.
domain randomization: A technique where simulation parameters (friction, mass, etc.) are randomly varied during training to make the policy robust to real-world variations.
in-context learning: The ability of a model to adapt its behavior based on the sequence of inputs it receives at test time, without changing its internal weights.
floating-base: A robot model where the base (torso) is not fixed to the world frame and can move freely in space (6 degrees of freedom).
PD controller: Proportional-Derivative controller—a common feedback control loop used to drive robot joints to desired setpoints.
PCA: Principal Component Analysis—a dimensionality reduction technique.
t-SNE: t-Distributed Stochastic Neighbor Embedding—a visualization technique for high-dimensional data.