siakovlev commited on
Commit
9e1ca98
·
verified ·
1 Parent(s): 41717d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -2
README.md CHANGED
@@ -9,12 +9,50 @@ configs:
9
  data_files: data/*/*.parquet
10
  ---
11
 
12
- This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
- ## Dataset Description
15
 
 
16
 
17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  - **Homepage:** [More Information Needed]
19
  - **Paper:** [More Information Needed]
20
  - **License:** apache-2.0
 
9
  data_files: data/*/*.parquet
10
  ---
11
 
12
+ ## Intro
13
+
14
+ Imagine robots in hospitals handling human tissue during surgery.
15
+
16
+ In restaurants, assembling your burger without crushing the tomato. In agriculture, picking ripe fruit without bruising.
17
+
18
+ In elder care, helping dress someone with the gentleness of a human touch.
19
+
20
+ This simple donut isn't just a snack on a stick—it's proof that robots can learn the subtle art of being gentle. And that changes everything.
21
+
22
+ ## Team
23
+
24
+ - [Kirill Kolesnik](https://www.linkedin.com/in/kirill-kolesnik/)
25
+ - [Andrei Pavlov](https://www.linkedin.com/in/andrei-pavlov/)
26
+ - [Sergey Iakovlev](https://www.linkedin.com/in/siakovlev/)
27
 
 
28
 
29
+ Video (robot trained using this dataset, ACT policy for 40k steps): [link](https://huggingface.co/datasets/LeRobot-worldwide-hackathon/submissions/discussions/11)
30
 
31
 
32
+ Recording config:
33
+
34
+ ```
35
+ python -m lerobot.record \
36
+ --robot.type=so101_follower \
37
+ --robot.port=/dev/tty.usbmodem5A460850691 \
38
+ --robot.cameras="{usb: {type: opencv, index_or_path: 0, width: 640, height: 480, fps: 30},
39
+ wrist: {type: opencv, index_or_path: 1, width: 640, height: 480, fps: 30}}" \
40
+ --robot.id=purple \
41
+ --teleop.type=so101_leader \
42
+ --teleop.port=/dev/tty.usbmodem5A460837821 \
43
+ --teleop.id=lead \
44
+ --dataset.repo_id=siakovlev/forloop_donut_on_stick_020_val \
45
+ --dataset.episode_time_s=15 \
46
+ --dataset.reset_time_s=5 \
47
+ --dataset.num_episodes=20 \
48
+ --dataset.single_task="Donut on stick" \
49
+ --display_data=true
50
+ ```
51
+
52
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
53
+
54
+ ## Dataset Description
55
+
56
  - **Homepage:** [More Information Needed]
57
  - **Paper:** [More Information Needed]
58
  - **License:** apache-2.0