lr-2002 commited on
Commit
654c0e8
·
verified ·
1 Parent(s): 745724d

Upload meta/info.json with 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": "single_arm",
4
+ "total_episodes": 1,
5
+ "total_frames": 3169,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 30,
9
+ "splits": {
10
+ "train": "0:1"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "features": {
14
+ "observation.state": {
15
+ "dtype": "float32",
16
+ "shape": [
17
+ 16
18
+ ],
19
+ "names": null,
20
+ "fps": 30.0
21
+ },
22
+ "observation.state_vel": {
23
+ "dtype": "float32",
24
+ "shape": [
25
+ 16
26
+ ],
27
+ "names": null,
28
+ "fps": 30.0
29
+ },
30
+ "observation.state_torque": {
31
+ "dtype": "float32",
32
+ "shape": [
33
+ 16
34
+ ],
35
+ "names": null,
36
+ "fps": 30.0
37
+ },
38
+ "observation.gripper_state": {
39
+ "dtype": "float32",
40
+ "shape": [
41
+ 2
42
+ ],
43
+ "names": null,
44
+ "fps": 30.0
45
+ },
46
+ "action": {
47
+ "dtype": "float32",
48
+ "shape": [
49
+ 18
50
+ ],
51
+ "names": null,
52
+ "fps": 30.0
53
+ },
54
+ "episode_index": {
55
+ "dtype": "int64",
56
+ "shape": [
57
+ 1
58
+ ],
59
+ "names": null,
60
+ "fps": 30.0
61
+ },
62
+ "frame_index": {
63
+ "dtype": "int64",
64
+ "shape": [
65
+ 1
66
+ ],
67
+ "names": null,
68
+ "fps": 30.0
69
+ },
70
+ "timestamp": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 1
74
+ ],
75
+ "names": null,
76
+ "fps": 30.0
77
+ },
78
+ "index": {
79
+ "dtype": "int64",
80
+ "shape": [
81
+ 1
82
+ ],
83
+ "names": null,
84
+ "fps": 30.0
85
+ },
86
+ "task_index": {
87
+ "dtype": "int64",
88
+ "shape": [
89
+ 1
90
+ ],
91
+ "names": null,
92
+ "fps": 30.0
93
+ }
94
+ }
95
+ }