• Stars
    star
    834
  • Rank 54,676 (Top 2 %)
  • Language
    Jupyter Notebook
  • Created over 6 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow

Check out the completely revised and updated second editon of this book which covers basic to advanced deep RL algorithms with extensive math. Check out the new repo here.

Hands-On Reinforcement Learning With Python

Master reinforcement and deep reinforcement learning using OpenAI Gym and TensorFlow

About the book

Book Cover

Reinforcement Learning with Python will help you to master basic reinforcement learning algorithms to the advanced deep reinforcement learning algorithms.

The book starts with an introduction to Reinforcement Learning followed by OpenAI and Tensorflow. You will then explore various RL algorithms and concepts such as the Markov Decision Processes, Monte-Carlo methods, and dynamic programming, including value and policy iteration. This example-rich guide will introduce you to deep learning, covering various deep learning algorithms. You will then explore deep reinforcement learning in depth, which is a combination of deep learning and reinforcement learning. You will master various deep reinforcement learning algorithms such as DQN, Double DQN. Dueling DQN, DRQN, A3C, DDPG, TRPO, and PPO. You will also learn about recent advancements in reinforcement learning such as imagination augmented agents, learn from human preference, DQfD, HER and many more.

Get the book


Get the Chinese Version (中文版)

The book is also translated into chinese and you can get it from here (这本书也被翻译成中文,你可以从这里得到它):https://item.jd.com/12506442.html

Table of Contents

1. Introduction to Reinforcement Learning

  • 1.1. What is Reinforcement Learning?
  • 1.2. Reinforcement Learning Cycle
  • 1.3. How RL differs from other ML Paradigms?
  • 1.4. Elements of Reinforcement Learning
  • 1.5. Agent Environment Interface
  • 1.6. Types of RL Environments
  • 1.7. Reinforcement Learning Platforms
  • 1.8. Applications of Reinforcement Learning

2. Getting Started with OpenAI and Tensorflow

3. Markov Decision Process and Dynamic Programming

4. Gaming with Monte Carlo Methods

5. Temporal Difference Learning

6. Multi-Armed Bandit Problem

7. Deep Learning Fundamentals

8. Atari Games With Deep Q Network

  • 8.1. What is Deep Q network
  • 8.2. Architecture of DQN
  • 8.3. Convolutional Network
  • 8.4. Experience Replay
  • 8.5. Target Network
  • 8.6. Clipping Rewards
  • 8.7. DQN Algorithm
  • 8.8. Building an Agent to Play Atari Games
  • 8.9. Double DQN
  • 8.10. Dueling Architecture

9. Playing Doom With Deep Recurrent Q Network

10. Asynchronous Advantage Actor Critic Network

  • 10.1. Asynchronous Actor Critic Algorithm
  • 10.2. The three A's
  • 10.3. Architecture of A3C
  • 10.4. Working of A3C
  • 10.5. Drive up the Mountain with A3C
  • 10.6. Visualization in Tensorboard

11. Policy Gradients and Optimization

12. Capstone Project: Car Racing using DQN

13. Recent Advancements and Next Steps

More Repositories

1

Awesome-Meta-Learning

A curated list of Meta Learning papers, code, books, blogs, videos, datasets and other resources.
1,479
star
2

Hands-On-Meta-Learning-With-Python

Learning to Learn using One-Shot Learning, MAML, Reptile, Meta-SGD and more with Tensorflow
Jupyter Notebook
1,157
star
3

Hands-On-Deep-Learning-Algorithms-with-Python

Master Deep Learning Algorithms with Extensive Math by Implementing them using TensorFlow
Jupyter Notebook
327
star
4

Deep-Reinforcement-Learning-With-Python

Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math
Jupyter Notebook
322
star
5

Getting-Started-with-Google-BERT

Build and train state-of-the-art natural language processing models using BERT
Jupyter Notebook
211
star
6

Bitcoin-price-Prediction-using-LSTM

Bitcoin price Prediction ( Time Series ) using LSTM Recurrent neural network
Jupyter Notebook
124
star
7

Word2vec-from-scratch

simple Word2vec from scratch using tensorflow for understanding
Jupyter Notebook
31
star
8

Whatsapp-analytics

performing sentiment analysis on the whatsapp chats.
R
21
star
9

Document-Classification-using-LSA

Document classification using Latent semantic analysis in python
Jupyter Notebook
16
star
10

Recommendation-System

Simple movie recommendation system using lighfm in python.
Python
2
star
11

Face-Detection-webcam

Face Detection in the webcam using opencv
Python
2
star
12

Tagging-Stackoverflow-posts-using-BOW

Tagging Stackoverflow posts using BOW in keras
Jupyter Notebook
2
star
13

SVM-hyperparameters-in-R-shiny

R shiny app to understand various hyperparameter in SVM
R
1
star
14

Cryptography-Algorithms

Implementation of Various Cryptographic algorithms
Java
1
star