File size: 1,438 Bytes
fb999e6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
75
76
77
78
79
80
81
82
{
  "codebase_version": "v2.0",
  "robot_type": "manipulator",
  "total_episodes": 5,
  "total_frames": 250,
  "total_tasks": 1,
  "fps": 30,
  "splits": {
    "train": "0:5"
  },
  "data_path": "data.hdf5",
  "video_path": null,
  "features": {
    "observation.state": {
      "dtype": "float32",
      "shape": [
        6
      ],
      "names": [
        "joint_1",
        "joint_2",
        "joint_3",
        "joint_4",
        "joint_5",
        "joint_6"
      ]
    },
    "observation.image": {
      "dtype": "uint8",
      "shape": [
        3,
        256,
        256
      ],
      "names": [
        "C",
        "H",
        "W"
      ]
    },
    "action": {
      "dtype": "float32",
      "shape": [
        6
      ],
      "names": [
        "action_1",
        "action_2",
        "action_3",
        "action_4",
        "action_5",
        "action_6"
      ]
    },
    "episode_index": {
      "dtype": "int64",
      "shape": [],
      "names": null
    },
    "frame_index": {
      "dtype": "int64",
      "shape": [],
      "names": null
    },
    "timestamp": {
      "dtype": "float64",
      "shape": [],
      "names": null
    },
    "next.done": {
      "dtype": "bool",
      "shape": [],
      "names": null
    },
    "language_instruction": {
      "dtype": "string",
      "shape": [],
      "names": null
    }
  },
  "task_description": "Pick up the cube and place it at the target location"
}