Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.21 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.21 KB

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