This repo is implementation for deep reinforcement learning algorithms in PyTorch.
-
Rainbow Deep Q Learning (DQN) (Just for Discrete)
-
A2C (Both for Continuous and Discrete)
More RL algorithms will be added soon.
[1] rainbow-is-all-you-need
[2] pg-is-all-you-need
[3] DRL-with-PyTorch
[4] DRL-code-pytorch
This repo is licensed under the MIT License. See LICENSE for details.