Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 437 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 437 Bytes

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