Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #10

Merged
merged 16 commits into from
Jul 15, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix abs value to norm (V's are vectors)
  • Loading branch information
ec2604 committed Jun 23, 2021
commit 2a8b1ef5bbc37beb1cd46f1bea8d52e26e8c82f9
2 changes: 1 addition & 1 deletion chapter4-disc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ \subsection{Error bounds and stopping rules:}
\begin{lemma}
If $\|\Value_{n+1}-\Value_{n}\|_\infty < \epsilon \cdot \frac{1-\discount}{2\discount}$ then $\|\Value_{n+1} -
\Value^{*}\|_\infty < \frac{\varepsilon}{2}$ and
$|\Value^{\policy_{n+1}}-\Value^*|\leq \varepsilon$, where
$\|\Value^{\policy_{n+1}}-\Value^*\|\leq \varepsilon$, where
$\policy_{n+1}$ is the greedy policy w.r.t. $\Value_{n+1}$.
\end{lemma}
\begin{proof}
Expand Down