Hands-On Reinforcement Learning with Python: Master reinforcement and deep reinforcement learning using OpenAI Gym and TensorFlow
Sudharsan Ravichandiran
- 出版商: Packt Publishing
- 出版日期: 2018-06-28
- 定價: $1,160
- 售價: 6.0 折 $696
- 語言: 英文
- 頁數: 318
- 裝訂: Paperback
- ISBN: 1788836529
- ISBN-13: 9781788836524
-
相關分類:
Python、Reinforcement 強化學習、DeepLearning 深度學習、TensorFlow
-
相關翻譯:
用 Python 實作強化學習|使用 TensorFlow 與 OpenAI Gym (Hands-On Reinforcement Learning with Python) (繁中版)
-
其他版本:
Deep Reinforcement Learning with Python - Second Edition
買這商品的人也買了...
-
$2,627$2,496 -
$1,330$1,260 -
$400$380 -
$4,180$3,971 -
$280$252 -
$1,056Big Data Analytics with R (Paperback)
-
$176數學之美, 2/e
-
$350$315 -
$380$342 -
$450$356 -
$350$315 -
$1,450$1,378 -
$1,088Deep Learning with TensorFlow - Second Edition: Explore neural networks with Python
-
$1,650$1,568 -
$403深入理解 TensorFlow 架構設計與實現原理
-
$1,740$1,653 -
$550$468 -
$352游戲架構:核心技術與面試精粹
-
$680$578 -
$1,380$1,311 -
$1,500$1,425 -
$1,088PyTorch Deep Learning Hands-On: Apply modern AI techniques with CNNs, RNNs, GANs, reinforcement learning, and more
-
$680$537 -
$1,650$1,568 -
$380$380
商品描述
A hands-on guide enriched with examples to master deep reinforcement learning algorithms with Python
Key Features
- Your entry point into the world of artificial intelligence using the power of Python
- An example-rich guide to master various RL and DRL algorithms
- Explore various state-of-the-art architectures along with math
Book Description
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.
The book starts with an introduction to Reinforcement Learning followed by OpenAI Gym, and TensorFlow. You will then explore various RL algorithms and concepts, such as Markov Decision Process, Monte Carlo methods, and dynamic programming, including value and policy iteration. This example-rich guide will introduce you to deep reinforcement learning algorithms, such as Dueling DQN, DRQN, A3C, PPO, and TRPO. You will also learn about imagination-augmented agents, learning from human preference, DQfD, HER, and many more of the recent advancements in reinforcement learning.
By the end of the book, you will have all the knowledge and experience needed to implement reinforcement learning and deep reinforcement learning in your projects, and you will be all set to enter the world of artificial intelligence.
What you will learn
- 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
- Build intelligent agents using the DRQN algorithm to play the Doom game
- Teach agents to play the Lunar Lander game using DDPG
- Train an agent to win a car racing game using dueling DQN
Who This Book Is For
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.
Table of Contents
- Introduction to Reinforcement Learning
- Getting started with OpenAI and Tensorflow
- Markov Decision process and Dynamic Programming
- Gaming with Monte Carlo Tree Search
- Temporal Difference Learning
- Multi-Armed Bandit Problem
- Deep Learning Fundamentals
- Deep Learning and Reinforcement
- Playing Doom With Deep Recurrent Q Network
- Asynchronous Advantage Actor Critic Network
- Policy Gradients and Optimization
- Capstone Project Car Racing using DQN
- Current Research and Next Steps