crazyhathello commited on
Commit
8ad49c0
·
verified ·
1 Parent(s): 6ebb7c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -2,10 +2,12 @@
2
  datasets:
3
  - hellorobotinc/kitchen_cabinet_diagonal
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
 
@@ -15,4 +17,15 @@ Model trained on Dex-Teleop demonstrations collected with [stretch_ai](https://g
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
 
 
 
 
 
 
 
 
 
 
 
 
2
  datasets:
3
  - hellorobotinc/kitchen_cabinet_diagonal
4
  pipeline_tag: robotics
5
+ tags:
6
+ - Lerobot
7
  ---
8
 
9
  ## Model Card for Diffusion Policy / Kitchen cabinet opening - Diagonal configuration
10
+ Diffusion Policy trained for [Stretch 3](https://hello-robot.com/stretch-3-product) using [LeRobot](https://huggingface.co/lerobot). Trained to open kitchen cabinet from diagonal orientation in Yi-Che (Jensen) Huang's home during his Summer 2024 internship.
11
  ## Training Details
12
  Model trained on Dex-Teleop demonstrations collected with [stretch_ai](https://github.com/hello-robot/stretch_ai)
13
 
 
17
  - Checkpoint: latest checkpoint
18
  - Training time: ~11 hours on RTX 3090
19
 
20
+ ## Input/Output
21
+ Inputs:
22
+
23
+ - Head RGB (320x240)
24
+ - Gripper RGB (240x320)
25
+ - 9 dim joint state observations (x, y, theta, lift, arm, roll, pitch, yaw, gripper)
26
+
27
+ Output:
28
+ - 9 dim joint state actions (x, y, theta, lift, arm, roll, pitch, yaw, gripper)
29
+ - **optional extra dim for task progress (included in dataset, but not trained into this model)
30
+
31
+ Specific training configs can be found in config.json and config.yaml