dalmia / David-Silver-Reinforcement-learning
Notes for the Reinforcement Learning course by David Silver along with implementation of various algorithms.
☆813Updated 3 years ago
Alternatives and similar repositories for David-Silver-Reinforcement-learning
Users that are interested in David-Silver-Reinforcement-learning are comparing it to the libraries listed below
Sorting:
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch☆1,070Updated 3 years ago
- Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approxi…☆754Updated 6 years ago
- A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.☆1,175Updated 2 years ago
- PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Lear…☆1,198Updated 4 years ago
- Assignments for CS294-112.☆1,596Updated 2 years ago
- PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".☆1,269Updated 5 years ago
- Modularized Implementation of Deep RL Algorithms in PyTorch☆3,302Updated last year
- PyTorch Agent Net: reinforcement learning toolkit for pytorch☆546Updated 6 months ago
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆679Updated 4 years ago
- Reinforcement Learning in PyTorch☆2,251Updated 4 years ago
- A toolkit for reproducible reinforcement learning research.☆1,974Updated 2 years ago
- For deep RL and the future of AI.☆1,459Updated last year
- PyTorch implementation of deep reinforcement learning algorithms☆495Updated 3 years ago
- Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".☆1,279Updated 3 months ago
- Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow☆850Updated 4 years ago
- Collection of reinforcement learning algorithms☆2,673Updated 10 months ago
- Simple and easily configurable grid world environments for reinforcement learning☆2,237Updated 3 months ago
- Inverse RL algorithms (APP, MaxEnt, GAIL, VAIL)☆750Updated last year
- Simple A3C implementation with pytorch + multiprocessing☆639Updated 2 years ago
- PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT…☆1,226Updated 2 months ago
- This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch