mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-11 15:38:15 +02:00
parent
6bfa0299bf
commit
7796d2304a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
\begin{algorithm}[H]
|
||||
\begin{algorithmic}
|
||||
\Require
|
||||
\Statex Sates $\mathcal{X} = \{1, \dots, n_x\}$
|
||||
\Statex States $\mathcal{X} = \{1, \dots, n_x\}$
|
||||
\Statex Actions $\mathcal{A} = \{1, \dots, n_a\},\qquad A: \mathcal{X} \Rightarrow \mathcal{A}$
|
||||
\Statex Reward function $R: \mathcal{X} \times \mathcal{A} \rightarrow \mathbb{R}$
|
||||
\Statex Black-box (probabilistic) transition function $T: \mathcal{X} \times \mathcal{A} \rightarrow \mathcal{X}$
|
||||
|
|
Loading…
Add table
Reference in a new issue