2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Add return value

This commit is contained in:
Martin Thoma 2016-07-21 20:38:50 +02:00
parent 1c54ccd821
commit 0085bb50d5
2 changed files with 2 additions and 1 deletions

View file

@ -37,9 +37,10 @@
\State $\pi(x) \gets \arg \min_a \{Q(x, a)\}$
\EndFor
\EndWhile
\Return $\pi$
\EndProcedure
\end{algorithmic}
\caption{Policy Iteration}
\caption{Policy Iteration: Learning a policy $\pi: \mathcal{X} \rightarrow \mathcal{A}$}
\label{alg:policy-iteration}
\end{algorithm}
\end{preview}