Skip to content

Commit 17cc3b2

Browse files
Add A2C link
1 parent f0f4f3c commit 17cc3b2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ <h1> A Free course in Deep Reinforcement Learning from beginner to expert.</h1>
167167
</div>
168168
</div>
169169
</section>
170+
170171
<!-- *********************************************************
171172
* Part 1
172173
*********************************************************** -->
@@ -198,6 +199,7 @@ <h3> 📚 More ressources: </h3>
198199
</ul>
199200
</div>
200201
</div>
202+
201203
<!-- *********************************************************
202204
* Step 2
203205
*********************************************************** -->
@@ -413,14 +415,14 @@ <h2>Part 5: Advantage Actor Critic (A2C) and Asynchronous Advantage Actor Criti
413415
<div class="col-lg-6">
414416
<h3>📜 Course: </h3>
415417
<h3> 📅 July </h3>
416-
<p> You'll learn the <b>Actor Critic's logic and how to implement it with Tensorflow.</b> </p>
417-
<!--<a href="https://medium.freecodecamp.org/diving-deeper-into-reinforcement-learning-with-q-learning-c18d0db58efe">
418+
<p> You'll learn the <b>Actor Critic's logic and how to implement an A2C agent that plays Sonic the Hedgehog with Tensorflow.</b> </p>
419+
<a href="https://medium.freecodecamp.org/an-intro-to-advantage-actor-critic-methods-lets-play-sonic-the-hedgehog-86d6240171d">
418420
<button type="button" class="btn btn-success">Read the article
419421
</button>
420422
</a>
421423
<br>
422424
<br>
423-
-->
425+
424426

425427

426428
<a href="https://github.com/simoninithomas/Deep_reinforcement_learning_Course/tree/master/A2C%20with%20Sonic%20the%20Hedgehog">

0 commit comments

Comments
 (0)