Add dataset card
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ This dataset contains demonstrations for the OpenManipulator-X 5-DOF robot arm.
|
|
| 22 |
```python
|
| 23 |
from lerobot.datasets.lerobot_dataset import LeRobotDataset
|
| 24 |
|
| 25 |
-
dataset = LeRobotDataset("Hotteok/
|
| 26 |
```
|
| 27 |
|
| 28 |
## Training
|
|
@@ -30,7 +30,7 @@ dataset = LeRobotDataset("Hotteok/openmanipulator_test_5ep")
|
|
| 30 |
```bash
|
| 31 |
lerobot-train \
|
| 32 |
--policy.type smolvla \
|
| 33 |
-
--dataset.repo_id Hotteok/
|
| 34 |
--policy.max_state_dim 5 \
|
| 35 |
--policy.max_action_dim 5
|
| 36 |
```
|
|
|
|
| 22 |
```python
|
| 23 |
from lerobot.datasets.lerobot_dataset import LeRobotDataset
|
| 24 |
|
| 25 |
+
dataset = LeRobotDataset("Hotteok/openmanipulator_test_5ep_fixed")
|
| 26 |
```
|
| 27 |
|
| 28 |
## Training
|
|
|
|
| 30 |
```bash
|
| 31 |
lerobot-train \
|
| 32 |
--policy.type smolvla \
|
| 33 |
+
--dataset.repo_id Hotteok/openmanipulator_test_5ep_fixed \
|
| 34 |
--policy.max_state_dim 5 \
|
| 35 |
--policy.max_action_dim 5
|
| 36 |
```
|