File size: 612 Bytes
2453b7f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "state": {
        "arm_joints": {
            "start": 0,
            "end": 7
        }
    },
    "action": {
        "arm_joints": {
            "start": 0,
            "end": 7
        },
        "gripper": {
            "start": 7,
            "end": 8
        }
    },
    "video": {
        "front_cam": {
            "original_key": "observation.images.front_cam"
        },
        "workspace_cam": {
            "original_key": "observation.images.workspace_cam"
        }
    },
    "annotation": {
        "human.task_description": {
            "original_key": "task_index"
        }
    }
}