Typo fix
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ You can use this model by installing LeRobot from this branch: https://github.co
|
|
| 24 |
To train the model:
|
| 25 |
|
| 26 |
```
|
| 27 |
-
python lerobot/scripts/train.py policy=dot_pusht_keypoints env=pusht env.obs_type=environment_state_agent_pos
|
| 28 |
```
|
| 29 |
|
| 30 |
To evaluate the model:
|
|
|
|
| 24 |
To train the model:
|
| 25 |
|
| 26 |
```
|
| 27 |
+
python lerobot/scripts/train.py policy=dot_pusht_keypoints env=pusht env.gym.obs_type=environment_state_agent_pos
|
| 28 |
```
|
| 29 |
|
| 30 |
To evaluate the model:
|