2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-11 15:38:15 +02:00

Update q-learning.tex (#47)

typo in "states"
This commit is contained in:
Timothy Stewart 2021-05-02 16:28:40 -05:00 committed by GitHub
parent 6bfa0299bf
commit 7796d2304a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}$