Skip to content

Commit

Permalink
improved results for first 7 notebooks. Other results to come soon
Browse files Browse the repository at this point in the history
  • Loading branch information
qfettes committed Mar 26, 2019
1 parent 2438c08 commit 25fa0bf
Show file tree
Hide file tree
Showing 12 changed files with 379 additions and 332 deletions.
30 changes: 20 additions & 10 deletions 01.DQN.ipynb

Large diffs are not rendered by default.

28 changes: 18 additions & 10 deletions 02.NStep_DQN.ipynb

Large diffs are not rendered by default.

34 changes: 21 additions & 13 deletions 03.Double_DQN.ipynb

Large diffs are not rendered by default.

32 changes: 20 additions & 12 deletions 04.Dueling_DQN.ipynb

Large diffs are not rendered by default.

122 changes: 62 additions & 60 deletions 05.DQN-NoisyNets.ipynb

Large diffs are not rendered by default.

234 changes: 126 additions & 108 deletions 06.DQN_PriorityReplay.ipynb

Large diffs are not rendered by default.

111 changes: 55 additions & 56 deletions 07.Categorical-DQN.ipynb

Large diffs are not rendered by default.

118 changes: 56 additions & 62 deletions 08.Rainbow.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 12.A2C.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.6.3"
}
},
"nbformat": 4,
Expand Down
Binary file modified results.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified saved_agents/model.dump
Binary file not shown.
Binary file modified saved_agents/optim.dump
Binary file not shown.

1 comment on commit 25fa0bf

@BlueDi
Copy link

@BlueDi BlueDi commented on 25fa0bf May 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

08.Rainbow didn't train properly, it just went for 1min.

Please sign in to comment.