You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An OpenEnv-compatible RL environment where an AI agent handles
customer support tickets end-to-end — classifying issues,
deciding resolution actions, and drafting professional replies.
What the agent does
Reads a customer ticket: "I was charged twice for my order"
Classifies the issue: billing / shipping / product
Decides the action: refund / replace / escalate / resolve
20 labelled tickets: 6 easy + 6 medium + 8 hard
Issues covered: billing, shipping, product
Observation space
State:
ticket: str # The raw customer support ticket
difficulty: str # easy | medium | hard
reward: float # Score from last step (0.0–1.0)
done: bool # Is the episode complete?