{
"version": "1.0",
"metadata": {
"name": "crafter-verifier-training",
"description": "Training data for Crafter episode judge",
"default_rubric": {
"outcome": {
"criteria": [
{
"name": "achievement_progression",
"description": "How many achievements did the agent unlock?",
"weight": 2.0
},
{
"name": "survival",
"description": "Did the agent maintain health, food, and drink?",
"weight": 1.0
},
{
"name": "resource_collection",
"description": "Did the agent collect useful resources?",
"weight": 1.0
}
]
}
}
},
"tasks": [
{
"id": "trace_001",
"input": {
"trace": {
"session_id": "crafter_episode_001",
"metadata": {
"environment": "CrafterClassic",
"difficulty": "easy",
"seed": 1000
},
"session_time_steps": [
{
"step_id": "step_0",
"step_index": 0,
"events": [
{
"event_id": 1,
"event_type": "environment",
"metadata": {
"hp": 9,
"food": 9,
"drink": 9,
"achievements": 0
}
},
{
"event_id": 2,
"event_type": "runtime",
"metadata": {
"action": "move_right",
"reasoning": "Exploring to find resources"
}
}
]
},
{
"step_id": "step_1",
"step_index": 1,
"events": [
{
"event_id": 3,
"event_type": "environment",
"metadata": {
"hp": 9,
"food": 8,
"drink": 8,
"achievements": 1,
"new_achievement": "collect_wood"
}
},
{
"event_id": 4,
"event_type": "runtime",
"metadata": {
"action": "do",
"reasoning": "Collecting wood for crafting"
}
}
]
}
]
}
}
}
],
"gold_outputs": [
{
"task_id": "trace_001",
"output": {
"score": 0.133,
"event_rewards": [
{"event_id": 2, "value": 0.5, "annotation": {"reason": "Good exploration"}},
{"event_id": 4, "value": 1.0, "annotation": {"reason": "Achieved collect_wood"}}
],
"outcome": {
"achievements_count": 3,
"total_steps": 100,
"annotation": {"summary": "Basic early-game progress"}
}
}
}
],
"judge_config": {
"mode": "rubric",
"model": "gpt-4o-mini"
}
}