All Projects → vmayoral → Basic_reinforcement_learning

vmayoral / Basic_reinforcement_learning

Licence: gpl-3.0
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.

Projects that are alternatives of or similar to Basic reinforcement learning

Fixy
Amacımız Türkçe NLP literatüründeki birçok farklı sorunu bir arada çözebilen, eşsiz yaklaşımlar öne süren ve literatürdeki çalışmaların eksiklerini gideren open source bir yazım destekleyicisi/denetleyicisi oluşturmak. Kullanıcıların yazdıkları metinlerdeki yazım yanlışlarını derin öğrenme yaklaşımıyla çözüp aynı zamanda metinlerde anlamsal analizi de gerçekleştirerek bu bağlamda ortaya çıkan yanlışları da fark edip düzeltebilmek.
Stars: ✭ 165 (-80.02%)
Mutual labels:  artificial-intelligence, ai, jupyter-notebook, neural-networks, deeplearning
Text summurization abstractive methods
Multiple implementations for abstractive text summurization , using google colab
Stars: ✭ 359 (-56.54%)
Mutual labels:  artificial-intelligence, ai, jupyter-notebook, reinforcement-learning, deeplearning
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-94.92%)
Mutual labels:  artificial-intelligence, jupyter-notebook, reinforcement-learning, neural-networks
Mit Deep Learning
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
Stars: ✭ 8,912 (+978.93%)
Mutual labels:  artificial-intelligence, jupyter-notebook, neural-networks, deeplearning
Micromlp
A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules)
Stars: ✭ 92 (-88.86%)
Mutual labels:  artificial-intelligence, ai, deeplearning, q-learning
Awesome Ai Ml Dl
Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics.
Stars: ✭ 831 (+0.61%)
Mutual labels:  artificial-intelligence, ai, jupyter-notebook, neural-networks
Artificialintelligenceengines
Computer code collated for use with Artificial Intelligence Engines book by JV Stone
Stars: ✭ 35 (-95.76%)
Mutual labels:  artificial-intelligence, reinforcement-learning, neural-networks, deeplearning
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+3.51%)
Mutual labels:  artificial-intelligence, ai, jupyter-notebook, reinforcement-learning
Tensorwatch
Debugging, monitoring and visualization for Python Machine Learning and Data Science
Stars: ✭ 3,191 (+286.32%)
Mutual labels:  ai, jupyter-notebook, reinforcement-learning, deeplearning
Gdrl
Grokking Deep Reinforcement Learning
Stars: ✭ 304 (-63.2%)
Mutual labels:  artificial-intelligence, jupyter-notebook, reinforcement-learning, neural-networks
Hands On Reinforcement Learning With Python
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Stars: ✭ 640 (-22.52%)
Mutual labels:  jupyter-notebook, reinforcement-learning, openai-gym, q-learning
Ctc Executioner
Master Thesis: Limit order placement with Reinforcement Learning
Stars: ✭ 112 (-86.44%)
Mutual labels:  jupyter-notebook, reinforcement-learning, openai-gym, q-learning
Notebooks
Some notebooks
Stars: ✭ 53 (-93.58%)
Mutual labels:  artificial-intelligence, jupyter-notebook, reinforcement-learning, q-learning
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-76.51%)
Mutual labels:  artificial-intelligence, ai, jupyter-notebook, tutorial
Deep Reinforcement Learning
Repo for the Deep Reinforcement Learning Nanodegree program
Stars: ✭ 4,012 (+385.71%)
Mutual labels:  jupyter-notebook, reinforcement-learning, neural-networks, openai-gym
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 (-46.49%)
Mutual labels:  jupyter-notebook, tutorial, reinforcement-learning, q-learning
Introtodeeplearning
Lab Materials for MIT 6.S191: Introduction to Deep Learning
Stars: ✭ 4,955 (+499.88%)
Mutual labels:  jupyter-notebook, neural-networks, deeplearning
Rl Book
Source codes for the book "Reinforcement Learning: Theory and Python Implementation"
Stars: ✭ 464 (-43.83%)
Mutual labels:  jupyter-notebook, reinforcement-learning, openai-gym
Gans In Action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
Stars: ✭ 748 (-9.44%)
Mutual labels:  artificial-intelligence, ai, jupyter-notebook
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 (-38.01%)
Mutual labels:  reinforcement-learning, neural-networks, q-learning

Basic Reinforcement Learning (RL)

This repository aims to provide an introduction series to reinforcement learning (RL) by delivering a walkthough on how to code different RL techniques.

Background review

A quick background review of RL is available here.

Tutorials:

References:

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].