Spaces:
Sleeping
Sleeping
Update openenv.yaml
Browse files- openenv.yaml +22 -18
openenv.yaml
CHANGED
|
@@ -1,19 +1,23 @@
|
|
| 1 |
-
# Metadata for
|
| 2 |
-
name: "mail-triage-v4"
|
| 3 |
-
version: "
|
| 4 |
-
description: "
|
| 5 |
-
|
| 6 |
-
# Environment Specification
|
| 7 |
-
repo_url: "https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME"
|
| 8 |
-
task_type: "classification"
|
| 9 |
-
|
| 10 |
-
# Compliance Metrics
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
-
|
| 15 |
-
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
action_space: "models.MyEnvV4Action"
|
|
|
|
| 1 |
+
# Metadata for the Sophisticated Security Evaluation Environment
|
| 2 |
+
name: "mail-triage-v4-security-eval"
|
| 3 |
+
version: "2.0.0"
|
| 4 |
+
description: "A high-fidelity security evaluation environment for email triage, featuring difficulty scaling, technical header analysis, and URL reputation modeling."
|
| 5 |
+
|
| 6 |
+
# Environment Specification
|
| 7 |
+
repo_url: "https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME"
|
| 8 |
+
task_type: "classification"
|
| 9 |
+
|
| 10 |
+
# Compliance Metrics & Scoring
|
| 11 |
+
# Reward range is normalized [0.0, 1.0] per OpenEnv standards
|
| 12 |
+
reward_range: [0.0, 1.0]
|
| 13 |
+
tags:
|
| 14 |
+
- security
|
| 15 |
+
- phishing-detection
|
| 16 |
+
- metadata-analysis
|
| 17 |
+
- mit-manipal-hackathon
|
| 18 |
+
- digital-seduction
|
| 19 |
+
|
| 20 |
+
# Typed Model References
|
| 21 |
+
# These map to the classes defined in models.py
|
| 22 |
+
observation_space: "models.MyEnvV4Observation"
|
| 23 |
action_space: "models.MyEnvV4Action"
|