Experiment - Agent perception-reasoning-action loop
Problem:Create an agent that perceives its environment, reasons about what to do, and takes actions accordingly. The current agent model reacts randomly without learning from perception, resulting in poor task completion.
Current Metrics:Task completion rate: 40%, Average decision time: 0.1s
Issue:The agent does not use perception data effectively and chooses actions randomly, leading to low task success.