Experiment - Autonomous vs semi-autonomous agents
Problem:You have built an agent that performs tasks in a simulated environment. Currently, the agent is semi-autonomous: it requires human input for some decisions. The goal is to develop a fully autonomous agent that can perform the same tasks without human intervention.
Current Metrics:Task completion rate: 85%, Human intervention rate: 30%
Issue:The agent relies too much on human input, limiting scalability and efficiency.