-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild_config.yaml
More file actions
26 lines (25 loc) · 966 Bytes
/
build_config.yaml
File metadata and controls
26 lines (25 loc) · 966 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
# Which scenes to extract from experiments.
# Each entry selects a specific probe from a specific scenario.
# Omit this section entirely to include ALL scenes from ALL experiments.
scenes:
- scenario_id: "June2025-MF-train"
scene_id: "Probe 1"
title: "Shooter vs. Victim"
- scenario_id: "June2025-PS-train"
scene_id: "Probe 1"
title: "Exposed Casualty Under Fire"
- scenario_id: "June2025-SS-train"
scene_id: "Probe 1"
title: "Current Patient vs. Screams"
# Override auto-generated dimension labels and descriptions.
# Keys are KDMA type IDs from experiment data.
dimensions:
merit:
label: "Merit"
description: "How much moral character and past actions affect triage priority"
personal_safety:
label: "Personal Safety"
description: "How much self-preservation affects willingness to take risks"
search:
label: "Search"
description: "How much urgency to find unknown casualties affects current treatment"