Skip to content

Commit

Permalink
Deep Q-Learning article (#337)
Browse files Browse the repository at this point in the history
* Create readme.md

* Deep Q-Learning introduction

* Add files via upload

* From Q-Learning to Deep Q-Learning

* Part 2

* Conclusion

* Adding illustrations

* Conclusion + illustrations

* Adding Explain DQN

* Fixed Q-Target, Experience Replay and Double DQN

* CTA tutorial

* Add files via upload

* Add files via upload

* Add thumbnail

* Update based on comments from Ella

* Update deep-rl-dqn.md

Co-authored-by: Ella Charlaix <[email protected]>

* Update deep-rl-dqn.md

Co-authored-by: Ella Charlaix <[email protected]>

* Update deep-rl-dqn.md

Co-authored-by: Ella Charlaix <[email protected]>

* Update deep-rl-dqn.md

* Adding table des matieres

* Add files via upload

* Add files via upload

* Add files via upload

* Update deep-rl-dqn.md

Co-authored-by: Ella Charlaix <[email protected]>
  • Loading branch information
simoninithomas and echarlaix authored Jun 7, 2022
1 parent 76ef741 commit 515611d
Show file tree
Hide file tree
Showing 19 changed files with 267 additions and 0 deletions.
Binary file added assets/78_deep_rl_dqn/Q-target.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/78_deep_rl_dqn/atari-envs.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/78_deep_rl_dqn/atari.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/78_deep_rl_dqn/deep-q-network.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/78_deep_rl_dqn/double-dqn-pseudocode.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/78_deep_rl_dqn/experience-replay.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/78_deep_rl_dqn/preprocessing.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/78_deep_rl_dqn/qtarget-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/78_deep_rl_dqn/qtarget-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/78_deep_rl_dqn/qtarget-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/78_deep_rl_dqn/qtarget-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/78_deep_rl_dqn/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file added assets/78_deep_rl_dqn/sampling-training.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/78_deep_rl_dqn/temporal-limitation-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/78_deep_rl_dqn/temporal-limitation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/78_deep_rl_dqn/thumbnail.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
266 changes: 266 additions & 0 deletions deep-rl-dqn.md

Large diffs are not rendered by default.

0 comments on commit 515611d

Please sign in to comment.