linker81 / Reinforcement-Learning-CheatSheetLinks
Cheatsheet of Reinforcement Learning (Based on Sutton-Barto Book - 2nd Edition)
☆54Updated 4 years ago
Alternatives and similar repositories for Reinforcement-Learning-CheatSheet
Users that are interested in Reinforcement-Learning-CheatSheet are comparing it to the libraries listed below
Sorting:
- Reinforcement Learning Cheat Sheet☆156Updated 5 years ago
- ☆28Updated 2 years ago
- Python implementations of the RL algorithms in examples and figures in Sutton & Barto, Reinforcement Learning: An Introduction☆90Updated 6 years ago
- self-studying the Sutton & Barto the hard way☆198Updated 3 years ago
- A collection of various RL algorithms like policy gradients, DQN and PPO. The goal of this repo will be to make it a go-to resource for l…☆155Updated 4 years ago
- Materials for the Practical Sessions of the Reinforcement Learning Summer School 2019: Bandits, RL & Deep RL (PyTorch).☆90Updated 6 years ago
- The RL Reliability Metrics library provides a set of metrics for measuring the reliability of reinforcement learning (RL) algorithms, as …☆165Updated 2 years ago
- TorchingUp provides minimal implementations of common Reinforcement Learning algorithms written in PyTorch. It is meant to complement Ope…☆52Updated 2 years ago
- Repository for tutorial sessions at EEML2020☆269Updated 4 years ago
- From search engines, to science, to robotics, this reposity is meant to showcase the use of reinforcement learning in the world..☆252Updated last year
- ☆94Updated 4 years ago
- Hands-on Reinforcement Learning with PyTorch, published by [Packt]☆56Updated 4 years ago
- Reinforcement Learning Algorithms with Python, Published by Packt☆183Updated 2 years ago
- This is a self-contained repository to explain two basic Reinforcement (RL) algorithms.☆82Updated 11 months ago
- Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]☆285Updated 4 years ago
- PyTorch 1.x Reinforcement Learning Cookbook, published by Packt☆101Updated 2 years ago
- My Solutions of Assignments of CS234: Reinforcement Learning Winter 2019☆169Updated 2 years ago
- Colab notebooks part of the documentation of Stable Baselines reinforcement learning library