pranavsaroha commited on
Commit
33dd1fa
·
verified ·
1 Parent(s): 85e70b9

Upload dataset_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_info.json +101 -0
dataset_info.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "lerobot",
3
+ "config_name": "so100",
4
+ "version": {
5
+ "version_str": "0.0.0"
6
+ },
7
+ "data_dir": "synth_dataset_0726_1",
8
+ "download_checksums": {},
9
+ "features": {
10
+ "observation.state": {
11
+ "dtype": "float32",
12
+ "shape": [
13
+ 6
14
+ ],
15
+ "names": [
16
+ "joint_0",
17
+ "joint_1",
18
+ "joint_2",
19
+ "joint_3",
20
+ "joint_4",
21
+ "joint_5"
22
+ ]
23
+ },
24
+ "action": {
25
+ "dtype": "float32",
26
+ "shape": [
27
+ 6
28
+ ],
29
+ "names": [
30
+ "joint_0",
31
+ "joint_1",
32
+ "joint_2",
33
+ "joint_3",
34
+ "joint_4",
35
+ "joint_5"
36
+ ]
37
+ },
38
+ "observation.images.main": {
39
+ "dtype": "video",
40
+ "shape": [
41
+ 704,
42
+ 1280,
43
+ 3
44
+ ],
45
+ "names": [
46
+ "height",
47
+ "width",
48
+ "channel"
49
+ ],
50
+ "info": {
51
+ "video.fps": 24.0,
52
+ "video.codec": "mp4v"
53
+ }
54
+ },
55
+ "timestamp": {
56
+ "dtype": "float32",
57
+ "shape": [
58
+ 1
59
+ ],
60
+ "names": null
61
+ },
62
+ "frame_index": {
63
+ "dtype": "int64",
64
+ "shape": [
65
+ 1
66
+ ],
67
+ "names": null
68
+ },
69
+ "episode_index": {
70
+ "dtype": "int64",
71
+ "shape": [
72
+ 1
73
+ ],
74
+ "names": null
75
+ },
76
+ "index": {
77
+ "dtype": "int64",
78
+ "shape": [
79
+ 1
80
+ ],
81
+ "names": null
82
+ },
83
+ "task_index": {
84
+ "dtype": "int64",
85
+ "shape": [
86
+ 1
87
+ ],
88
+ "names": null
89
+ },
90
+ "next.done": {
91
+ "dtype": "bool",
92
+ "shape": [
93
+ 1
94
+ ],
95
+ "names": null
96
+ }
97
+ },
98
+ "supervised_keys": null,
99
+ "disable_tqdm": false,
100
+ "disable_nullable_warning": false
101
+ }