Hand-writing a policy does not scale; learn it from demonstrations instead. The Bench records an expert driving a 2D tip to random goals, logging (observation, action) pairs, then leaves you a policy whose weights are zero. Solve the least-squares fit that maps observations to the expert's actions, and deploy the clone on thirty fresh goals with the expert switched off. This is behaviour cloning, the method behind every teleoperated robot arm.
Predict firstYou clone a policy from demonstrations and test it on goals it never saw. What is the honest measure?
Action similarity and task success come apart. A clone that matches the expert frame by frame can still drift off on a goal neither of them practised.