LegrandFrederic commited on
Commit
4a29580
·
verified ·
1 Parent(s): b19e421

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - phosphobot
5
+ - act
6
+ task_categories:
7
+ - robotics
8
+ ---
9
+
10
+ # act Model - phospho Training Pipeline
11
+
12
+
13
+ ## Error Traceback
14
+ We faced an issue while training your model.
15
+
16
+ ```
17
+ Training process failed with exit code 1:
18
+ 'timestamps': [np.float32(20.5), np.float32(0.0)]},
19
+ {'diff': np.float32(-18.0),
20
+ 'episode_index': 46,
21
+ 'timestamps': [np.float32(18.0), np.float32(0.0)]},
22
+ {'diff': np.float32(-14.133333),
23
+ 'episode_index': 47,
24
+ 'timestamps': [np.float32(14.133333), np.float32(0.0)]},
25
+ {'diff': np.float32(-15.5),
26
+ 'episode_index': 48,
27
+ 'timestamps': [np.float32(15.5), np.float32(0.0)]}]
28
+ ```
29
+
30
+
31
+ ## Training parameters:
32
+
33
+ - **Dataset**: [phospho-app/pick-place-eraser-lr_bboxes](https://huggingface.co/datasets/phospho-app/pick-place-eraser-lr_bboxes)
34
+ - **Wandb run URL**: None
35
+ - **Epochs**: None
36
+ - **Batch size**: 100
37
+ - **Training steps**: 10000
38
+
39
+ 📖 **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=huggingface_readme)
40
+
41
+ 🤖 **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=huggingface_readme)