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

fix mathjax #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 3 additions & 4 deletions gridworld_dp.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@
<link rel="stylesheet" href="external/highlight_default.css">
<script>hljs.initHighlightingOnLoad();</script>

<!-- mathjax: nvm now loading dynamically
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
-->
<!-- mathjax -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML'></script>

<!-- rljs -->
<script type="text/javascript" src="lib/rl.js"></script>
Expand Down Expand Up @@ -624,4 +623,4 @@ <h2>GridWorld: Dynamic Programming Demo</h2>
</body>


</html>
</html>
9 changes: 3 additions & 6 deletions gridworld_td.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@
<link rel="stylesheet" href="external/highlight_default.css">
<script>hljs.initHighlightingOnLoad();</script>

<!-- mathjax : nvm now loading dynamically
<script type="text/javascript"
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
-->
<!-- mathjax -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML'></script>

<!-- rljs -->
<script type="text/javascript" src="lib/rl.js"></script>
Expand Down Expand Up @@ -749,4 +746,4 @@ <h2>Temporal Difference Learning Gridworld Demo</h2>
</div>
<br><br><br><br><br>
</body>
</html>
</html>
5 changes: 2 additions & 3 deletions puckworld.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@
<link rel="stylesheet" href="external/highlight_default.css">
<script>hljs.initHighlightingOnLoad();</script>

<!-- mathjax: nvm now loaded dynamically
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
-->
<!-- mathjax -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML'></script>

<!-- rljs -->
<script type="text/javascript" src="lib/rl.js"></script>
Expand Down
5 changes: 2 additions & 3 deletions waterworld.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@
<link rel="stylesheet" href="external/highlight_default.css">
<script>hljs.initHighlightingOnLoad();</script>

<!-- mathjax: nvm now loaded dynamically
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
-->
<!-- mathjax -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML'></script>

<!-- rljs -->
<script type="text/javascript" src="lib/rl.js"></script>
Expand Down