Skip to content

Commit

Permalink
Initialize Q values to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebidoe authored Mar 20, 2021
1 parent 3e26292 commit 0c4fd30
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 0c4fd30

Please sign in to comment.