Skip to content

Commit ffc0e88

Browse files
Update default.html
1 parent 9b9b3be commit ffc0e88

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/_layouts/default.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@
3030
<a id="forkme_banner" href="https://github.com/sichkar-valentyn/Reinforcement_Learning_in_Python">View on GitHub</a>
3131
<h1 id="project_title">Reinforcement Learning in Python</h1>
3232
<h2 id="project_tagline">Implementing Reinforcement Learning, namely Q-learning and Sarsa algorithms, for global path planning of mobile robot in unknown environment with obstacles. Comparison analysis of Q-learning and Sarsa</h2>
33-
34-
33+
<section id="downloads">
34+
<a class="zip_download_link" href="{{ site.github.zip_url }}">Download this project as a .zip file</a>
35+
<a class="tar_download_link" href="{{ site.github.tar_url }}">Download this project as a tar.gz file</a>
36+
</section>
3537
</header>
3638
</div>
3739

@@ -182,7 +184,7 @@ <h3 id="reference-to-1">Reference to:</h3>
182184
<div id="footer_wrap" class="outer">
183185
<footer class="inner">
184186

185-
<p class="copyright">"Reinforcement Learning in Python" maintained by <a href="https://github.com/sichkar-valentyn">sichkar-valentyn</a></p>
187+
<p class="copyright">"Reinforcement Learning in Python" maintained by <a href="https://github.com/sichkar-valentyn">Valentyn Sichkar</a></p>
186188

187189
</footer>
188190
</div>

0 commit comments

Comments
 (0)