All Projects → alberduris → Reinforcement_learning_ai_video_games

alberduris / Reinforcement_learning_ai_video_games

Code for each week's short video of Siraj Raval Course on Reinforcement Learning "AI for Video Games"

Projects that are alternatives of or similar to Reinforcement learning ai video games

Kipoi
Kipoi's model zoo API
Stars: ✭ 174 (-1.14%)
Mutual labels:  jupyter-notebook
Muffin Cupcake
classifying muffin and cupcake recipes using support vector machines
Stars: ✭ 175 (-0.57%)
Mutual labels:  jupyter-notebook
Astropy Tutorials
Tutorials for the Astropy Project
Stars: ✭ 174 (-1.14%)
Mutual labels:  jupyter-notebook
Captcha
Breaking captchas using torch
Stars: ✭ 174 (-1.14%)
Mutual labels:  jupyter-notebook
Web Database Analytics
Web scrapping and related analytics using Python tools
Stars: ✭ 175 (-0.57%)
Mutual labels:  jupyter-notebook
Keras Tutorials
Keras-Tutorials
Stars: ✭ 175 (-0.57%)
Mutual labels:  jupyter-notebook
Qnn Mo Pynq
Stars: ✭ 173 (-1.7%)
Mutual labels:  jupyter-notebook
Tech
Documentation of all collective action from tech workers.
Stars: ✭ 176 (+0%)
Mutual labels:  jupyter-notebook
Itwmm
In The Wild 3D Morphable Models
Stars: ✭ 175 (-0.57%)
Mutual labels:  jupyter-notebook
Intro Spacy Nlp
An introduction to using spaCy for NLP and machine learning
Stars: ✭ 175 (-0.57%)
Mutual labels:  jupyter-notebook
Clinicalbert
ClinicalBERT: Modeling Clinical Notes and Predicting Hospital Readmission (CHIL 2020 Workshop)
Stars: ✭ 175 (-0.57%)
Mutual labels:  jupyter-notebook
Poems generator keras
唐诗,藏头诗,按需自动生成古诗,基于Keras、LSTM-RNN。文档齐全。
Stars: ✭ 175 (-0.57%)
Mutual labels:  jupyter-notebook
Python Machine Learning Book 3rd Edition
The "Python Machine Learning (3rd edition)" book code repository
Stars: ✭ 2,883 (+1538.07%)
Mutual labels:  jupyter-notebook
Deep Algotrading
A resource for learning about deep learning techniques from regression to LSTM and Reinforcement Learning using financial data and the fitness functions of algorithmic trading
Stars: ✭ 173 (-1.7%)
Mutual labels:  jupyter-notebook
Analytical Tutorials
Tutorials for writing analytical scripts
Stars: ✭ 175 (-0.57%)
Mutual labels:  jupyter-notebook
Prml
Python implementations (on jupyter notebook) of algorithms described in the book "PRML"
Stars: ✭ 174 (-1.14%)
Mutual labels:  jupyter-notebook
Recommendation
Recommendation System using ML and DL
Stars: ✭ 174 (-1.14%)
Mutual labels:  jupyter-notebook
Gluon Fashionai Attributes
Stars: ✭ 176 (+0%)
Mutual labels:  jupyter-notebook
Attentionn
All about attention in neural networks. Soft attention, attention maps, local and global attention and multi-head attention.
Stars: ✭ 175 (-0.57%)
Mutual labels:  jupyter-notebook
Deep Learning With Keras Notebooks
Jupyter notebooks for using & learning Keras
Stars: ✭ 2,077 (+1080.11%)
Mutual labels:  jupyter-notebook

Reinforcement_Learning_AI_Video_Games

Code for each week's short video of Siraj Raval Course on Reinforcement Learning "AI for Video Games"

Week 1 - Value iteration algorithm

Value iteration algorithm built for the Taxi-v1 environment by OpenAI Gym library.

Week 2 - Monte Carlo Prediction algorithm

Monte Carlo Prediction algorithm built for the Blackjack-v0 environment by OpenAI Gym library.

Week 3 - Q-Learning algorithm

Q-Learning algorithm built for the MountainCarContinuous-v0 environment by OpenAI Gym library.

Week 4 - Policy Gradients algorithm

Policy Gradients algorithm built for the Pong-v0 environment by OpenAI Gym library.

Week 5 - Actor-Critic model

Actor-Critic model built for the Pendulum-v0 environment by OpenAI Gym library.

Week 6 - Proximal Policy Optimization

Proximal Policy Optimization algorithm built for the Pendulum-v0 environment by OpenAI Gym library.

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