Skip to content

Commit

Permalink
Merge pull request #15 from sebidoe/patch-1
Browse files Browse the repository at this point in the history
Initialize Q values to 0
  • Loading branch information
mlindauer authored Mar 21, 2021
2 parents 8f5f037 + 0c4fd30 commit bb7fdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion w04_model_free_control/t04_sarsa.tex
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
\begin{itemize}
\item Initialization:
\begin{itemize}
\item $Q(s,a). \forall s \in S, a \in A$
\item $Q(s,a)=0. \forall s \in S, a \in A$
\item $t=0$
\item initial state $s_t = s_0$
\end{itemize}
Expand Down

0 comments on commit bb7fdb0

Please sign in to comment.