Reinforcement Learning 1

This commit is contained in:
Dimitri Lozeve 2018-11-21 21:16:06 +01:00
parent 863de69b3e
commit ad4cea5710
4 changed files with 211 additions and 0 deletions

View file

@ -51,6 +51,10 @@
<h2>Recent Posts</h2>
<ul>
<li>
<a href="./posts/reinforcement-learning-1.html">Quick Notes on Reinforcement Learning (Part 1)</a> - November 21, 2018
</li>
<li>
<a href="./posts/ising-apl.html">Ising model simulation in APL</a> - March 5, 2018
</li>