Skip to content

Tutorial: NumPy deep reinforcement learning with Pong from pixels #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Mar 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
83a7c3b
Add a NumPy tutorial: deep reinforcement learning with Pong from pixels
8bitmp3 Oct 26, 2020
5e863cf
Improve the pseudocode for policy gradients, add author-year to Alpha…
8bitmp3 Oct 26, 2020
96d262c
Refactor 🏓 description
8bitmp3 Oct 26, 2020
a0c472e
⚠️ Attempt to pass the CI test - comment `env.close()` as per the ste…
8bitmp3 Oct 26, 2020
d58bc35
🔧 Clarify available actions for the experiment and env.close(), fix g…
8bitmp3 Oct 27, 2020
a2741ee
Update NumPy tutorial: deep reinforcement learning with Pong from pixels
8bitmp3 Nov 24, 2020
490e844
Format (nbfmt) NumPy tutorial: deep reinforcement learning with Pong …
8bitmp3 Nov 24, 2020
396e816
Add a Pong RL training diagram, display input; improve the pseudocode…
8bitmp3 Nov 25, 2020
a0c04e0
Revise install. steps, format RL training pseudocode in the Deep RL w…
8bitmp3 Nov 27, 2020
2399ca4
Jupytext conversion
8bitmp3 Jan 21, 2021
e94b4d6
Remove repetition ("First")
8bitmp3 Jan 21, 2021
ce2d0eb
Update deep RL policy gradients Pong diagram
8bitmp3 Jan 22, 2021
4b44b43
Add gym[atari] dependency to the Deep RL Pong tutorial
8bitmp3 Feb 15, 2021
eea75f3
Update NumPy Tutorials README, include the deep RL with Pong reference
8bitmp3 Feb 15, 2021
57f9b99
Update environment.yaml, attempt to resolve the merge conflict
8bitmp3 Feb 15, 2021
c4d799e
Fix non-consecutive header to address Sphinx issue
8bitmp3 Mar 2, 2021
5f7c1fd
Fix the Python rendering issue to address Sphinx issue
8bitmp3 Mar 2, 2021
4dd768d
Fix non-consecutive header to address Sphinx issue
8bitmp3 Mar 2, 2021
307ca04
Fix a typo
8bitmp3 Mar 2, 2021
6b0a79c
Update the toc tree with deep RL with Pong
8bitmp3 Mar 2, 2021
30379c4
Remove an extra parenthesis in text
8bitmp3 Mar 2, 2021
1727889
Update the diagram link to fix to local build
8bitmp3 Mar 4, 2021
ab5e4bc
Toggle output scrolling
8bitmp3 Mar 15, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ or navigate to any of the documents listed below and download it individually.
4. [Tutorial: Saving and sharing your NumPy arrays](content/save-load-arrays.md)
5. [Tutorial: NumPy deep learning on MNIST from scratch](content/tutorial-deep-learning-on-mnist.md)
6. [Tutorial: X-ray image processing](content/tutorial-x-ray-image-processing.md)
7. [Tutorial: NumPy deep reinforcement learning with Pong from pixels](content/tutorial-deep-reinforcement-learning-with-pong-from-pixels.md)

## Contributing

Expand Down Expand Up @@ -147,4 +148,3 @@ The following links may be useful:
Note that regular documentation issues for NumPy can be found in the [main NumPy
repository](https://github.com/numpy/numpy/issues) (see the `Documentation`
labels there).

Loading