Skip to content

samiranrl/ODSC_2019_RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Reinforcement Learning @ ODSC 2019

Companion code for https://confengine.com/odsc-india-2019/proposal/10044/algorithms-that-learn-to-solve-tasks-by-watching-one-youtube-video

It shows how to apply a Reinforcement Learning algorithm called Policy Gradients (Many of the recent successes in RL use this is some form) to a toy problem - where you attempt to land a small spaceship on the moon. It is built using pytorch.

One of the most frequent questions that was asked was: How to train Deep Reinforcement Learning algorithms if you are starting from scratch? Here is a list of (zero to one) resources: