Skip to content

alokwhitewolf/Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement-Learning

This repository contains code for reinforcement learning that I go on learning and implementing as I dwelve further into this field.

This repository contains two major parts as of now -

  • Sutton-Book- Implementation of codes from the book by Sutton and Barto.
  • CS294-Berkeley- Assignment from the course on Deep Reinforcement learning offered at Berkeley

Done so far

Sutton-Book

CS294