Skip to content

byEB/reinforcement-learning

This branch is 3 commits behind dennybritz/reinforcement-learning:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 1, 2019
Mar 1, 2019
Jun 24, 2019
Mar 13, 2019
Mar 13, 2019
Mar 13, 2019
Jun 11, 2019
Apr 2, 2019
Dec 25, 2018
Sep 17, 2016
Oct 3, 2016
Nov 8, 2019
Sep 1, 2016

Repository files navigation

Overview

This repository provides code, exercises and solutions for popular Reinforcement Learning algorithms. These are meant to serve as a learning tool to complement the theoretical materials from

Each folder in corresponds to one or more chapters of the above textbook and/or course. 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 Tensorflow for neural network implementations.

Table of Contents

List of Implemented Algorithms

Resources

Textbooks:

Classes:

Talks/Tutorials:

Other Projects:

Selected Papers:

About

Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.1%
  • Python 2.9%