JaeDukSeo / reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
โ248Updated 6 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
- ๐น๏ธ CS234: Reinforcement Learning, Winter 2019 | YouTube videos ๐โ306Updated 2 years ago
- Exercise Solutions for Reinforcement Learning: An Introduction [2nd Edition]โ156Updated 4 years ago
- Exercise Solutions for Reinforcement Learning: An Introduction [2nd Edition]โ106Updated 2 years ago
- List of competitions related to Reinforcement Learningโ351Updated last year
- Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approxiโฆโ751Updated 6 years ago
- Notes for the Reinforcement Learning course by David Silver along with implementation of various algorithms.โ801Updated 2 years ago
- PyTorch implementation of deep reinforcement learning algorithmsโ496Updated 3 years ago
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorchโ1,064Updated 3 years ago
- Reinforcement Learning examples implementation and explanationโ330Updated 8 months ago
- DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DDโฆ