LfD: Learning from Demonstration—a method where robots learn policies by mimicking human-provided examples.
Intrinsic contact: Direct physical contact between the robot's fingertips (sensors) and the tool handle.
Extrinsic contact: Indirect contact between the tool tip and the environment, which the robot must infer since it has no sensors at the tool tip.
Seq2Seq: Sequence-to-Sequence—a model architecture that inputs a sequence (sensor history) and predicts a sequence (future actions), typically using an encoder-decoder structure.
LSTM: Long Short-Term Memory—a type of recurrent neural network capable of learning order dependence in sequence prediction problems.
Sim-to-Real gap: The performance drop when a model trained in a physics simulator is deployed on a physical robot due to modeling inaccuracies.
Primitive motions: Simple, repetitive exploratory movements (like sliding or tapping) used to collect interaction data in simulation.
PCA: Principal Component Analysis—a technique to reduce the dimensionality of data to visualize patterns, used here to analyze the latent space of the model.