Skip to content

Commit 115dd42

Browse files
committed
DQN refactor
1 parent 466724e commit 115dd42

File tree

3 files changed

+21
-17
lines changed

3 files changed

+21
-17
lines changed

DQN/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- Understand the Deep Q-Learning (DQN) algorithm
66
- Understand why Experience Replay and a Target Network are necessary to make Deep Q-Learning work in practice
7-
- (Optional) Understand Double Q-Learning
7+
- (Optional) Understand Double Deep Q-Learning
88
- (Optional) Understand Prioritized Experience Replay
99

1010

@@ -39,7 +39,11 @@
3939

4040
### Exercises
4141

42-
- OpenAI Gym Atari Environment Playground
43-
- Deep-Q Learning for Atari Games ([Exercise](Deep Q Learning.ipynb), [Solution](Deep Q Learning Solution.ipynb))
44-
- Double-Q Learning (This is a minimal change to Q-Learning so use the same exercise as above, [Solution](Double DQN Solution.ipynb))
42+
- [OpenAI Gym Atari Environment Playground](Breakout Playground.ipynb)
43+
- Deep-Q Learning for Atari Games
44+
- [Exercise](Deep Q Learning.ipynb)
45+
- [Solution](Deep Q Learning Solution.ipynb)
46+
- Double-Q Learning
47+
- This is a minimal change to Q-Learning so use the same exercise as above
48+
- [Solution](Double DQN Solution.ipynb)
4549
- Prioritized Experience Replay (WIP)

0 commit comments

Comments
 (0)