What problem does it solve? Building and testing robot controllers requires a physics engine, robot models, and a way to see results. This Skill provides a complete MuJoCo workflow: load Menagerie robots or custom MJCF models, write controllers, record rollouts, and watch the simulation run live in the browser pane. ## Core Features & Use Cases - Robot Simulation: Load pinned Menagerie robots (Unitree Go2, G1, H1, Berkeley Humanoid, Booster T1) or your own MJCF XML, with automatic servo conversion for legged robots. - Live Rollout Recording: The record function writes qpos, qvel, and ctrl per frame so the pane re-simulates the model live in the browser with interactive controls, cameras, and sensor plots. - Policy Training: Install JAX, MJX, and MuJoCo Playground to train PPO policies (e.g., Go2JoystickFlatTerrain) and record the trained policy's rollout. - Use Case: Ask the agent to make a Unitree Go2 stand and walk; it converts torque motors to position servos, writes a gait controller, records a 4-second rollout, and the pane shows the robot walking live. ## Quick Start Use the mujoco skill to simulate a Unitree Go2 holding its home pose for four seconds and show the rollout live in the pane.