Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 225 Bytes

File metadata and controls

14 lines (10 loc) · 225 Bytes

SimpleRL

Simple yet efficient implementations of Model Free Reinforcement Learning algorithms in Pytorch

Currently available algorithms

  1. DDPG
  2. DQN
  3. SAC

To Do

  1. Reinforce
  2. PPO-Continuous
  3. PPO-Discrete