IliaLarchenko commited on
Commit
1ff0ee9
·
verified ·
1 Parent(s): f666371

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -2
README.md CHANGED
@@ -24,13 +24,35 @@ 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_image env=pusht
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ```
29
 
30
  To evaluate the model:
31
 
32
  ```bash
33
- python lerobot/scripts/eval.py -p IliaLarchenko/dot_pusht_images eval.n_episodes=1000 eval.batch_size=100 seed=1000000
 
 
 
 
 
 
34
  ```
35
 
36
  Model size:
 
24
  To train the model:
25
 
26
  ```bash
27
+ python lerobot/scripts/train.py \
28
+ --policy.type=dot \
29
+ --dataset.repo_id=lerobot/pusht \
30
+ --env.type=pusht \
31
+ --env.task=PushT-v0 \
32
+ --output_dir=outputs/train/pusht_images \
33
+ --batch_size=24 \
34
+ --log_freq=1000 \
35
+ --eval_freq=10000 \
36
+ --save_freq=50000 \
37
+ --offline.steps=1000000 \
38
+ --seed=100000 \
39
+ --wandb.enable=true \
40
+ --num_workers=24 \
41
+ --use_amp=true \
42
+ --device=cuda \
43
+ --policy.return_every_n=2
44
  ```
45
 
46
  To evaluate the model:
47
 
48
  ```bash
49
+ python lerobot/scripts/eval.py \
50
+ --policy.path=IliaLarchenko/dot_pusht_images \
51
+ --env.type=pusht \
52
+ --env.task=PushT-v0 \
53
+ --eval.n_episodes=1000 \
54
+ --eval.batch_size=100 \
55
+ --seed=1000000
56
  ```
57
 
58
  Model size: