A2c Open Source Projects
Browse 35 A2c open source projects, ranked by GitHub stars. Find the most popular A2c tools and libraries.
thu-ml/tianshou
An elegant PyTorch deep reinforcement learning library.
Metrics details
| Stars | 10,872 |
vwxyzjn/cleanrl
High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
Metrics details
| Stars | 10,125 |
andri27-ts/Reinforcement-Learning
Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning
Metrics details
| Stars | 4,727 |
sweetice/Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
Metrics details
| Stars | 4,641 |
AI4Finance-Foundation/ElegantRL
Massively Parallel Deep Reinforcement Learning. 🔥
Metrics details
| Stars | 4,349 |
ikostrikov/pytorch-a2c-ppo-acktr-gail
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).
Metrics details
| Stars | 3,902 |
simoninithomas/Deep_reinforcement_learning_Course
Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
Metrics details
| Stars | 3,900 |
ShangtongZhang/DeepRL
Modularized Implementation of Deep RL Algorithms in PyTorch
Metrics details
| Stars | 3,432 |
seungeunrho/minimalRL
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
Metrics details
| Stars | 3,214 |
kengz/SLM-Lab
Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".
Metrics details
| Stars | 1,359 |
Khrylx/PyTorch-RL
PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Learning (GAIL). Fast Fisher vector product TRPO.
Metrics details
| Stars | 1,285 |
qfettes/DeepRL-Tutorials
Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch
Metrics details
| Stars | 1,081 |
agi-brain/xuance
XuanCe: A Comprehensive and Unified Deep Reinforcement Learning Library
Metrics details
| Stars | 1,077 |
Rafael1s/Deep-Reinforcement-Learning-Algorithms
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.
Metrics details
| Stars | 1,025 |
lcswillems/rl-starter-files
RL starter files in order to immediately train, visualize and evaluate an agent without writing any line of code
Metrics details
| Stars | 726 |
TianhongDai/reinforcement-learning-algorithms
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)
Metrics details
| Stars | 696 |
cpnota/autonomous-learning-library
A PyTorch library for building deep reinforcement learning agents.
Metrics details
| Stars | 655 |
ChenglongChen/pytorch-DRL
PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.
Metrics details
| Stars | 617 |
marload/DeepRL-TensorFlow2
🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2
Metrics details
| Stars | 600 |
germain-hug/Deep-RL-Keras
Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
Metrics details
| Stars | 550 |
Omegastick/pytorch-cpp-rl
PyTorch C++ Reinforcement Learning
Metrics details
| Stars | 534 |
dongminlee94/deep_rl
PyTorch implementation of deep reinforcement learning algorithms
Metrics details
| Stars | 487 |
sudharsan13296/Deep-Reinforcement-Learning-With-Python
Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math
Metrics details
| Stars | 474 |
pythonlessons/Reinforcement_Learning
Reinforcement learning tutorials
Metrics details
| Stars | 412 |
bentrevett/pytorch-rl
Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]
Metrics details
| Stars | 302 |
cyoon1729/RLcycle
A library for ready-made reinforcement learning agents and reusable components for neat prototyping
Metrics details
| Stars | 302 |
sungyubkim/Deep_RL_with_pytorch
A pytorch tutorial for DRL(Deep Reinforcement Learning)
Metrics details
| Stars | 225 |
lcswillems/torch-ac
Recurrent and multi-process PyTorch implementation of deep reinforcement Actor-Critic algorithms A2C and PPO
Metrics details
| Stars | 208 |
inoryy/tensorflow2-deep-reinforcement-learning
Code accompanying the blog post "Deep Reinforcement Learning with TensorFlow 2.1"
Metrics details
| Stars | 204 |
MG2033/A2C
A Clearer and Simpler Synchronous Advantage Actor Critic (A2C) Implementation in TensorFlow
Metrics details
| Stars | 182 |
CherryPieSexy/imitation_learning
PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.
Metrics details
| Stars | 149 |
simonmeister/pysc2-rl-agents
StarCraft II / PySC2 Deep Reinforcement Learning Agents (A2C)
Metrics details
| Stars | 141 |
tobiasfshr/deep-reinforcement-learning-drone-control
A drone control system based on deep reinforcement learning with Tensorflow and ROS
Metrics details
| Stars | 126 |
cyoon1729/Policy-Gradient-Methods
Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC
Metrics details
| Stars | 100 |
davide97l/rl-policies-attacks-defenses
Adversarial attacks on Deep Reinforcement Learning (RL)
Metrics details
| Stars | 100 |
