Skip to content

Reinforcement learning algorithms and solved gym environments.

Notifications You must be signed in to change notification settings

nimishsantosh107/Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning

Repo contains notebooks with common reinforcement learning algorithms and solved gym environments.

Value Based Methods

Algorithms Paper & Code
Q-Learning & SARSA
DQN
DoubleDQN
DuelingDQN
DuelingDoubleDQN + PER

Policy Based Methods

Algorithms Paper & Code
PG(Reinforce)
PPO
[needs improvement]

Actor Critic Methods

Algorithms Paper & Code
AC
A2C
DDPG
TD3