Reinforcement Learning

强化学习算法的实现。Python、OpenAI Gym、Tensorflow。与 Sutton 的书和 David Silver 的课程配套的练习和解决方案。「Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.」

  • Owner: dennybritz/reinforcement-learning
  • Platform: Linux, Mac, Windows
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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:

Overview

Name With Ownerdennybritz/reinforcement-learning
Primary LanguageJupyter Notebook
Program languageJupyter Notebook (Language Count: 2)
PlatformLinux, Mac, Windows
License:MIT License
Release Count0
Created At2016-08-24 17:02:41
Pushed At2023-07-13 09:52:27
Last Commit At2022-09-21 01:57:31
Stargazers Count20k
Watchers Count864
Fork Count6k
Commits Count262
Has Issues Enabled
Issues Count155
Issue Open Count94
Pull Requests Count59
Pull Requests Open Count20
Pull Requests Close Count15
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top