File size: 1,489 Bytes
2867418 | 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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | {
"task": "three_robots_stack_cube",
"spec": {
"env_id": "ThreeRobotsStackCube-rf",
"config": "robofactory/configs/table/three_robots_stack_cube.yaml",
"agents": [
0,
1,
2
],
"group": "three"
},
"camera": {
"mount": "panda_hand",
"width": 640,
"height": 480,
"observation_mode": "rgbd",
"depth_storage_unit": "millimeters"
},
"reports": [
{
"worker": 0,
"h5": "runs/wrist_rgbd640/three_robots_stack_cube/worker_00.h5",
"successes": 1,
"attempts": 1,
"records": [
{
"seed": 300000,
"success": true,
"steps": 461
}
]
},
{
"worker": 1,
"h5": "runs/wrist_rgbd640/three_robots_stack_cube/worker_01.h5",
"successes": 1,
"attempts": 1,
"records": [
{
"seed": 300001,
"success": true,
"steps": 456
}
]
},
{
"worker": 2,
"h5": "runs/wrist_rgbd640/three_robots_stack_cube/worker_02.h5",
"successes": 1,
"attempts": 1,
"records": [
{
"seed": 300002,
"success": true,
"steps": 450
}
]
},
{
"worker": 3,
"h5": "runs/wrist_rgbd640/three_robots_stack_cube/worker_03.h5",
"successes": 1,
"attempts": 1,
"records": [
{
"seed": 300003,
"success": true,
"steps": 455
}
]
}
]
} |