msmandelbrot commited on
Commit
f040896
·
verified ·
1 Parent(s): 605def5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -17
README.md CHANGED
@@ -32,7 +32,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
32
  ```json
33
  {
34
  "codebase_version": "v3.0",
35
- "robot_type": "so_follower",
36
  "total_episodes": 0,
37
  "total_frames": 0,
38
  "total_tasks": 0,
@@ -47,32 +47,44 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
47
  "action": {
48
  "dtype": "float32",
49
  "names": [
50
- "shoulder_pan.pos",
51
- "shoulder_lift.pos",
52
- "elbow_flex.pos",
53
- "wrist_flex.pos",
54
- "wrist_roll.pos",
55
- "gripper.pos"
 
 
 
 
 
 
56
  ],
57
  "shape": [
58
- 6
59
  ]
60
  },
61
  "observation.state": {
62
  "dtype": "float32",
63
  "names": [
64
- "shoulder_pan.pos",
65
- "shoulder_lift.pos",
66
- "elbow_flex.pos",
67
- "wrist_flex.pos",
68
- "wrist_roll.pos",
69
- "gripper.pos"
 
 
 
 
 
 
70
  ],
71
  "shape": [
72
- 6
73
  ]
74
  },
75
- "observation.images.front": {
76
  "dtype": "video",
77
  "shape": [
78
  480,
@@ -85,7 +97,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
85
  "channels"
86
  ]
87
  },
88
- "observation.images.right": {
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  "dtype": "video",
90
  "shape": [
91
  480,
 
32
  ```json
33
  {
34
  "codebase_version": "v3.0",
35
+ "robot_type": "bi_so100_k01_m2",
36
  "total_episodes": 0,
37
  "total_frames": 0,
38
  "total_tasks": 0,
 
47
  "action": {
48
  "dtype": "float32",
49
  "names": [
50
+ "left_shoulder_pan.pos",
51
+ "left_shoulder_lift.pos",
52
+ "left_elbow_flex.pos",
53
+ "left_wrist_flex.pos",
54
+ "left_wrist_roll.pos",
55
+ "left_gripper.pos",
56
+ "right_shoulder_pan.pos",
57
+ "right_shoulder_lift.pos",
58
+ "right_elbow_flex.pos",
59
+ "right_wrist_flex.pos",
60
+ "right_wrist_roll.pos",
61
+ "right_gripper.pos"
62
  ],
63
  "shape": [
64
+ 12
65
  ]
66
  },
67
  "observation.state": {
68
  "dtype": "float32",
69
  "names": [
70
+ "left_shoulder_pan.pos",
71
+ "left_shoulder_lift.pos",
72
+ "left_elbow_flex.pos",
73
+ "left_wrist_flex.pos",
74
+ "left_wrist_roll.pos",
75
+ "left_gripper.pos",
76
+ "right_shoulder_pan.pos",
77
+ "right_shoulder_lift.pos",
78
+ "right_elbow_flex.pos",
79
+ "right_wrist_flex.pos",
80
+ "right_wrist_roll.pos",
81
+ "right_gripper.pos"
82
  ],
83
  "shape": [
84
+ 12
85
  ]
86
  },
87
+ "observation.images.right": {
88
  "dtype": "video",
89
  "shape": [
90
  480,
 
97
  "channels"
98
  ]
99
  },
100
+ "observation.images.left": {
101
+ "dtype": "video",
102
+ "shape": [
103
+ 480,
104
+ 640,
105
+ 3
106
+ ],
107
+ "names": [
108
+ "height",
109
+ "width",
110
+ "channels"
111
+ ]
112
+ },
113
+ "observation.images.front": {
114
  "dtype": "video",
115
  "shape": [
116
  480,