Skip to content

This repository contains PyTorch implementations of reinforcement learning algorithms. Its purpose is to provide straightforward and easily understandable code for individuals to learn about basic reinforcement learning algorithms.

Notifications You must be signed in to change notification settings

TMIS-Turbo/RL-PyT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL-PyT

This repository contains PyTorch implementations of reinforcement learning algorithms. Its purpose is to provide straightforward and easily understandable code for individuals to learn about basic reinforcement learning algorithms.

Current Implementations

  1. Deep Q Learning (DQN) (Mnih et al. 2013)
  2. D3QN (Wang et al. 2016)
  3. Deep Deterministic Policy Gradients (DDPG) (Lillicrap et al. 2016 )
  4. Twin Delayed Deep Deterministic Policy Gradients (TD3) (Fujimoto et al. 2018)
  5. Soft Actor-Critic (SAC) (Haarnoja et al. 2018)
  6. Soft Actor-Critic for Discrete Actions (SAC-Discrete) (Christodoulou 2019)
  7. Tsallis Actor-Critic (TAC) (Lee, Kyungjae, et al. 2019)
  8. Proximal Policy Optimisation (PPO) (Schulman et al. 2017)

About

This repository contains PyTorch implementations of reinforcement learning algorithms. Its purpose is to provide straightforward and easily understandable code for individuals to learn about basic reinforcement learning algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages