HTTP/2 200
date: Sun, 28 Dec 2025 19:38:01 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"73c5e4926b9b6aa094b2d42c33bd8033"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: origin-when-cross-origin, strict-origin-when-cross-origin
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com github.githubassets.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com marketplace-screenshots.githubusercontent.com/ copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com github.githubassets.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=qu4BqCSxw08k8ZiBWeIDTYxbldnYn5C4WWgyyWDafbWSsXW1E7GsJdW1yR8afy5Xcbv2Iz6pznoy0Ca4v1%2FhhxEesd5SBGvsi%2FMpVRw26HuP3bBQTVYE4lvWU4gZUriwW9um%2BtUNATkjtpkdzSUoiAGIUVO4y0EwYXIc3De8Qz046TswfOeUwiM1OdPWkNwOie7R%2FJ0I8CAJB34T00jSTazmorob3aDXpGLruJ7OCMOv%2B%2F8Gi%2BGZDuhJied77ZlBUPJopfNjnml7x%2BOuIO2LoA%3D%3D--%2BaRfPpI5gJol1J7s--LKf6ncgRIKYNIovA6ik7Rg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.2133863670.1766950680; Path=/; Domain=github.com; Expires=Mon, 28 Dec 2026 19:38:00 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 28 Dec 2026 19:38:00 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A6EC:13ACF:53BC26E:6534AFE:69518718
Deep Reinforcement Learning Book · GitHub
Deep Reinforcement Learning Book
An open community to promote AI technology.
Pinned
Loading
DQN examples codes in chapter 4
Roff
44
6
Chapter 13 Learning to Run in book Deep Reinforcement Learning: code example of solving NIPS 2017: Learning to Run challenge with paralleled Soft Actor-Critic (SAC) algorithm.
Python
13
7
Chapter 14 Robust Image Enhancement in book Deep Reinforcement Learning
Python
9
4
Chapter 15 AlphaZero in book Deep Reinforcement Learning: code example of AlphaZero solving Gomoku game.
Python
34
5
Chapter 16 Robot Learning in Simulation in book Deep Reinforcement Learning: example of Sawyer robot learning to reach the target with paralleled Soft Actor-Critic (SAC) algorithm, using PyRep for …
Jupyter Notebook
53
19
Repositories
Showing 10 of 10 repositories
deep-reinforcement-learning-book/Chapter4-DQN’s past year of commit activity
Roff
44
MIT
6
0
1
Updated Mar 24, 2023
deep-reinforcement-learning-book/deep-reinforcement-learning-book.github.io’s past year of commit activity
SCSS
32
MIT
12
3
9
Updated Mar 3, 2023
deep-reinforcement-learning-book/Chapter14-Robust-Image-Enhancement’s past year of commit activity
Python
9
MIT
4
0
0
Updated Jul 4, 2021
Chapter13-Learning-to-Run
Public
Chapter 13 Learning to Run in book Deep Reinforcement Learning: code example of solving NIPS 2017: Learning to Run challenge with paralleled Soft Actor-Critic (SAC) algorithm.
deep-reinforcement-learning-book/Chapter13-Learning-to-Run’s past year of commit activity
Python
13
7
0
0
Updated Jul 4, 2021
Chapter16-Robot-Learning-in-Simulation
Public
Chapter 16 Robot Learning in Simulation in book Deep Reinforcement Learning: example of Sawyer robot learning to reach the target with paralleled Soft Actor-Critic (SAC) algorithm, using PyRep for Sawyer robot simulation and game building. The environment is wrapped into OpenAI Gym format.
deep-reinforcement-learning-book/Chapter16-Robot-Learning-in-Simulation’s past year of commit activity
Jupyter Notebook
53
19
1
0
Updated Jul 4, 2021
deep-reinforcement-learning-book/tensorlayer’s past year of commit activity
Chapter15-AlphaZero
Public
Chapter 15 AlphaZero in book Deep Reinforcement Learning: code example of AlphaZero solving Gomoku game.
deep-reinforcement-learning-book/Chapter15-AlphaZero’s past year of commit activity
Python
34
5
1
0
Updated Feb 18, 2020
deep-reinforcement-learning-book/RLzoo’s past year of commit activity
Python
1
Apache-2.0
100
0
0
Updated Feb 13, 2020
deep-reinforcement-learning-book/awesome-reinforcement-learning’s past year of commit activity
25
7
0
0
Updated Nov 18, 2019
deep-reinforcement-learning-book/PyRep’s past year of commit activity
Python
3
MIT
173
0
0
Updated Oct 9, 2019
Most used topics
Loading…
You can’t perform that action at this time.