Repository navigation

#

a2c

thu-ml/tianshou
Python
8412
1 个月前

High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)

Python
6823
11 天前
andri27-ts/Reinforcement-Learning

Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning

Jupyter Notebook
4314
5 年前

Massively Parallel Deep Reinforcement Learning. 🔥

Python
3998
1 个月前

Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch

Jupyter Notebook
3846
2 年前

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).

Python
3732
3 年前

Modularized Implementation of Deep RL Algorithms in PyTorch

Python
3291
1 年前

Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)

Python
3005
2 年前
kengz/SLM-Lab

Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".

Python
1277
2 个月前

PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Learning (GAIL). Fast Fisher vector product TRPO.

Python
1188
4 年前

Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch

Jupyter Notebook
1067
4 年前

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.

Jupyter Notebook
867
4 年前

RL starter files in order to immediately train, visualize and evaluate an agent without writing any line of code

Python
680
1 年前

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)

Python
678
4 年前

🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2

Python
607
3 年前

Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)

Python
542
5 年前