Josephzzz commited on
Commit
139bb58
ยท
verified ยท
1 Parent(s): 6414f03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -9,16 +9,16 @@ language:
9
  # ๐Ÿ“ฆ Dataset Card โ€” Pick Blue Cube
10
 
11
  ## ๐Ÿ“ Dataset Summary
12
- This dataset contains **50 episodes** of an **AgileX Piper robotic arm** performing a **pick-and-place** task: picking a blue cube and placing it into a bowl.
13
  It is stored in the **LeRobot dataset format**, making it directly compatible with the [LeRobot repository](https://github.com/lerobot/lerobot) and its APIs for training and evaluation.
14
 
15
  ---
16
 
17
  ## ๐Ÿ“Š Dataset Statistics
18
- - **Total size:** ~500 MB
19
- - **Number of episodes:** 50
20
- - **Average episode length:** ~400 timesteps
21
- - **Image resolution:** 640 ร— 480
22
  - **Format:** LeRobot Dataset (RGB images, proprioceptive states, and actions)
23
 
24
  ---
@@ -27,5 +27,5 @@ It is stored in the **LeRobot dataset format**, making it directly compatible wi
27
  ```python
28
  from datasets import load_dataset
29
 
30
- dataset = load_dataset("username/pick-blue-cube")
31
  print(dataset["train"][0])
 
9
  # ๐Ÿ“ฆ Dataset Card โ€” Pick Blue Cube
10
 
11
  ## ๐Ÿ“ Dataset Summary
12
+ This dataset contains **100 episodes** of an **AgileX Piper robotic arm** performing a **peg-in-hole** task: pegging a black cuboid into a square-shaped hole.
13
  It is stored in the **LeRobot dataset format**, making it directly compatible with the [LeRobot repository](https://github.com/lerobot/lerobot) and its APIs for training and evaluation.
14
 
15
  ---
16
 
17
  ## ๐Ÿ“Š Dataset Statistics
18
+ - **Total size:** ~1.5 GB
19
+ - **Number of episodes:** 100
20
+ - **Average episode length:** ~500 timesteps
21
+ - **Image resolution:** 640 ร— 480
22
  - **Format:** LeRobot Dataset (RGB images, proprioceptive states, and actions)
23
 
24
  ---
 
27
  ```python
28
  from datasets import load_dataset
29
 
30
+ dataset = load_dataset("username/peg-in-hole")
31
  print(dataset["train"][0])