caden-ut commited on
Commit
7b3790b
·
verified ·
1 Parent(s): 55da496

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -56,18 +56,33 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
56
  112,
57
  112,
58
  3
 
 
 
 
 
59
  ]
60
  },
61
  "observation.state": {
62
  "dtype": "float32",
63
  "shape": [
64
  4
 
 
 
 
 
 
65
  ]
66
  },
67
  "action": {
68
  "dtype": "float32",
69
  "shape": [
70
  2
 
 
 
 
71
  ]
72
  },
73
  "timestamp": {
 
56
  112,
57
  112,
58
  3
59
+ ],
60
+ "names": [
61
+ "height",
62
+ "width",
63
+ "channels"
64
  ]
65
  },
66
  "observation.state": {
67
  "dtype": "float32",
68
  "shape": [
69
  4
70
+ ],
71
+ "names": [
72
+ "O",
73
+ "A",
74
+ "B",
75
+ "C"
76
  ]
77
  },
78
  "action": {
79
  "dtype": "float32",
80
  "shape": [
81
  2
82
+ ],
83
+ "names": [
84
+ "dx",
85
+ "dy"
86
  ]
87
  },
88
  "timestamp": {