Spaces:
Sleeping
Sleeping
File size: 1,034 Bytes
9ea9f15 | 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 39 40 41 42 43 44 45 46 47 48 49 | {
"domain": "tau2",
"scenario_id": "TicketTwister",
"mission_id": "tickettwister_tau2_sample",
"reset_payload": {
"seed": 42,
"scenario_id": "TicketTwister",
"mission_id": "tickettwister_tau2_sample",
"options": {
"env_id": "omnibench_aegis_env:tau2.tickettwister",
"max_steps": 5,
"target_score": 1,
"domain": "tau2"
}
},
"action_plan": [
{
"name": "load_tasks",
"args": {}
},
{
"name": "prepare_user",
"args": {}
},
{
"name": "run_conversation",
"args": {}
},
{
"name": "score_task_bundle",
"args": {
"task_rewards": {
"tt_air_1": 1.0,
"tt_air_2": 1.0
}
}
},
{
"name": "submit_assessment",
"args": {}
}
],
"notes": [
"Aligned fixture for the real TicketTwister tau2 domain.",
"Uses the task-loading and conversation flow before scoring the bundle.",
"Avoids the fallback behavior that left the run in_progress."
]
}
|