Reinforcement-Learning icon indicating copy to clipboard operation
Reinforcement-Learning copied to clipboard

Implementation of various Reinforcement Learning Algorithms

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