Sraghvi commited on
Commit
5a59911
·
verified ·
1 Parent(s): b9c812f

Upload meta/info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +108 -0
meta/info.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "unknown",
4
+ "total_episodes": 1,
5
+ "total_frames": 320,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 10.001599311828613,
9
+ "splits": {
10
+ "train": "0:1"
11
+ },
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
+ "observation.state": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 2
19
+ ],
20
+ "names": {
21
+ "motors": [
22
+ "motor_0",
23
+ "motor_1"
24
+ ]
25
+ },
26
+ "fps": 10.001599311828613
27
+ },
28
+ "action": {
29
+ "dtype": "float32",
30
+ "shape": [
31
+ 2
32
+ ],
33
+ "names": {
34
+ "motors": [
35
+ "motor_0",
36
+ "motor_1"
37
+ ]
38
+ },
39
+ "fps": 10.001599311828613
40
+ },
41
+ "episode_index": {
42
+ "dtype": "int64",
43
+ "shape": [
44
+ 1
45
+ ],
46
+ "names": null,
47
+ "fps": 10.001599311828613
48
+ },
49
+ "frame_index": {
50
+ "dtype": "int64",
51
+ "shape": [
52
+ 1
53
+ ],
54
+ "names": null,
55
+ "fps": 10.001599311828613
56
+ },
57
+ "timestamp": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 1
61
+ ],
62
+ "names": null,
63
+ "fps": 10.001599311828613
64
+ },
65
+ "next.reward": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 1
69
+ ],
70
+ "names": null,
71
+ "fps": 10.001599311828613
72
+ },
73
+ "next.done": {
74
+ "dtype": "bool",
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "names": null,
79
+ "fps": 10.001599311828613
80
+ },
81
+ "next.success": {
82
+ "dtype": "bool",
83
+ "shape": [
84
+ 1
85
+ ],
86
+ "names": null,
87
+ "fps": 10.001599311828613
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null,
95
+ "fps": 10.001599311828613
96
+ },
97
+ "task_index": {
98
+ "dtype": "int64",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null,
103
+ "fps": 10.001599311828613
104
+ }
105
+ },
106
+ "data_files_size_in_mb": 1,
107
+ "video_files_size_in_mb": 0
108
+ }