2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Before After
Before After

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}