Found 2,014 repositories(showing 30)
thu-ml
An elegant PyTorch deep reinforcement learning library.
vwxyzjn
High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
andri27-ts
Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
AI4Finance-Foundation
Massively Parallel Deep Reinforcement Learning. 🔥
simoninithomas
Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
ikostrikov
PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).
ShangtongZhang
Modularized Implementation of Deep RL Algorithms in PyTorch
seungeunrho
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
Lizhi-sjtu
Concise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.
kengz
Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".
quantumiracle
PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT-Opt, PointNet..
Khrylx
PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Learning (GAIL). Fast Fisher vector product TRPO.
qfettes
Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch
agi-brain
XuanCe: A Comprehensive and Unified Deep Reinforcement Learning Library
32 projects in the framework of Deep Reinforcement Learning algorithms: Q-learning, DQN, PPO, DDPG, TD3, SAC, A2C and others. Each project is provided with a detailed training log.
lcswillems
RL starter files in order to immediately train, visualize and evaluate an agent without writing any line of code
TianhongDai
This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Dueling Network, DDPG, SAC, A2C, PPO, TRPO. (More algorithms are still in progress)
A PyTorch library for building deep reinforcement learning agents.
ChenglongChen
PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.
archsyscall
🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2
germain-hug
Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
Omegastick
PyTorch C++ Reinforcement Learning
dongminlee94
PyTorch implementation of deep reinforcement learning algorithms
sudharsan13296
Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math
iffiX
Reinforcement learning library(framework) designed for PyTorch, implements DQN, DDPG, A2C, PPO, SAC, MADDPG, A3C, APEX, IMPALA ...
pythonlessons
Reinforcement learning tutorials
RITCHIEHuang
DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DDPG, TD3, SAC)
cyoon1729
A library for ready-made reinforcement learning agents and reusable components for neat prototyping
bentrevett
Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]