dppo topic

List dppo repositories

reinforcement_learning

35
Stars
11
Forks
Watchers

My reproduction of various reinforcement learning algorithms (DQN variants, A3C, DPPO, RND with PPO) in Tensorflow.

DistributedRL-Pytorch-Ray

27
Stars
3
Forks
Watchers

Distributed RL Implementation using Pytorch and Ray (ApeX(Ape-X), A3C, Distributed-PPO(DPPO), Impala)

ReinforcementLearning

54
Stars
11
Forks
Watchers

强化学习算法库,包含了目前主流的强化学习算法(Value based and Policy based)的代码,代码都经过调试并可以运行