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

Improve quality of description

This commit is contained in:
Martin Thoma 2016-07-14 01:36:58 +02:00
parent b9e2162ab8
commit 807b9268d0
4 changed files with 6 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Before After
Before After

View file

@ -22,9 +22,9 @@
\Statex Sates $\mathcal{X} = \{1, \dots, n_x\}$
\Statex Actions $\mathcal{A} = \{1, \dots, n_a\},\qquad A: \mathcal{X} \Rightarrow \mathcal{A}$
\Statex Cost function $g: \mathcal{X} \times \mathcal{A} \rightarrow \mathbb{R}$
% TODO: g? \alpha?
% f_ij(a)
\Procedure{ValueIteration}{$\mathcal{X}$, $A$, $g$}
\Statex Transition probabilities $f$
% TODO: \alpha?
\Procedure{ValueIteration}{$\mathcal{X}$, $A$, $g$, $f$}
\State Initialize $J, J': \mathcal{X} \rightarrow \mathbb{R}_0^+$ arbitrarily
\While{$J$ is not converged}
\State $J' \gets J$
@ -39,7 +39,7 @@
\EndWhile
\EndProcedure
\end{algorithmic}
\caption{Calculate value function}
\caption{Value Iteration}
\label{alg:value-iteration}
\end{algorithm}
\end{preview}