CoolFace
Apppublic

AdamK29/Meta-OpenENV-Hackathon

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
openenv.yaml41 linesDownload Raw Back to root
1name: email-triage-env2version: "1.0.0"3description: Production-grade RL environment for email triage with sequential decision making4 5authors:6  - name: Koda Adam7  - name: Rongala Geethika Lahari8  - name: Bobbili Revanth9 10environment:11  entry_point: server.app:app12 13api:14  type: openenv15  observation:16    type: EmailObservation17  action:18    type: EmailAction19 20metadata:21  category: reinforcement-learning22  domain: email-automation23  difficulty: medium24 25deployment:26  platform: huggingface27  url: https://adamk29-meta-openenv-hackathon.hf.space28 29features:30  - sequential_decision_making31  - reward_shaping32  - dynamic_dataset33  - rl_training_support34  - interactive_ui35 36tags:37  - rl38  - openenv39  - email40  - automation41  - hackathon