Skip to content

Implemented RL algorithms by me and useful study resources

Notifications You must be signed in to change notification settings

YeskendirK/Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Reinforcement-Learning

Implemented RL algorithms (by me):

  1. Q-learning (Cart-Pole env.)
  2. Double Q-learning (Cart-Pole env.)
  3. Sarsa (Frozen-Lake env.)
  4. Sarsa(λ) (Frozen-Lake env.)
  5. Deep Q-Network (DQN) (Cart-Pole env.)
  6. REINFORCE (Cart-Pole env.)
  7. Advantage Actor-Critic (A2C) (Cart-Pole env.)

Study Resources

Online Courses:

Textbooks:

Other Helpful materials/articles:

Author

Yeskendir Koishekenov @YeskendirK

Releases

No releases published

Packages

No packages published

Languages