reinforcement-learning
Here are 5,194 public repositories matching this topic...
Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
-
Updated
Aug 24, 2020 - Python
Unity Machine Learning Agents Toolkit
-
Updated
Sep 8, 2020 - C#
Python Implementation of Reinforcement Learning: An Introduction
-
Updated
Jul 5, 2020 - Python
Machine learning, in numpy
-
Updated
Aug 19, 2020 - Python
TensorFlow Tutorials with YouTube Videos
-
Updated
Aug 10, 2020 - Jupyter Notebook
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
-
Updated
Aug 19, 2020
Vcpkg is a C++ dependency management system that makes installation and consumption as a dependency very easy. We should support this for VW to allow consuming the lib as easy as possible.
Instructions for creating a new package can be found here: https://github.com/microsoft/vcpkg/blob/master/docs/examples/packaging-github-repos.md
StarCraft II Learning Environment
-
Updated
Jul 29, 2020 - Python
Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.
-
Updated
Sep 8, 2020 - C++
Deep Learning and Reinforcement Learning Library for Scientists and Engineers
-
Updated
Sep 6, 2020 - Python
A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility
-
Updated
Sep 4, 2020 - Python
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
-
Updated
Aug 27, 2020
Simple Reinforcement learning tutorials
-
Updated
Aug 5, 2020 - Python
A collection of machine learning examples and tutorials.
-
Updated
Sep 8, 2020 - Python
Build your neural network easy and fast
-
Updated
Jun 8, 2020 - Jupyter Notebook
Trax — Deep Learning with Clear Code and Speed
-
Updated
Sep 8, 2020 - Python
Deep Reinforcement Learning for Keras.
-
Updated
May 5, 2020 - Python
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
-
Updated
Dec 14, 2019 - Jupyter Notebook
A JavaScript deep learning and reinforcement learning library.
-
Updated
Mar 18, 2020 - JavaScript
A course in reinforcement learning in the wild
-
Updated
Aug 19, 2020 - Jupyter Notebook
Repo for the Deep Reinforcement Learning Nanodegree program
-
Updated
Aug 22, 2020 - Jupyter Notebook
repository to research & share the machine learning articles
-
Updated
Sep 5, 2020
ELF: a platform for game research with AlphaGoZero/AlphaZero reimplementation
-
Updated
Jun 21, 2019 - C++
-
Updated
Apr 21, 2020 - Python
Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning
-
Updated
Jun 30, 2020 - Jupyter Notebook
How to use Watcher / WatcherClient over tcp/ip network?
Watcher seems to ZMQ server, and WatcherClient is ZMQ Client, but there is no API/Interface to config server IP address.
Do I need to implement a class that inherits from WatcherClient?
Simple and comprehensive tutorials in TensorFlow
-
Updated
Feb 21, 2019 - Python
Tensorforce: a TensorFlow library for applied reinforcement learning
-
Updated
Aug 30, 2020 - Python
Improve this page
Add a description, image, and links to the reinforcement-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reinforcement-learning topic, visit your repo's landing page and select "manage topics."


Describe your feature request
Currently, if you run
ray.wait([pg.ready()]), it prints the warning message that the ready task is infeasible. This is an expected behavior, so we should not print warning messages.Impl Idea