Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
tags:
|
4 |
+
- phosphobot
|
5 |
+
- gr00t
|
6 |
+
- replicate
|
7 |
+
task_categories:
|
8 |
+
- robotics
|
9 |
+
---
|
10 |
+
# Gr00t Model - phospho Training Pipeline
|
11 |
+
|
12 |
+
# Error Traceback
|
13 |
+
|
14 |
+
We faced an issue while training your model.
|
15 |
+
|
16 |
+
```
|
17 |
+
Training process failed with exit code 1:
|
18 |
+
from gr00t.data.dataset import LeRobotSingleDataset
|
19 |
+
File "/tmp/Isaac-GR00T/gr00t/data/dataset.py", line 29, in <module>
|
20 |
+
from .schema import (
|
21 |
+
File "/tmp/Isaac-GR00T/gr00t/data/schema.py", line 19, in <module>
|
22 |
+
from numpydantic import NDArray
|
23 |
+
File "/root/.pyenv/versions/3.11.12/lib/python3.11/site-packages/numpydantic/__init__.py", line 5, in <module>
|
24 |
+
from numpydantic.ndarray import NDArray
|
25 |
+
File "/root/.pyenv/versions/3.11.12/lib/python3.11/site-packages/numpydantic/ndarray.py", line 19, in <module>
|
26 |
+
from pydantic import GetJsonSchemaHandler
|
27 |
+
ImportError: cannot import name 'GetJsonSchemaHandler' from 'pydantic' (/root/.pyenv/versions/3.11.12/lib/python3.11/site-packages/pydantic/__init__.cpython-311-x86_64-linux-gnu.so)
|
28 |
+
```
|
29 |
+
|
30 |
+
Training parameters:
|
31 |
+
- **Dataset**: [PLB/leader-follower-test-2](https://huggingface.co/datasets/PLB/leader-follower-test-2)
|
32 |
+
- **Wandb run URL**: https://wandb.ai/phospho/gr00t-Replicate/runs/ue9qdlu9
|
33 |
+
- **Epochs**: 20
|
34 |
+
- **Batch size**: 64
|
35 |
+
- **Training steps**: 290
|
36 |
+
|
37 |
+
More:
|
38 |
+
|
39 |
+
- 📖 **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=replicate)
|
40 |
+
|
41 |
+
- 🤖 **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=replicate)
|
42 |
+
|
43 |
+
- 🔗 **Explore on Replicate**: [Replicate](https://replicate.com/phospho-app/gr00t-policy)
|