-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenenv.yaml
More file actions
34 lines (31 loc) · 941 Bytes
/
Copy pathopenenv.yaml
File metadata and controls
34 lines (31 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
spec_version: 1
name: UPS
type: space
runtime: fastapi
app: server.app:app
port: 8000
tasks:
- id: easy
name: Easy Tier
description: Easy cold-chain delivery objective with basic constraints.
difficulty: easy
reward_function: easy
grader: graders.basic_grader:EasyGrader
- id: moderate
name: Moderate Tier
description: Medium objective with higher traffic and thermal risk.
difficulty: moderate
reward_function: moderate
grader: graders.moderate_grader:ModerateGrader
- id: hard
name: Hard Tier
description: Hard objective with multi-shipment conflicts and tight deadlines.
difficulty: hard
reward_function: hard
grader: graders.hard_grader:HardGrader
- id: extreme
name: Extreme Tier
description: Extreme objective with emergency cases and severe constraints.
difficulty: extreme
reward_function: extreme
grader: graders.hard_emergency:ExtremeGrader