aliberts HF staff commited on
Commit
84ee1e2
·
verified ·
1 Parent(s): 64db73a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -16
README.md CHANGED
@@ -33,28 +33,32 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
33
  "shape": [
34
  6
35
  ],
36
- "names": [
37
- "shoulder_pan",
38
- "shoulder_lift",
39
- "elbow_flex",
40
- "wrist_flex",
41
- "wrist_roll",
42
- "gripper"
43
- ]
 
 
44
  },
45
  "action": {
46
  "dtype": "float32",
47
  "shape": [
48
  6
49
  ],
50
- "names": [
51
- "shoulder_pan",
52
- "shoulder_lift",
53
- "elbow_flex",
54
- "wrist_flex",
55
- "wrist_roll",
56
- "gripper"
57
- ]
 
 
58
  },
59
  "observation.images.laptop": {
60
  "dtype": "video",
 
33
  "shape": [
34
  6
35
  ],
36
+ "names": {
37
+ "motors": [
38
+ "shoulder_pan",
39
+ "shoulder_lift",
40
+ "elbow_flex",
41
+ "wrist_flex",
42
+ "wrist_roll",
43
+ "gripper"
44
+ ]
45
+ }
46
  },
47
  "action": {
48
  "dtype": "float32",
49
  "shape": [
50
  6
51
  ],
52
+ "names": {
53
+ "motors": [
54
+ "shoulder_pan",
55
+ "shoulder_lift",
56
+ "elbow_flex",
57
+ "wrist_flex",
58
+ "wrist_roll",
59
+ "gripper"
60
+ ]
61
+ }
62
  },
63
  "observation.images.laptop": {
64
  "dtype": "video",