File size: 980 Bytes
f7a43ab | 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 35 36 37 38 | schema_version = "1.1"
[task]
name = "apodex-ai/task-037-stem-strain-mapping"
description = "由索引化4D-STEM纳米束衍射重建二维应变张量与主应变热点"
authors = [{ name = "Apodex AI & GADE Union" }]
keywords = []
[metadata]
frontierchallenge_task_id = "task_037_stem_strain_mapping"
difficulty = "hard"
category = "材料表征数据处理(探测器仿射标定、倒易晶格拟合、形变梯度、极分解、应变/旋转映射与区域 QC)"
[agent]
user = "mambauser"
timeout_sec = 3600.0
network_mode = "public"
[verifier]
timeout_sec = 300.0
[verifier.env]
JUDGE_API_KEY = "${JUDGE_API_KEY}"
JUDGE_API_ENDPOINT = "${JUDGE_API_ENDPOINT}"
JUDGE_MODEL = "gpt-5.6-sol"
JUDGE_REASONING_EFFORT = "high"
JUDGE_REPEATS = "3"
[environment]
network_mode = "public"
build_timeout_sec = 1800.0
cpus = 2
memory_mb = 4096
storage_mb = 2048
gpus = 0
# LOCAL_SMOKE_ONLY: agent network changed to public because macOS Docker cannot enforce Harbor allowlists.
|