Encoder-Decoder
A neural network architecture with an encoder that compresses input into a latent representation and a decoder that generates output from this representation. The encoder-decoder pattern appears throughout robotics: image segmentation (U-Net), sequence-to-sequence models, VAEs for state representation, and policy architectures that encode observations and decode actions.