Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Spinningup | 7,914 | a month ago | 199 | mit | Python | |||||
An educational resource to help anyone learn deep reinforcement learning. | ||||||||||
Openbot | 2,372 | a day ago | 26 | mit | Java | |||||
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. | ||||||||||
Courses | 766 | a year ago | 2 | cc0-1.0 | ||||||
Awesome Courses | ||||||||||
Deepreg | 442 | 4 months ago | 5 | February 01, 2021 | 1 | apache-2.0 | Python | |||
Medical image registration using deep learning | ||||||||||
Teaching | 307 | 9 months ago | 2 | gpl-3.0 | Python | |||||
Open-Source Information Retrieval Courses @ TU Wien | ||||||||||
Nlp_fundamentals | 297 | 3 years ago | 7 | mit | Jupyter Notebook | |||||
📘Contains a series of hands-on notebooks for learning the fundamentals of NLP | ||||||||||
Observations | 182 | 20 | 2 | 4 years ago | 6 | November 02, 2017 | 21 | other | Python | |
Tools for loading standard data sets in machine learning | ||||||||||
Computer Vision Video Lectures | 173 | 2 years ago | cc0-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 Driving | 170 | a month ago | 4 | other | Jupyter Notebook | |||||
Each chapter of this (mini-)book guides you in programming one important software component for automated driving. | ||||||||||
Papers In 100 Lines Of Code | 169 | 2 days ago | mit | Python | ||||||
Implementation of papers in 100 lines of code. |
Status: Maintenance (expect bug fixes and minor updates)
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:
Get started at spinningup.openai.com!
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}
}