Spinningup

An educational resource to help anyone learn deep reinforcement learning.
Alternatives To Spinningup
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Spinningup7,914
a month ago199mitPython
An educational resource to help anyone learn deep reinforcement learning.
Openbot2,372
a day ago26mitJava
OpenBot leverages smartphones as brains for low-cost robots. We have designed a small electric vehicle that costs about $50 and serves as a robot body. Our software stack for Android smartphones supports advanced robotics workloads such as person following and real-time autonomous navigation.
Courses766
a year ago2cc0-1.0
Awesome Courses
Deepreg442
4 months ago5February 01, 20211apache-2.0Python
Medical image registration using deep learning
Teaching307
9 months ago2gpl-3.0Python
Open-Source Information Retrieval Courses @ TU Wien
Nlp_fundamentals297
3 years ago7mitJupyter Notebook
📘Contains a series of hands-on notebooks for learning the fundamentals of NLP
Observations1822024 years ago6November 02, 201721otherPython
Tools for loading standard data sets in machine learning
Computer Vision Video Lectures173
2 years agocc0-1.0
A curated list of free, high-quality, university-level courses with video lectures related to the field of Computer Vision.
Algorithms For Automated Driving170
a month ago4otherJupyter Notebook
Each chapter of this (mini-)book guides you in programming one important software component for automated driving.
Papers In 100 Lines Of Code169
2 days agomitPython
Implementation of papers in 100 lines of code.
Alternatives To Spinningup
Select To Compare


Alternative Project Comparisons
Readme

Status: Maintenance (expect bug fixes and minor updates)

Welcome to Spinning Up in Deep RL!

This is an educational resource produced by OpenAI that makes it easier to learn about deep reinforcement learning (deep RL).

For the unfamiliar: reinforcement learning (RL) is a machine learning approach for teaching agents how to solve tasks by trial and error. Deep RL refers to the combination of RL with deep learning.

This module contains a variety of helpful resources, including:

  • a short introduction to RL terminology, kinds of algorithms, and basic theory,
  • an essay about how to grow into an RL research role,
  • a curated list of important papers organized by topic,
  • a well-documented code repo of short, standalone implementations of key algorithms,
  • and a few exercises to serve as warm-ups.

Get started at spinningup.openai.com!

Citing Spinning Up

If you reference or use Spinning Up in your research, please cite:

@article{SpinningUp2018,
    author = {Achiam, Joshua},
    title = {{Spinning Up in Deep Reinforcement Learning}},
    year = {2018}
}
Popular Education Projects
Popular Deep Learning Projects
Popular Learning Resources Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Deep Learning
Education
Rl