a2c topic

List a2c repositories

deep_rl

484
Stars
64
Forks
Watchers

PyTorch implementation of deep reinforcement learning algorithms

autonomous-learning-library

639
Stars
72
Forks
Watchers

A PyTorch library for building deep reinforcement learning agents.

PyTorch-RL

1.1k
Stars
184
Forks
Watchers

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

Deep_RL_with_pytorch

200
Stars
44
Forks
Watchers

A pytorch tutorial for DRL(Deep Reinforcement Learning)

Deep-RL-Keras

525
Stars
150
Forks
Watchers

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

Deep-Reinforcement-Learning-Algorithms

613
Stars
171
Forks
Watchers

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.

SLM-Lab

1.2k
Stars
262
Forks
Watchers

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

rl-starter-files

622
Stars
181
Forks
Watchers

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

torch-ac

190
Stars
64
Forks
Watchers

Recurrent and multi-process PyTorch implementation of deep reinforcement Actor-Critic algorithms A2C and PPO