CoolFace
Apppublic

Adiii26/ai-inbox-env

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
App README

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