Robot Learning
Autoencoder
An autoencoder is a neural network trained to reconstruct its input through a lower-dimensional or otherwise constrained bottleneck, forcing the encoder to learn a compressed latent representation. Variational autoencoders (VAEs) make the latent space probabilistic and generative, and are widely used in robotics for learning latent skill and action spaces, as in the conditional VAE structure of ACT, and as image tokenizers inside world models.
Why it matters for physical AI
Latent representations from autoencoders compress high-dimensional observations and demonstrations into spaces where policies and world models train efficiently, a recurring ingredient in modern visuomotor learning stacks.
Build physical AI
Put these concepts to work on real hardware
Axol is a dual-arm robot built for physical AI — teleoperate it, collect demonstrations, and deploy learned policies out of the box.