/Reinforcement-Learning-Torch

Deep Reinforcement Learning- OpenAI Gym

Primary LanguagePython

Deep Reinforcement Learning Torch

This repository implements different popular Deep Reinforcement Learning algorithms using pytorch. These are meant to serve as learning tool to complement the learning materials from:

  • Deep Q-learning [1]
  • Dueling Deep Q-learning [2]
  • Actor-Critic [3]
  • PPO [4]
  • SAC [5]

This repository is constantly being updated and will continue to add new Deep Reinforcement Learning algorithm.