Skip to content

Commit 3c80f4c

Browse files
committed
Fix ~ -> _
1 parent 6e3e8ff commit 3c80f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/site.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,8 @@ In RER, equally strided transitions are sampled from the latest
631631
transition. The next sample contains one step older transions.
632632

633633
\[ \begin{align}
634-
B_1 &= \lbrace& T_{t} &, T_{t-stride} &, \dots &, T_{t-batch~size \times stride} &\rbrace \\
635-
B_2 &= \lbrace& T_{t-1}&, T_{t-stride-1}&, \dots &, T_{t-batch~size \times stride - 1} &\rbrace \\
634+
B_1 &= \lbrace& T_{t} &, T_{t-stride} &, \dots &, T_{t-batch_size \times stride} &\rbrace \\
635+
B_2 &= \lbrace& T_{t-1}&, T_{t-stride-1}&, \dots &, T_{t-batch_size \times stride - 1} &\rbrace \\
636636
&\vdots&&&&&&
637637
\end{align} \]
638638

0 commit comments

Comments
 (0)