Experiment - Branching and conditional logic
Problem:You have built a simple AI agent that makes decisions based on input data using branching and conditional logic. Currently, the agent always chooses the same action regardless of input, resulting in poor decision accuracy.
Current Metrics:Decision accuracy: 50% (random guess level)
Issue:The agent lacks proper branching and conditional checks to differentiate inputs and make correct decisions.