#
deep-reinforcement-learning
Here are
970 public repositories
matching this topic...
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
Updated
Oct 26, 2019
374
commits
Python
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
Updated
Oct 26, 2019
1
commits
C++
Unity Machine Learning Agents Toolkit
Updated
Oct 26, 2019
1
commits
Python
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
Updated
Oct 26, 2019
108
commits
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
Updated
Oct 25, 2019
64
commits
Jupyter Notebook
Flappy Bird hack using Deep Reinforcement Learning (Deep Q-learning).
Updated
Oct 26, 2019
59
commits
Python
A course in reinforcement learning in the wild
Updated
Oct 25, 2019
1
commits
Jupyter Notebook
Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning
Updated
Oct 26, 2019
139
commits
Jupyter Notebook
Repo for the Deep Reinforcement Learning Nanodegree program
Updated
Oct 25, 2019
18
commits
Jupyter Notebook
Tensorforce: a TensorFlow library for applied reinforcement learning
Updated
Oct 26, 2019
1
commits
Python
Minimal and Clean Reinforcement Learning Examples
Updated
Oct 25, 2019
264
commits
Python
Summaries of machine learning papers
Updated
Oct 25, 2019
238
commits
Implementations from the free course Deep Reinforcement Learning with Tensorflow
Updated
Oct 25, 2019
152
commits
Jupyter Notebook
Modularized Implementation of Deep RL Algorithms in PyTorch
Updated
Oct 25, 2019
384
commits
Python
PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).
Updated
Oct 26, 2019
247
commits
Python
TensorFlow implementation of Deep Reinforcement Learning papers
Updated
Oct 24, 2019
70
commits
Python
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
Updated
Oct 25, 2019
74
commits
Python
Lab Materials for MIT 6.S191: Introduction to Deep Learning
Updated
Oct 25, 2019
218
commits
Jupyter Notebook
DeepTraffic is a deep reinforcement learning competition, part of the MIT Deep Learning series.
Updated
Oct 25, 2019
24
commits
JavaScript
[ICML 2017] TensorFlow code for Curiosity-driven Exploration for Deep Reinforcement Learning
Updated
Oct 25, 2019
10
commits
Python
Artificial intelligence for the Snake game.
Updated
Oct 25, 2019
225
commits
Python
Top 200 deep learning Github repositories sorted by the number of stars.
Updated
Oct 25, 2019
28
commits
Python
Rainbow: Combining Improvements in Deep Reinforcement Learning
Updated
Oct 24, 2019
153
commits
Python
Minimal Deep Q Learning (DQN & DDQN) implementations in Keras
Updated
Oct 26, 2019
46
commits
Python
TensorFlow and Deep Learning Tutorials
Updated
Oct 18, 2019
15
commits
PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".
Updated
Oct 25, 2019
46
commits
Python
PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.
Updated
Oct 25, 2019
126
commits
Python
Reinforcement learning environments with musculoskeletal models
Updated
Oct 19, 2019
768
commits
Python
Loading…
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
CARLA currently crashes if the OpenDRIVE data contains spiral curves. In issue #1335, it is mentioned that these are unsupported because RoadRunner does not generate spirals.
The latest version of RoadRunner now supports all OpenDRIVE curve types (including spirals), so it would be awesome if