omnibench-env / scripts /sample_actions_coding.json
AGIreflex's picture
Sync from GitHub via hub-sync
9ea9f15 verified
raw
history blame contribute delete
794 Bytes
{
"domain": "coding",
"scenario_id": "CodePatchLift",
"reset_payload": {
"seed": 42,
"scenario_id": "CodePatchLift",
"mission_id": "codepatchlift_coding_sample",
"options": {
"env_id": "omnibench_aegis_env:demo",
"max_steps": 5,
"target_score": 1
}
},
"action_examples": {
"shorthand": [
{
"action": "advance",
"value": 1
}
],
"canonical": [
{
"name": "advance",
"args": {
"value": 1
}
}
]
},
"expected_flow": [
"health",
"reset",
"step",
"state"
],
"notes": [
"Placeholder coding fixture until the dedicated coding domain is wired.",
"These fixtures are execution-safe against the current demo fallback environment."
]
}