Physical Simulation

MuJoCo + PyTorch

Move from scripted robot control to imitation learning, vision-language-action policies, PPO, and cross-domain reinforcement learning.

MuJoCo + PyTorch demo

Goals

  • Control robosuite environments and design Gymnasium rewards
  • Collect expert trajectories and train behavior cloning policies
  • Fine-tune SmolVLA on a LeRobot dataset
  • Train PPO locomotion and study cross-domain policy transfer

Simulation and Imitation Learning

What this section covers

Build the environment and learn policies from demonstrations.

Reinforcement Learning

What this section covers

Train and transfer policies across robot embodiments and tasks.

Return to the Physical AI overview.