Skip to content

Commit 87927cc

Browse files
Modified website (added ddqn links)
1 parent 8a7cc30 commit 87927cc

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docs/index.html

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,8 @@ <h2>Part 3+: Improvments in Deep Q Learning</h2>
282282
<div class="row">
283283
<div class="col-lg-6">
284284
<h3>📜 Course: </h3>
285-
<h3> 📅 June </h3>
286-
<p> You'll learn the <b>latests improvments in Deep Q Learning and how to implement them with Tensorflow.</b> </p>
287-
<!--<a href="https://medium.freecodecamp.org/diving-deeper-into-reinforcement-learning-with-q-learning-c18d0db58efe">
285+
<p> You'll learn the <b>latests improvments in Deep Q Learning (Dueling Double DQN, Prioritized Expericence Replay and fixed q-targets) and how to implement them with Tensorflow.</b> </p>
286+
<a href="https://medium.freecodecamp.org/improvements-in-deep-q-learning-dueling-double-dqn-prioritized-experience-replay-and-fixed-58b130cc5682">
288287
<button type="button" class="btn btn-success">Read the article
289288
</button>
290289
</a>
@@ -293,22 +292,20 @@ <h3> 📅 June </h3>
293292

294293

295294

296-
<a href="/simoninithomas/Deep_reinforcement_learning_Course/blob/master/Q%20learning/Q%20Learning%20with%20FrozenLake.ipynb">
295+
<a href="https://github.com/simoninithomas/Deep_reinforcement_learning_Course/blob/master/Dueling%20Double%20DQN%20with%20PER%20and%20fixed-q%20targets/Dueling%20Deep%20Q%20Learning%20with%20Doom%20(%2B%20double%20DQNs%20and%20Prioritized%20Experience%20Replay).ipynb">
297296
<button type="button" class="btn btn-success">👨‍💻 Read the notebook
298297
</button>
299298
</a>
300299

301300
<br>
302-
-->
303301
</div>
304302
<div class="col-lg-6">
305303
<h3>📹 Video: </h3>
306-
<h3> 📅 06/30 </h3>
307-
<p> You'll learn <b>how to implement the improvments in Deep Q Learning with Tensorflow.</b> </p>
308-
</div>
304+
<p> You'll learn the <b>latests improvments in Deep Q Learning (Dueling Double DQN, Prioritized Expericence Replay and fixed q-targets) and how to implement them with Tensorflow.</b> </p>
305+
</div>
309306
</div>
310307
<h3> 👨‍💻 Create an Agent that learns to play Doom Deadly corridor</h3>
311-
<img src="assets/img/video projects/deadlycorridor.png" alt="Vizdoom Deadly corridor"/>
308+
<iframe width="560" height="315" src="https://www.youtube.com/embed/-Ynjw0Vl3i4?showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
312309
<br>
313310
<br>
314311
<!--<a href="https://github.com/simoninithomas/Deep_reinforcement_learning_Course/blob/master/Q%20learning/Q%20Learning%20with%20FrozenLake.ipynb">

0 commit comments

Comments
 (0)