Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,15 @@ datasets:
|
|
4 |
pipeline_tag: robotics
|
5 |
---
|
6 |
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
pipeline_tag: robotics
|
5 |
---
|
6 |
|
7 |
+
## Model Card for Diffusion Policy / Kitchen cabinet opening - Diagonal configuration
|
8 |
+
Diffusion Policy trained for [Stretch 3](https://hello-robot.com/stretch-3-product). Trained to open kitchen cabinet from diagonal orientation in Yi-Che (Jensen) Huang's home during his summer 2024 internship.
|
9 |
+
## Training Details
|
10 |
+
Model trained on Dex-Teleop demonstrations collected with [stretch_ai](https://github.com/hello-robot/stretch_ai)
|
11 |
+
|
12 |
+
- Dataset: [hellorobotinc/kitchen_cabinet_diagonal](https://huggingface.co/datasets/hellorobotinc/kitchen_cabinet_diagonal)
|
13 |
+
- Number of episodes: 50
|
14 |
+
- Number of epochs: 1000
|
15 |
+
- Checkpoint: latest checkpoint
|
16 |
+
- Training time: ~11 hours on RTX 3090
|
17 |
+
|
18 |
+
Specific training configs can be found in config.json and config.yaml
|