Amandee commited on
Commit
5e82d66
1 Parent(s): 89e4271

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -43,11 +43,11 @@ The model was evaluated on the `PushT` environment from [gym-pusht](https://gith
43
  - Maximum overlap with target (seen as `eval/avg_max_reward` in the charts above). This ranges in [0, 1].
44
  - Success: whether or not the maximum overlap is at least 95%.
45
 
46
- Here are the metrics for 500 episodes worth of evaluation.
47
 
48
  <blank>|Ours|Theirs
49
  -|-|-
50
- Average max. overlap ratio | 0.799 | 0.000
51
- Success rate for 500 episodes (%) | 32.00 | 0.00
52
 
53
  The results of each of the individual rollouts may be found in [eval_info.json](eval_info.json).
 
43
  - Maximum overlap with target (seen as `eval/avg_max_reward` in the charts above). This ranges in [0, 1].
44
  - Success: whether or not the maximum overlap is at least 95%.
45
 
46
+ Here are the metrics for 500 episodes worth of evaluation. The "Theirs" column is for an equivalent model from the experiments of original Diffusion Policy repository and evaluated on LeRobot (the model weights may be found in the original_dp_repo branch of this respository).
47
 
48
  <blank>|Ours|Theirs
49
  -|-|-
50
+ Average max. overlap ratio | 0.799 | 0.605
51
+ Success rate for 500 episodes (%) | 32.00 | 17.00
52
 
53
  The results of each of the individual rollouts may be found in [eval_info.json](eval_info.json).