File size: 453 Bytes
651f05a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "state": {
        "arm": {
            "start": 0,
            "end": 6
        },
        "gripper": {
            "start": 7,
            "end": 8
        }
    },
    "action": {
        "arm": {
            "start": 0,
            "end": 6
        },
        "gripper": {
            "start": 7,
            "end": 8
        }
    },
    "video": {
        "camera": {
            "original_key": "observation.images.camera"
        }
    }
}