All Projects → marooncn → RL

marooncn / RL

Licence: other
Reinforcement Learning Demos

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to RL

Easy Rl
强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/
Stars: ✭ 3,004 (+4451.52%)
Mutual labels:  deep-reinforcement-learning, q-learning, sarsa
Tetris Ai
A deep reinforcement learning bot that plays tetris
Stars: ✭ 109 (+65.15%)
Mutual labels:  deep-reinforcement-learning, q-learning
VREP-RL-bot
Reinforcement Learning in Vrep
Stars: ✭ 14 (-78.79%)
Mutual labels:  q-learning, vrep
2048 Deep Reinforcement Learning
Trained A Convolutional Neural Network To Play 2048 using Deep-Reinforcement Learning
Stars: ✭ 169 (+156.06%)
Mutual labels:  deep-reinforcement-learning, q-learning
Hands On Reinforcement Learning With Python
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Stars: ✭ 640 (+869.7%)
Mutual labels:  deep-reinforcement-learning, q-learning
Async Deeprl
Playing Atari games with TensorFlow implementation of Asynchronous Deep Q-Learning
Stars: ✭ 44 (-33.33%)
Mutual labels:  deep-reinforcement-learning, q-learning
Accel Brain Code
The purpose of this repository is to make prototypes as case study in the context of proof of concept(PoC) and research and development(R&D) that I have written in my website. The main research topics are Auto-Encoders in relation to the representation learning, the statistical machine learning for energy-based models, adversarial generation networks(GANs), Deep Reinforcement Learning such as Deep Q-Networks, semi-supervised learning, and neural network language model for natural language processing.
Stars: ✭ 166 (+151.52%)
Mutual labels:  deep-reinforcement-learning, q-learning
Tf Rex
Play Google Chrome's T-rex game with TensorFlow
Stars: ✭ 345 (+422.73%)
Mutual labels:  deep-reinforcement-learning, q-learning
Learningx
Deep & Classical Reinforcement Learning + Machine Learning Examples in Python
Stars: ✭ 241 (+265.15%)
Mutual labels:  deep-reinforcement-learning, q-learning
yarll
Combining deep learning and reinforcement learning.
Stars: ✭ 84 (+27.27%)
Mutual labels:  deep-reinforcement-learning, sarsa
java-reinforcement-learning
Package provides java implementation of reinforcement learning algorithms such Q-Learn, R-Learn, SARSA, Actor-Critic
Stars: ✭ 90 (+36.36%)
Mutual labels:  q-learning, sarsa
Dissecting Reinforcement Learning
Python code, PDFs and resources for the series of posts on Reinforcement Learning which I published on my personal blog
Stars: ✭ 512 (+675.76%)
Mutual labels:  deep-reinforcement-learning, q-learning
Deer
DEEp Reinforcement learning framework
Stars: ✭ 455 (+589.39%)
Mutual labels:  deep-reinforcement-learning, q-learning
Deep-Reinforcement-Learning-With-Python
Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math
Stars: ✭ 222 (+236.36%)
Mutual labels:  deep-reinforcement-learning, q-learning
Reinforcement learning tutorial with demo
Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers, Courses, etc..
Stars: ✭ 442 (+569.7%)
Mutual labels:  deep-reinforcement-learning, q-learning
Deep Qlearning Agent For Traffic Signal Control
A framework where a deep Q-Learning Reinforcement Learning agent tries to choose the correct traffic light phase at an intersection to maximize traffic efficiency.
Stars: ✭ 136 (+106.06%)
Mutual labels:  deep-reinforcement-learning, q-learning
Explorer
Explorer is a PyTorch reinforcement learning framework for exploring new ideas.
Stars: ✭ 54 (-18.18%)
Mutual labels:  deep-reinforcement-learning, q-learning
Deep-Reinforcement-Learning-Notebooks
This Repository contains a series of google colab notebooks which I created to help people dive into deep reinforcement learning.This notebooks contain both theory and implementation of different algorithms.
Stars: ✭ 15 (-77.27%)
Mutual labels:  deep-reinforcement-learning, sarsa
Deep Rl Trading
playing idealized trading games with deep reinforcement learning
Stars: ✭ 228 (+245.45%)
Mutual labels:  deep-reinforcement-learning, q-learning
king-pong
Deep Reinforcement Learning Pong Agent, King Pong, he's the best
Stars: ✭ 23 (-65.15%)
Mutual labels:  deep-reinforcement-learning, q-learning

RL

reinforcement learning demos

NarrowDoor

Use Q-leraning/SARSA/Policy Gradient to train a differental drive robot with only two ultrasonic sensors 
to go through a narrow door which is just a little wider than the robot.

Follower

Use Deep Reinforcement Learning(DQN) to train a differential drive robot with a kinect to follow a worker.
To speed up training, supervised learning is used.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].