Update openenv.yaml
Browse files- openenv.yaml +4 -0
openenv.yaml
CHANGED
|
@@ -25,10 +25,14 @@ action_space:
|
|
| 25 |
type: integer
|
| 26 |
length: 3
|
| 27 |
|
|
|
|
| 28 |
tasks:
|
| 29 |
- id: easy
|
|
|
|
| 30 |
- id: medium
|
|
|
|
| 31 |
- id: hard
|
|
|
|
| 32 |
|
| 33 |
reward_range: [0.0, 1.0]
|
| 34 |
|
|
|
|
| 25 |
type: integer
|
| 26 |
length: 3
|
| 27 |
|
| 28 |
+
|
| 29 |
tasks:
|
| 30 |
- id: easy
|
| 31 |
+
description: Simple email classification
|
| 32 |
- id: medium
|
| 33 |
+
description: Mixed intent emails
|
| 34 |
- id: hard
|
| 35 |
+
description: Complex multi-intent and security emails
|
| 36 |
|
| 37 |
reward_range: [0.0, 1.0]
|
| 38 |
|