pytorch-rl topic

List pytorch-rl repositories

alpha_sigma

159
Stars
34
Forks
Watchers

A pytorch based Gomoku game model. Alpha Zero algorithm based reinforcement Learning and Monte Carlo Tree Search model.

Hierarchical-Actor-Critic-HAC-PyTorch

276
Stars
48
Forks
Watchers

PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments

deep-reinforcement-learning

4.8k
Stars
2.3k
Forks
Watchers

Repo for the Deep Reinforcement Learning Nanodegree program

RecNN

572
Stars
113
Forks
Watchers

Reinforced Recommendation toolkit built around pytorch 1.7

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]

DeepRL_Algorithms

308
Stars
78
Forks
Watchers

DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DDPG, TD3, SAC)

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.

baby-a3c

168
Stars
43
Forks
Watchers

A high-performance Atari A3C agent in 180 lines of PyTorch