reinforcement-learning
Here are 8,166 public repositories matching this topic...
-
Updated
May 1, 2022
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
-
Updated
May 20, 2022 - C#
Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
-
Updated
Apr 15, 2022 - Python
Python Implementation of Reinforcement Learning: An Introduction
-
Updated
May 10, 2022 - Python
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
-
Updated
Apr 10, 2022 - HTML
Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.
-
Updated
May 22, 2022 - C++
TensorFlow Tutorials with YouTube Videos
-
Updated
Jan 15, 2021 - Jupyter Notebook
-
Updated
May 23, 2022 - Jupyter Notebook
StarCraft II Learning Environment
-
Updated
Jan 29, 2022 - Python
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
-
Updated
Nov 1, 2020 - Python
Deep Learning and Reinforcement Learning Library for Scientists and Engineers
-
Updated
Apr 23, 2022 - Python
Bidirectional RNN
Is there a way to train a bidirectional RNN (like LSTM or GRU) on trax nowadays?
Example
-
Updated
May 20, 2022 - Jupyter Notebook
Build your neural network easy and fast, 莫烦Python中文教学
-
Updated
May 16, 2022 - Jupyter Notebook
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
-
Updated
Feb 3, 2022
A collection of machine learning examples and tutorials.
-
Updated
May 22, 2022 - Python
A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility
-
Updated
May 4, 2022 - Python
Deep Reinforcement Learning for Keras.
-
Updated
Jan 5, 2022 - Python
A course in reinforcement learning in the wild
-
Updated
Apr 17, 2022 - Jupyter Notebook
A curated list of awesome self-supervised methods
-
Updated
Mar 21, 2022
强化学习中文教程(蘑菇书),在线阅读地址:https://datawhalechina.github.io/easy-rl/
-
Updated
May 21, 2022 - Jupyter Notebook
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
May 7, 2021 - JavaScript
Repo for the Deep Reinforcement Learning Nanodegree program
-
Updated
Feb 15, 2022 - Jupyter Notebook
-
Updated
May 23, 2022 - Python
repository to research & share the machine learning articles
-
Updated
Mar 18, 2022
The following applies to DDPG and TD3, and possibly other models. The following libraries were installed in a virtual environment:
numpy==1.16.4
stable-baselines==2.10.0
gym==0.14.0
tensorflow==1.14.0
Episode rewards do not seem to be updated in model.learn() before callback.on_step(). Depending on which callback.locals variable is used, this means that:
- episode rewards may n
🐛 Bug
The documentation of DQN agent (https://stable-baselines3.readthedocs.io/en/master/modules/dqn.html) specifies that log_interval parameter is "The number of timesteps before logging". However, when set to 1 (or any other value) the logging is not made at that pace but is instead made every log_interval episode (and not timesteps). In the example below this is made every 200 timesteps.
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."


Contributing to RLlib
Ray RLlib is more than a framework for distributed applications but also an active community of developers, researchers, and folks that love machine learning. This project adheres to the Ray guidelines for contributing.