#792 · Primary category: Education & Research

David-Silver-Reinforcement-learning

artificial-intelligence course-notes gym-environment open-ai python reinforcement-learning

Notes for the Reinforcement Learning course by David Silver along with implementation of various algorithms.

Project last updated:03/31/22

GitHub Stars

870

Forks

211

Contributors

1

License

MIT

Why we included this project

Watching David Silver's reinforcement learning lectures is one thing; getting the algorithms to actually run is another. This repository pairs notes that follow the full course, from Markov decision processes and dynamic programming through to policy gradients and exploration versus exploitation, with working Keras implementations that run on OpenAI Gym. Each algorithm comes with the notes that explain it, so you can read the idea and then run it against a concrete environment. Students and self-taught engineers who learn better by running code than by watching slides will find value iteration, Q-learning, and policy gradient methods implemented rather than just described. When a concept fades, the repository also works as a quick reference to come back to.

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