# name: algorithm
# key:  algo
# --
\begin{algorithm}[th]
  \caption{}
  \label{algo:}
  \begin{algorithmic}[1]
%    \REQUIRE
%    \ENSURE
    \STATE $1
    \FOR {$t=0,\ldots,T$}
    \STATE
    \ENDFOR
  \end{algorithmic}
\end{algorithm}
