IliaLarchenko commited on
Commit
3e85f05
·
verified ·
1 Parent(s): 6f108e3
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ You can use this model by installing LeRobot from [this branch](https://github.c
24
  To train the model:
25
 
26
  ```bash
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
  ```bash
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: