Skip to content

alekhyaduba/ReinforcementLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ReinforcementLearning

This repository consists of all the projects I have worked on the topic of Reinforcement Learning. Some of the considerable and cool implementations are:

  1. Policy Gradient algorithms implementation using point and cartpole environments

  2. Lunar Lander using DQN

  3. Frozen Lake - Value and Poilcy Iteration

  4. Mountain Climb using Open AI Gym environment and DQN.

  5. Cart Pole Balancing

  6. Cliff Walking