aliberts HF staff commited on
Commit
d3d143b
·
1 Parent(s): 21573fe

Use 175k steps checkpoint

Browse files
Files changed (3) hide show
  1. README.md +15 -3
  2. eval_info.json +0 -0
  3. model.safetensors +1 -1
README.md CHANGED
@@ -37,6 +37,7 @@ python lerobot/scripts/train.py \
37
 
38
 
39
  The training curves may be found at https://wandb.ai/aliberts/lerobot/runs/s7elvf4r.
 
40
 
41
  ## Evaluation
42
 
@@ -49,7 +50,18 @@ Here are the metrics for 500 episodes worth of evaluation. The "Theirs" column i
49
 
50
  <blank>|Ours|Theirs
51
  -|-|-
52
- Average max. overlap ratio | 0.945 | 0.957
53
- Success rate for 500 episodes (%) | 63.2 | 64.2
54
 
55
- The results of each of the individual rollouts may be found in [eval_info.json](eval_info.json).
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
 
39
  The training curves may be found at https://wandb.ai/aliberts/lerobot/runs/s7elvf4r.
40
+ The current model corresponds to the checkpoint at 175k steps.
41
 
42
  ## Evaluation
43
 
 
50
 
51
  <blank>|Ours|Theirs
52
  -|-|-
53
+ Average max. overlap ratio | 0.955 | 0.957
54
+ Success rate for 500 episodes (%) | 65.4 | 64.2
55
 
56
+ The results of each of the individual rollouts may be found in [eval_info.json](eval_info.json).
57
+ It was produced with this command:
58
+ ```bash
59
+ python lerobot/scripts/eval.py \
60
+ --policy.path=outputs/train/diffusion_pusht/checkpoints/175000/pretrained_model \
61
+ --output_dir=outputs/eval/diffusion_pusht/175000 \
62
+ --env.type=pusht \
63
+ --eval.n_episodes=500 \
64
+ --eval.batch_size=50 \
65
+ --device=cuda \
66
+ --use_amp=false
67
+ ```
eval_info.json CHANGED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f6b2458798c6dfad3edc0d338a1a4c78da62cc68817eb3d8bd7b395bed4ef672
3
  size 1050862408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:995d14d35db57d95c35ad9704c3d79c8612b7bc45f3877e5c46c2cdc516856a8
3
  size 1050862408