File size: 2,172 Bytes
06c11b0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Your Cool Model Name

### [Website]() | [Paper]() | [Code]()

## Introduction
My cool model leverages a novel representation for history keyframes and maintains a memory cache to integrate with diffusion policy.

## Results 

> We ask for **at least three runs** with different model seeds to decrease the performance fluctuations.
> The benchmark seed is fixed internally.

### Table

<table>
<tr>
  <th rowspan="2">Suite</th>
  <th rowspan="2">Task</th>
</tr>
<tr>
  <th>Seed 7</th><th>Seed 42</th><th>Seed 0</th><th><b>Avg</b></th>
</tr>
<tr>
  <td rowspan="4">Counting</td>
  <td>BinFill</td><td></td><td></td><td></td><td></td>
</tr>
<tr><td>PickXtimes</td><td></td><td></td><td></td><td></td></tr>
<tr><td>SwingXtimes</td><td></td><td></td><td></td><td></td></tr>
<tr><td>StopCube</td><td></td><td></td><td></td><td></td></tr>
<tr>
  <td rowspan="4">Permanence</td>
  <td>VideoUnmask</td><td></td><td></td><td></td><td></td>
</tr>
<tr><td>VideoUnmaskSwap</td><td></td><td></td><td></td><td></td></tr>
<tr><td>ButtonUnmask</td><td></td><td></td><td></td><td></td></tr>
<tr><td>ButtonUnmaskSwap</td><td></td><td></td><td></td><td></td></tr>
<tr>
  <td rowspan="4">Reference</td>
  <td>PickHighlight</td><td></td><td></td><td></td><td></td>
</tr>
<tr><td>VideoRepick</td><td></td><td></td><td></td><td></td></tr>
<tr><td>VideoPlaceButton</td><td></td><td></td><td></td><td></td></tr>
<tr><td>VideoPlaceOrder</td><td></td><td></td><td></td><td></td></tr>
<tr>
  <td rowspan="4">Imitation</td>
  <td>MoveCube</td><td></td><td></td><td></td><td></td>
</tr>
<tr><td>InsertPeg</td><td></td><td></td><td></td><td></td></tr>
<tr><td>PatternLock</td><td></td><td></td><td></td><td></td></tr>
<tr><td>RouteStick</td><td></td><td></td><td></td><td></td></tr>
<tr>
  <td colspan="2"><b>Overall</b></td><td></td><td></td><td></td><td></td>
</tr>
</table>


### Training Details

Any hyperparameters you would like to share

### Released Checkpoints

Any fine-tuned checkpoints you would like to release

> We highly encourage authors to fully release their training/eval code and checkpoints to help the community accelerate memory-augmented manipulation.

### Citations
```
```