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

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -17
README.md CHANGED
@@ -25,7 +25,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
25
  ```json
26
  {
27
  "codebase_version": "v3.0",
28
- "robot_type": "so_follower",
29
  "total_episodes": 0,
30
  "total_frames": 0,
31
  "total_tasks": 0,
@@ -40,32 +40,44 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
40
  "action": {
41
  "dtype": "float32",
42
  "names": [
43
- "shoulder_pan.pos",
44
- "shoulder_lift.pos",
45
- "elbow_flex.pos",
46
- "wrist_flex.pos",
47
- "wrist_roll.pos",
48
- "gripper.pos"
 
 
 
 
 
 
49
  ],
50
  "shape": [
51
- 6
52
  ]
53
  },
54
  "observation.state": {
55
  "dtype": "float32",
56
  "names": [
57
- "shoulder_pan.pos",
58
- "shoulder_lift.pos",
59
- "elbow_flex.pos",
60
- "wrist_flex.pos",
61
- "wrist_roll.pos",
62
- "gripper.pos"
 
 
 
 
 
 
63
  ],
64
  "shape": [
65
- 6
66
  ]
67
  },
68
- "observation.images.front": {
69
  "dtype": "video",
70
  "shape": [
71
  480,
@@ -78,7 +90,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
78
  "channels"
79
  ]
80
  },
81
- "observation.images.side": {
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  "dtype": "video",
83
  "shape": [
84
  480,
 
25
  ```json
26
  {
27
  "codebase_version": "v3.0",
28
+ "robot_type": "bi_so_follower",
29
  "total_episodes": 0,
30
  "total_frames": 0,
31
  "total_tasks": 0,
 
40
  "action": {
41
  "dtype": "float32",
42
  "names": [
43
+ "left_shoulder_pan.pos",
44
+ "left_shoulder_lift.pos",
45
+ "left_elbow_flex.pos",
46
+ "left_wrist_flex.pos",
47
+ "left_wrist_roll.pos",
48
+ "left_gripper.pos",
49
+ "right_shoulder_pan.pos",
50
+ "right_shoulder_lift.pos",
51
+ "right_elbow_flex.pos",
52
+ "right_wrist_flex.pos",
53
+ "right_wrist_roll.pos",
54
+ "right_gripper.pos"
55
  ],
56
  "shape": [
57
+ 12
58
  ]
59
  },
60
  "observation.state": {
61
  "dtype": "float32",
62
  "names": [
63
+ "left_shoulder_pan.pos",
64
+ "left_shoulder_lift.pos",
65
+ "left_elbow_flex.pos",
66
+ "left_wrist_flex.pos",
67
+ "left_wrist_roll.pos",
68
+ "left_gripper.pos",
69
+ "right_shoulder_pan.pos",
70
+ "right_shoulder_lift.pos",
71
+ "right_elbow_flex.pos",
72
+ "right_wrist_flex.pos",
73
+ "right_wrist_roll.pos",
74
+ "right_gripper.pos"
75
  ],
76
  "shape": [
77
+ 12
78
  ]
79
  },
80
+ "observation.images.left_front": {
81
  "dtype": "video",
82
  "shape": [
83
  480,
 
90
  "channels"
91
  ]
92
  },
93
+ "observation.images.left_side": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 480,
97
+ 640,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channels"
104
+ ]
105
+ },
106
+ "observation.images.right_wrist": {
107
  "dtype": "video",
108
  "shape": [
109
  480,