jomell310 commited on
Commit
cec54f5
·
verified ·
1 Parent(s): 8eaa3ca

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +42 -17
meta/info.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "codebase_version": "v3.0",
3
- "robot_type": "so_follower",
4
  "total_episodes": 0,
5
  "total_frames": 0,
6
  "total_tasks": 0,
@@ -15,32 +15,44 @@
15
  "action": {
16
  "dtype": "float32",
17
  "names": [
18
- "shoulder_pan.pos",
19
- "shoulder_lift.pos",
20
- "elbow_flex.pos",
21
- "wrist_flex.pos",
22
- "wrist_roll.pos",
23
- "gripper.pos"
 
 
 
 
 
 
24
  ],
25
  "shape": [
26
- 6
27
  ]
28
  },
29
  "observation.state": {
30
  "dtype": "float32",
31
  "names": [
32
- "shoulder_pan.pos",
33
- "shoulder_lift.pos",
34
- "elbow_flex.pos",
35
- "wrist_flex.pos",
36
- "wrist_roll.pos",
37
- "gripper.pos"
 
 
 
 
 
 
38
  ],
39
  "shape": [
40
- 6
41
  ]
42
  },
43
- "observation.images.front": {
44
  "dtype": "video",
45
  "shape": [
46
  480,
@@ -53,7 +65,20 @@
53
  "channels"
54
  ]
55
  },
56
- "observation.images.side": {
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  "dtype": "video",
58
  "shape": [
59
  480,
 
1
  {
2
  "codebase_version": "v3.0",
3
+ "robot_type": "bi_so_follower",
4
  "total_episodes": 0,
5
  "total_frames": 0,
6
  "total_tasks": 0,
 
15
  "action": {
16
  "dtype": "float32",
17
  "names": [
18
+ "left_shoulder_pan.pos",
19
+ "left_shoulder_lift.pos",
20
+ "left_elbow_flex.pos",
21
+ "left_wrist_flex.pos",
22
+ "left_wrist_roll.pos",
23
+ "left_gripper.pos",
24
+ "right_shoulder_pan.pos",
25
+ "right_shoulder_lift.pos",
26
+ "right_elbow_flex.pos",
27
+ "right_wrist_flex.pos",
28
+ "right_wrist_roll.pos",
29
+ "right_gripper.pos"
30
  ],
31
  "shape": [
32
+ 12
33
  ]
34
  },
35
  "observation.state": {
36
  "dtype": "float32",
37
  "names": [
38
+ "left_shoulder_pan.pos",
39
+ "left_shoulder_lift.pos",
40
+ "left_elbow_flex.pos",
41
+ "left_wrist_flex.pos",
42
+ "left_wrist_roll.pos",
43
+ "left_gripper.pos",
44
+ "right_shoulder_pan.pos",
45
+ "right_shoulder_lift.pos",
46
+ "right_elbow_flex.pos",
47
+ "right_wrist_flex.pos",
48
+ "right_wrist_roll.pos",
49
+ "right_gripper.pos"
50
  ],
51
  "shape": [
52
+ 12
53
  ]
54
  },
55
+ "observation.images.left_front": {
56
  "dtype": "video",
57
  "shape": [
58
  480,
 
65
  "channels"
66
  ]
67
  },
68
+ "observation.images.left_side": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ]
80
+ },
81
+ "observation.images.right_wrist": {
82
  "dtype": "video",
83
  "shape": [
84
  480,