For agent architectures that observe, think, and act, the key metrics depend on the task the agent performs. Common metrics include accuracy for classification tasks, reward or return in reinforcement learning, and response time for real-time actions. These metrics show how well the agent understands its environment (observe), makes decisions (think), and executes actions (act).
For example, in a navigation agent, success rate (reaching the goal) and steps taken matter. In a chatbot agent, response relevance and user satisfaction are important. Choosing the right metric helps us know if the agent is learning and acting effectively.