JaeDukSeo / reinforcement-learning-an-introductionLinks
Python Implementation of Reinforcement Learning: An Introduction
โ256Updated 7 years ago
Alternatives and similar repositories for reinforcement-learning-an-introduction
Users that are interested in reinforcement-learning-an-introduction are comparing it to the libraries listed below
Sorting:
- ๐น๏ธ CS234: Reinforcement Learning, Winter 2019 | YouTube videos ๐โ310Updated 2 years ago
- ๐ฎ Advanced Deep Learning and Reinforcement Learning at UCL & DeepMind | YouTube videos ๐โ155Updated 6 years ago
- Advanced Deep Learning and Reinforcement Learning course taught at UCL in partnership with Deepmindโ847Updated 6 years ago
- Reinforcement Learning Algorithms with Python, Published by Packtโ187Updated 2 years ago
- Hands-On Reinforcement Learning with Python, published by Packtโ832Updated 2 years ago
- Exercise Solutions for Reinforcement Learning: An Introduction [2nd Edition]โ107Updated 3 years ago
- Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlowโ862Updated 5 years ago
- Exercise Solutions for Reinforcement Learning: An Introduction [2nd Edition]โ156Updated 4 years ago
- Notes for the Reinforcement Learning course by David Silver along with implementation of various algorithms.โ839Updated 3 years ago
- Practice of Deep Reinforcement Learning with Keras and gym.โ156Updated 6 years ago
- Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approxiโฆ