Mahtab360 commited on
Commit
a49741c
·
verified ·
1 Parent(s): bdf3d24

Upload info.json

Browse files
Files changed (1) hide show
  1. info.json +141 -0
info.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 30,
5
+ "total_frames": 3000,
6
+ "total_tasks": 1,
7
+ "total_videos": 60,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:30"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 18
21
+ ],
22
+ "names": null
23
+ },
24
+ "action": {
25
+ "dtype": "float32",
26
+ "shape": [
27
+ 4
28
+ ],
29
+ "names": [
30
+ "delta_x_ee",
31
+ "delta_y_ee",
32
+ "delta_z_ee",
33
+ "gripper_delta"
34
+ ]
35
+ },
36
+ "next.reward": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "names": null
42
+ },
43
+ "next.done": {
44
+ "dtype": "bool",
45
+ "shape": [
46
+ 1
47
+ ],
48
+ "names": null
49
+ },
50
+ "complementary_info.discrete_penalty": {
51
+ "dtype": "float32",
52
+ "shape": [
53
+ 1
54
+ ],
55
+ "names": [
56
+ "discrete_penalty"
57
+ ]
58
+ },
59
+ "observation.images.front": {
60
+ "dtype": "video",
61
+ "shape": [
62
+ 3,
63
+ 128,
64
+ 128
65
+ ],
66
+ "names": [
67
+ "channels",
68
+ "height",
69
+ "width"
70
+ ],
71
+ "info": {
72
+ "video.height": 128,
73
+ "video.width": 128,
74
+ "video.codec": "av1",
75
+ "video.pix_fmt": "yuv420p",
76
+ "video.is_depth_map": false,
77
+ "video.fps": 10,
78
+ "video.channels": 3,
79
+ "has_audio": false
80
+ }
81
+ },
82
+ "observation.images.wrist": {
83
+ "dtype": "video",
84
+ "shape": [
85
+ 3,
86
+ 128,
87
+ 128
88
+ ],
89
+ "names": [
90
+ "channels",
91
+ "height",
92
+ "width"
93
+ ],
94
+ "info": {
95
+ "video.height": 128,
96
+ "video.width": 128,
97
+ "video.codec": "av1",
98
+ "video.pix_fmt": "yuv420p",
99
+ "video.is_depth_map": false,
100
+ "video.fps": 10,
101
+ "video.channels": 3,
102
+ "has_audio": false
103
+ }
104
+ },
105
+ "timestamp": {
106
+ "dtype": "float32",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "frame_index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "episode_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ },
126
+ "index": {
127
+ "dtype": "int64",
128
+ "shape": [
129
+ 1
130
+ ],
131
+ "names": null
132
+ },
133
+ "task_index": {
134
+ "dtype": "int64",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": null
139
+ }
140
+ }
141
+ }