Spaces:
Sleeping
Sleeping
Update openenv.yaml
#7
by harshal15122003 - opened
- openenv.yaml +3 -3
openenv.yaml
CHANGED
|
@@ -62,21 +62,21 @@ tasks:
|
|
| 62 |
description: "Sort obviously spam emails like prize winning scams"
|
| 63 |
difficulty: easy
|
| 64 |
score_range: [0.0, 1.0]
|
| 65 |
-
grader: graders.
|
| 66 |
|
| 67 |
- id: medium_sorting
|
| 68 |
name: "Medium Email Sorting"
|
| 69 |
description: "Distinguish between newsletters, promotions, and important emails"
|
| 70 |
difficulty: medium
|
| 71 |
score_range: [0.0, 1.0]
|
| 72 |
-
grader: graders.
|
| 73 |
|
| 74 |
- id: hard_sorting
|
| 75 |
name: "Hard Email Sorting"
|
| 76 |
description: "Detect phishing emails disguised as banks and trusted services"
|
| 77 |
difficulty: hard
|
| 78 |
score_range: [0.0, 1.0]
|
| 79 |
-
grader: graders.
|
| 80 |
|
| 81 |
episode:
|
| 82 |
max_steps: 10
|
|
|
|
| 62 |
description: "Sort obviously spam emails like prize winning scams"
|
| 63 |
difficulty: easy
|
| 64 |
score_range: [0.0, 1.0]
|
| 65 |
+
grader: graders.grade_easy_sorting
|
| 66 |
|
| 67 |
- id: medium_sorting
|
| 68 |
name: "Medium Email Sorting"
|
| 69 |
description: "Distinguish between newsletters, promotions, and important emails"
|
| 70 |
difficulty: medium
|
| 71 |
score_range: [0.0, 1.0]
|
| 72 |
+
grader: graders.grade_medium_sorting
|
| 73 |
|
| 74 |
- id: hard_sorting
|
| 75 |
name: "Hard Email Sorting"
|
| 76 |
description: "Detect phishing emails disguised as banks and trusted services"
|
| 77 |
difficulty: hard
|
| 78 |
score_range: [0.0, 1.0]
|
| 79 |
+
grader: graders.grade_hard_sorting
|
| 80 |
|
| 81 |
episode:
|
| 82 |
max_steps: 10
|