Certainty-equivalence control is a planning strategy where an agent acts as if its learned dynamics model is perfectly accurate, ignoring all predictive uncertainty when computing an optimal policy. The agent treats its model's point estimates as certain truth, solving for actions that would be optimal under this assumed perfect knowledge. This approach is computationally simple but can lead to catastrophic failures if the model is erroneous, as the agent may confidently execute disastrous plans.
