Skip to content

sushant1212/Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement-Learning

  • This repository contains my implementation of various RL algorithms

  • Progress till now:

    • Monte carlo and sarsa(lambda) control for easy21 environment (assignment from David Silver's Course)
    • DQN on cartpole environment
    • Policy Gradient on Lunar Lander Environment
    • DDPG on Inverted pendulum environment
    • Dueling DQN on Cartpole env

Example of the REINFORCE on Lunar Lander environment: Lunar_Lander_policy_gradients

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages