Sraghvi commited on
Commit
bcf8e68
·
verified ·
1 Parent(s): c25273d

Upload meta/info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +18 -6
meta/info.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "codebase_version": "v2.1",
3
  "robot_type": "single_arm",
4
- "total_episodes": 4,
5
- "total_frames": 4398,
6
  "total_tasks": 1,
7
- "total_videos": 12,
8
  "total_chunks": 1,
9
- "chunks_size": 4,
10
  "fps": 30.0,
11
  "splits": {
12
  "train": "0:1"
@@ -17,18 +17,30 @@
17
  "observation.state": {
18
  "dtype": "float32",
19
  "shape": [
20
- 1
21
  ],
22
  "names": [
 
 
 
 
 
 
23
  "gripper"
24
  ]
25
  },
26
  "action": {
27
  "dtype": "float32",
28
  "shape": [
29
- 1
30
  ],
31
  "names": [
 
 
 
 
 
 
32
  "gripper"
33
  ]
34
  },
 
1
  {
2
  "codebase_version": "v2.1",
3
  "robot_type": "single_arm",
4
+ "total_episodes": 5,
5
+ "total_frames": 5814,
6
  "total_tasks": 1,
7
+ "total_videos": 15,
8
  "total_chunks": 1,
9
+ "chunks_size": 5,
10
  "fps": 30.0,
11
  "splits": {
12
  "train": "0:1"
 
17
  "observation.state": {
18
  "dtype": "float32",
19
  "shape": [
20
+ 7
21
  ],
22
  "names": [
23
+ "shoulder_pan_joint",
24
+ "shoulder_lift_joint",
25
+ "elbow_joint",
26
+ "wrist_1_joint",
27
+ "wrist_2_joint",
28
+ "wrist_3_joint",
29
  "gripper"
30
  ]
31
  },
32
  "action": {
33
  "dtype": "float32",
34
  "shape": [
35
+ 7
36
  ],
37
  "names": [
38
+ "shoulder_pan_joint",
39
+ "shoulder_lift_joint",
40
+ "elbow_joint",
41
+ "wrist_1_joint",
42
+ "wrist_2_joint",
43
+ "wrist_3_joint",
44
  "gripper"
45
  ]
46
  },