The regularisation algorithm described in "Variational Auto-Regularized Alignment for Sim-to-Real Control":
- Simulate inputs
- Train VAE's decoder on the simulated inputs
- Train VAE's encoder with the pre-trained decoder on real inputs
- Take the updated simulation parameters from the encoder and repeat from step 1.