Skip to content

Commit

Permalink
Merge pull request #33 from hyperdo/master
Browse files Browse the repository at this point in the history
Add natural gradient Q-learning solution
  • Loading branch information
gdb authored Feb 22, 2018
2 parents bfd68f5 + 86a74a0 commit b02d21f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _requests_for_research/natural-q-learning.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@
<h3>Notes</h3>

<p> This project isn't guaranteed to be solvable: it could be that Q-learning's occasional instability and failure has little to do with whether it is natural or not. </p>

<h3>Solutions</h3>

<p> NGDQN model, results, and paper trained on a discrete environment available <a href="https://github.com/hyperdo/natural-gradient-deep-q-learning/blob/master/Natural_Gradient_Deep_Q_Learning.pdf">here</a>. </p>

0 comments on commit b02d21f

Please sign in to comment.