advantage-actor-critic topic

List advantage-actor-critic repositories

tensorflow2-deep-reinforcement-learning

209
Stars
52
Forks
Watchers

Code accompanying the blog post "Deep Reinforcement Learning with TensorFlow 2.1"

DeepRL-Tutorials

1.0k
Stars
326
Forks
Watchers

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

cleanrl

4.6k
Stars
544
Forks
Watchers

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

imitation_learning

128
Stars
14
Forks
Watchers

PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.

btgym

981
Stars
259
Forks
Watchers

Scalable, event-driven, deep-learning-friendly backtesting library

pytorch-a2c-ppo-acktr-gail

3.5k
Stars
831
Forks
Watchers

PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR)...

pytorch-DRL

505
Stars
106
Forks
Watchers

PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.

pytorch-rl

256
Stars
74
Forks
Watchers

Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]

autonomous-learning-library

639
Stars
72
Forks
Watchers

A PyTorch library for building deep reinforcement learning agents.