Adiii26/ai-inbox-env
0
AI Inbox Workflow Agent (Real-world)
Overview
This environment simulates a real-world email inbox where an AI agent must take decisions.
Actions
- important
- spam
- reply
- ignore
Observation
- Email text
Reward
- Correct action = 1.0
- Wrong action = 0.0
Tasks
- Easy: obvious emails
- Medium: mixed signals
- Hard: ambiguous emails
Run
python main.py
Baseline
python baseline.py
