All Projects → PacktPublishing → Hands On Reinforcement Learning With Python

PacktPublishing / Hands On Reinforcement Learning With Python

Licence: mit
Hands-On Reinforcement Learning with Python, published by Packt

Projects that are alternatives of or similar to Hands On Reinforcement Learning With Python

Coursera Deep Learning
Solutions to all quiz and all the programming assignments!!!
Stars: ✭ 505 (-2.32%)
Mutual labels:  jupyter-notebook
Cookbook and code
Stars: ✭ 511 (-1.16%)
Mutual labels:  jupyter-notebook
Headlines
Automatically generate headlines to short articles
Stars: ✭ 516 (-0.19%)
Mutual labels:  jupyter-notebook
Scipy 2016 Sklearn
Scikit-learn tutorial at SciPy2016
Stars: ✭ 508 (-1.74%)
Mutual labels:  jupyter-notebook
Keras ocr
用keras实现OCR定位、识别
Stars: ✭ 508 (-1.74%)
Mutual labels:  jupyter-notebook
Dynamic Tensorflow Tutorial
Tensorflow tutorial of building different dynamic recurrent neural network
Stars: ✭ 512 (-0.97%)
Mutual labels:  jupyter-notebook
Svcca
Stars: ✭ 506 (-2.13%)
Mutual labels:  jupyter-notebook
Transdim
Machine learning for transportation data imputation and prediction.
Stars: ✭ 515 (-0.39%)
Mutual labels:  jupyter-notebook
Data science delivered
Observations from Ian on successfully delivering data science products
Stars: ✭ 510 (-1.35%)
Mutual labels:  jupyter-notebook
Practical nlp in pytorch
A repository containing tutorials for practical NLP using PyTorch
Stars: ✭ 515 (-0.39%)
Mutual labels:  jupyter-notebook
Show attend and tell.tensorflow
Stars: ✭ 508 (-1.74%)
Mutual labels:  jupyter-notebook
Python Reference
Python Quick Reference
Stars: ✭ 509 (-1.55%)
Mutual labels:  jupyter-notebook
Dx
DX Analytics | Financial and Derivatives Analytics with Python
Stars: ✭ 512 (-0.97%)
Mutual labels:  jupyter-notebook
Labml
🔎 Monitor deep learning model training and hardware usage from your mobile phone 📱
Stars: ✭ 508 (-1.74%)
Mutual labels:  jupyter-notebook
Hyperparameter Optimization Of Machine Learning Algorithms
Implementation of hyperparameter optimization/tuning methods for machine learning & deep learning models (easy&clear)
Stars: ✭ 516 (-0.19%)
Mutual labels:  jupyter-notebook
Julia Mit
Tutorials and information on the Julia language for MIT numerical-computation courses.
Stars: ✭ 505 (-2.32%)
Mutual labels:  jupyter-notebook
Bnn Pynq
Quantized Neural Networks (QNNs) on PYNQ
Stars: ✭ 510 (-1.35%)
Mutual labels:  jupyter-notebook
Fourier Feature Networks
Fourier Features Let Networks Learn High Frequency Functions in Low Dimensional Domains
Stars: ✭ 516 (-0.19%)
Mutual labels:  jupyter-notebook
Hidt
Official repository for the paper "High-Resolution Daytime Translation Without Domain Labels" (CVPR2020, Oral)
Stars: ✭ 513 (-0.77%)
Mutual labels:  jupyter-notebook
Nlp Notebooks
A collection of notebooks for Natural Language Processing from NLP Town
Stars: ✭ 513 (-0.77%)
Mutual labels:  jupyter-notebook

Hands-On-Reinforcement-Learning-with-Python

Hands-On Reinforcement Learning with Python

This is the code repository for Hands-On-Reinforcement-Learning-with-Python, published by Packt.

Master reinforcement and deep reinforcement learning using OpenAI Gym and TensorFlow

What is this book about?

Reinforcement Learning (RL) is the trending and most promising branch of artificial intelligence. Hands-On Reinforcement learning with Python will help you master not only the basic reinforcement learning algorithms but also the advanced deep reinforcement learning algorithms.

This book covers the following exciting features:

  • Understand the basics of reinforcement learning methods, algorithms, and elements
  • Train an agent to walk using OpenAI Gym and Tensorflow
  • Understand the Markov Decision Process, Bellman’s optimality, and TD learning
  • Solve multi-armed-bandit problems using various algorithms
  • Master deep learning algorithms, such as RNN, LSTM, and CNN with applications

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

policy_iteration():
Initialize random policy
for i in no_of_iterations:
Q_value = value_function(random_policy)
new_policy = Maximum state action pair from Q value

Following is what you need for this book: If you’re a machine learning developer or deep learning enthusiast interested in artificial intelligence and want to learn about reinforcement learning from scratch, this book is for you. Some knowledge of linear algebra, calculus, and the Python programming language will help you understand the concepts covered in this book.

With the following software and hardware list you can run all code files present in the book (Chapter 1-15).

Software and Hardware List

Chapter Software required OS required
1-12 anaconda Ubutnu or mac
chrome Ubutnu or mac

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Sudharsan Ravichandiran is a data scientist, researcher, artificial intelligence enthusiast, and YouTuber (search for Sudharsan reinforcement learning). He completed his bachelors in information technology at Anna University. His area of research focuses on practical implementations of deep learning and reinforcement learning, which includes natural language processing and computer vision. He used to be a freelance web developer and designer and has designed award-winning websites. He is an open source contributor and loves answering questions on Stack Overflow.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

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