Overview

Implementation of popular Reinforecement Learning algorithms and problems. These are learning tools that should go hand in hand with textbooks and/or video lectures to have good theoratical background

Each folder in itself corresponds to one or more topics in RL that matches with standard textboooks. In addition to exercises and solution, each folder also contains a list of learning goals, a brief concept summary, and links to the relevant readings.

All code is written in Python 3 and uses RL environments from OpenAI Gym. Advanced techniques use Pytorch for neural network implementations.

Table of Contents

List of Implemented Algorithms

Resources

Textbooks:

Classes:

Blogs:

Similar Repos