pierre818191 commited on
Commit
74ffc3c
·
verified ·
1 Parent(s): fa7eb27

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +95 -0
meta/info.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "yam_follower_dual",
4
+ "total_episodes": 0,
5
+ "total_frames": 0,
6
+ "total_tasks": 0,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {},
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "action": {
16
+ "dtype": "float32",
17
+ "names": [
18
+ "motor_0.pos",
19
+ "motor_1.pos",
20
+ "motor_2.pos",
21
+ "motor_3.pos",
22
+ "motor_4.pos",
23
+ "motor_5.pos",
24
+ "motor_6.pos",
25
+ "motor_7.pos",
26
+ "motor_8.pos",
27
+ "motor_9.pos",
28
+ "motor_10.pos",
29
+ "motor_11.pos",
30
+ "motor_12.pos",
31
+ "motor_13.pos"
32
+ ],
33
+ "shape": [
34
+ 14
35
+ ]
36
+ },
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "names": [
40
+ "motor_0.pos",
41
+ "motor_1.pos",
42
+ "motor_2.pos",
43
+ "motor_3.pos",
44
+ "motor_4.pos",
45
+ "motor_5.pos",
46
+ "motor_6.pos",
47
+ "motor_7.pos",
48
+ "motor_8.pos",
49
+ "motor_9.pos",
50
+ "motor_10.pos",
51
+ "motor_11.pos",
52
+ "motor_12.pos",
53
+ "motor_13.pos"
54
+ ],
55
+ "shape": [
56
+ 14
57
+ ]
58
+ },
59
+ "timestamp": {
60
+ "dtype": "float32",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": null
65
+ },
66
+ "frame_index": {
67
+ "dtype": "int64",
68
+ "shape": [
69
+ 1
70
+ ],
71
+ "names": null
72
+ },
73
+ "episode_index": {
74
+ "dtype": "int64",
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "names": null
79
+ },
80
+ "index": {
81
+ "dtype": "int64",
82
+ "shape": [
83
+ 1
84
+ ],
85
+ "names": null
86
+ },
87
+ "task_index": {
88
+ "dtype": "int64",
89
+ "shape": [
90
+ 1
91
+ ],
92
+ "names": null
93
+ }
94
+ }
95
+ }