Physical Simulation

MuJoCo MJX

Learn robot simulation with MuJoCo and scale it with JAX, MJX, vectorized rollouts, domain randomization, and Playground PPO.

MuJoCo MJX demo

Goals

  • Understand MJCF, contacts, cameras, control, and inverse kinematics
  • Move MuJoCo models into MJX
  • Use JIT and vmap for parallel rollouts
  • Train Playground PPO tasks including Franka pick-cube

Foundations

What this section covers

Build the simulation and control foundations used by MJX.

Playground Reinforcement Learning

What this section covers

Progress from RL fundamentals to accelerated control tasks.

Return to the Physical AI overview.