Spaces:
Running
Running
Commit ·
02fe199
1
Parent(s): 87f8562
Update openenv
Browse files- openenv.yaml +25 -0
openenv.yaml
CHANGED
|
@@ -1,6 +1,31 @@
|
|
| 1 |
name: osint-openenv
|
| 2 |
version: 0.1.0
|
| 3 |
description: Synthetic OSINT benchmark environment exposed over HTTP.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
transport:
|
| 5 |
type: http
|
| 6 |
base_path: /
|
|
|
|
| 1 |
name: osint-openenv
|
| 2 |
version: 0.1.0
|
| 3 |
description: Synthetic OSINT benchmark environment exposed over HTTP.
|
| 4 |
+
tasks:
|
| 5 |
+
- id: seed_task_0
|
| 6 |
+
difficulty: easy
|
| 7 |
+
max_steps: 24
|
| 8 |
+
grader:
|
| 9 |
+
type: difficulty_exact_match
|
| 10 |
+
answer_type: node_id
|
| 11 |
+
case_sensitive: true
|
| 12 |
+
reward_profile: easy
|
| 13 |
+
- id: seed_task_10
|
| 14 |
+
difficulty: medium
|
| 15 |
+
max_steps: 24
|
| 16 |
+
grader:
|
| 17 |
+
type: difficulty_exact_match
|
| 18 |
+
answer_type: node_id
|
| 19 |
+
case_sensitive: true
|
| 20 |
+
reward_profile: medium
|
| 21 |
+
- id: seed_task_20
|
| 22 |
+
difficulty: hard
|
| 23 |
+
max_steps: 24
|
| 24 |
+
grader:
|
| 25 |
+
type: difficulty_exact_match
|
| 26 |
+
answer_type: node_id
|
| 27 |
+
case_sensitive: true
|
| 28 |
+
reward_profile: hard
|
| 29 |
transport:
|
| 30 |
type: http
|
| 31 |
base_path: /
|