Hotteok commited on
Commit
5135013
·
verified ·
1 Parent(s): 80ae9e1

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/openmanipulator_test_5ep")
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/openmanipulator_test_5ep \
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
  ```