lr-2002 commited on
Commit
5a9a881
·
verified ·
1 Parent(s): 7b5a46a

Upload info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. info.json +33 -0
info.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_episodes": 1,
3
+ "total_frames": 101,
4
+ "fps": 30,
5
+ "features": {
6
+ "observation.state": {
7
+ "dtype": "float32",
8
+ "shape": [8],
9
+ "type": "observation",
10
+ "min": -3.14159,
11
+ "max": 3.14159
12
+ },
13
+ "action": {
14
+ "dtype": "float32",
15
+ "shape": [9],
16
+ "type": "action",
17
+ "min": -3.14159,
18
+ "max": 3.14159
19
+ },
20
+ "observation.image": {
21
+ "dtype": "video",
22
+ "shape": [3, 480, 640],
23
+ "type": "observation"
24
+ }
25
+ },
26
+ "codebase_version": "v3.0",
27
+ "license": "apache-2.0",
28
+ "domain": "robotics",
29
+ "language": ["en"],
30
+ "tags": ["DataArm", "robot", "manipulation"],
31
+ "description": "DataArm dataset created from recorded session",
32
+ "summary": "Dataset created using DataArm robot system with LeRobot v3.0 compatibility"
33
+ }