#752 · Primary category: Education & Research

gdrl

algorithms artificial-intelligence deep-learning deep-reinforcement-learning docker gpu machine-learning neural-networks numpy numpy-tutorial nvidia-docker pytorch pytorch-tutorials reinforcement-learning

Grokking Deep Reinforcement Learning

Project last updated:02/04/22

GitHub Stars

1.0K

Forks

278

Contributors

2

License

BSD-3-Clause

Why we included this project

This repo pairs with the Manning book 'Grokking Deep Reinforcement Learning' and is aimed at readers who want to stop just reading about RL and actually run the algorithms. The chapters come as runnable Jupyter notebooks in Python on PyTorch, working up from Q-learning and DQN to policy-gradient and actor-critic methods. Everything runs inside a Docker image that pre-installs the full stack, so you skip the usual dependency setup and spend your time experimenting with the agents instead of fighting installs. For students, data scientists, and engineers crossing into deep RL, it works as a self-paced lab, though the code follows the book's structure rather than standing alone as a production-ready library.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category