When we update an AI agent, we want to make sure it still works well. For regression testing, we focus on error metrics like Mean Absolute Error (MAE), Mean Squared Error (MSE), or Root Mean Squared Error (RMSE). These numbers tell us how far the agent's predictions are from the true answers.
We compare these errors before and after changes. If errors get bigger, the new agent might have problems. So, these metrics help us catch mistakes introduced by updates.