Omkar1806 commited on
Commit
03df1f5
·
verified ·
1 Parent(s): 9c2d441

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -2,11 +2,17 @@
2
  title: Email Gatekeeper RL
3
  emoji: 📧
4
  colorFrom: blue
5
- colorTo: green
6
  sdk: docker
7
- app_file: app.py
8
  pinned: false
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
2
  title: Email Gatekeeper RL
3
  emoji: 📧
4
  colorFrom: blue
5
+ colorTo: indigo
6
  sdk: docker
 
7
  pinned: false
8
  ---
9
 
10
+ # 📧 Email Gatekeeper RL Environment Demo
11
+ **Meta x PyTorch Hackathon** | Gymnasium-based email triage agent
12
+
13
+ This space runs a reinforcement learning environment for email classification using a Dockerized Gradio interface.
14
+
15
+ ### How to run:
16
+ 1. Select the task difficulty (Easy, Medium, Hard).
17
+ 2. Click on **Run Episode**.
18
+ 3. View the agent's performance and cumulative reward.