Adding Unit 3

This commit is contained in:
Thomas Simonini
2022-12-07 09:13:49 +01:00
parent 7ddc173d94
commit a4de2131fa
12 changed files with 380 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Additional Readings [[additional-readings]]
These are **optional readings** if you want to go deeper.
- [Foundations of Deep RL Series, L2 Deep Q-Learning by Pieter Abbeel](https://youtu.be/Psrhxy88zww)
- [Playing Atari with Deep Reinforcement Learning](https://arxiv.org/abs/1312.5602)
- [Double Deep Q-Learning](https://papers.nips.cc/paper/2010/hash/091d584fced301b442654dd8c23b3fc9-Abstract.html)
- [Prioritized Experience Replay](https://arxiv.org/abs/1511.05952)