MUJOCO · REAL PHYSICS
Plan With a State Machine

Write control(obs) as a finite-state controller (SEEK, then ARRIVE, with an AVOID branch) and land the real MuJoCo rover on the green pad.

You read

obs each tick: goal_dist, goal_bearing, range, heading, t

You change

the numbers and rules inside control(obs)

Fixed

the sense → decide → act loop, the rover, and the physics