bentrevett / pytorch-rl
Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]
☆263Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for pytorch-rl
- Prioritized Experience Replay (PER) implementation in PyTorch☆305Updated 4 years ago
- PyTorch implementation of deep reinforcement learning algorithms☆491Updated 3 years ago
- List of competitions related to Reinforcement Learning☆347Updated 10 months ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆214Updated 2 years ago
- Offline Reinforcement Learning (aka Batch Reinforcement Learning) on Atari 2600 games☆534Updated last year
- Inverse RL algorithms (APP, MaxEnt, GAIL, VAIL)☆710Updated 10 months ago
- Mirror of Stable-Baselines: a fork of OpenAI Baselines, implementations of reinforcement learning algorithms☆286Updated last year
- PyTorch implementation of soft actor critic☆816Updated 3 years ago
- A library for ready-made reinforcement learning agents and reusable components for neat prototyping☆299Updated 9 months ago
- Assignments for Berkeley CS 285: Deep Reinforcement Learning (Fall 2020)☆250Updated 3 years ago
- The RL discord wiki☆243Updated 4 years ago
- PyTorch Agent Net: reinforcement learning toolkit for pytorch☆529Updated 3 weeks ago
- Reinforcement learning library(framework) designed for PyTorch, implements DQN, DDPG, A2C, PPO, SAC, MADDPG, A3C, APEX, IMPALA ...☆401Updated 3 years ago
- RL starter files in order to immediately train, visualize and evaluate an agent without writing any line of code☆654Updated 6 months ago
- PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT…☆1,130Updated 11 months ago
- A pytorch tutorial for DRL(Deep Reinforcement Learning)☆206Updated last year
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch☆1,054Updated 3 years ago
- Stable-Baselines tutorial for Journées Nationales de la Recherche en Robotique 2019☆615Updated last year
- Code for the paper "When to Trust Your Model: Model-Based Policy Optimization"☆479Updated last year
- Policy Gradient is all you need! A step-by-step tutorial for well-known PG methods.☆861Updated 3 months ago
- DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DD…☆322Updated last year
- DQN Zoo is a collection of reference implementations of reinforcement learning agents developed at DeepMind based on the Deep Q-Network (…☆457Updated 7 months ago
- Notes and exercise solutions for second edition of Sutton & Barto's book☆356Updated 2 years ago
- Structural implementation of RL key algorithms☆509Updated last year
- Simple Cartpole example writed with pytorch.☆165Updated 5 years ago
- This is the pytorch implementation of Hindsight Experience Replay (HER) - Experiment on all fetch robotic environments.☆399Updated 2 years ago
- PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Lear…☆1,107Updated 3 years ago
- Code for conservative Q-learning☆410Updated 2 years ago
- PyTorch implementation of Soft Actor-Critic (SAC)☆515Updated 2 years ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆161Updated 3 months ago