Deep Reinforcement Learning in Unity : With Unity ML Toolkit (1st)

個数:
電子版価格
¥15,049
  • 電子版あり
  • ポイントキャンペーン

Deep Reinforcement Learning in Unity : With Unity ML Toolkit (1st)

  • ウェブストア価格 ¥15,175(本体¥13,796)
  • APress(2020/12発売)
  • 外貨定価 US$ 79.99
  • 【ウェブストア限定】洋書・洋古書ポイント5倍対象商品(~2/28)
  • ポイント 685pt
  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合は、ご注文数量が揃ってからまとめて発送いたします。
    3. 美品のご指定は承りかねます。

    ●3Dセキュア導入とクレジットカードによるお支払いについて
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 564 p.
  • 言語 ENG
  • 商品コード 9781484265024
  • DDC分類 006

Full Description

Gain an in-depth overview of reinforcement learning for autonomous agents in game development with Unity.

This book starts with an introduction to state-based reinforcement learning algorithms involving Markov models, Bellman equations, and writing custom C# code with the aim of contrasting value and policy-based functions in reinforcement learning. Then, you will move on to path finding and navigation meshes in Unity, setting up the ML Agents Toolkit (including how to install and set up ML agents from the GitHub repository), and installing fundamental machine learning libraries and frameworks (such as Tensorflow). You will learn about: deep learning and work through an introduction to Tensorflow for writing neural networks (including perceptron, convolution, and LSTM networks), Q learning with Unity ML agents, and porting trained neural network models in Unity through the Python-C# API. You will also explore the OpenAI Gym Environment used throughout the book.

Deep Reinforcement Learning in Unity provides a walk-through of the core fundamentals of deep reinforcement learning algorithms, especially variants of the value estimation, advantage, and policy gradient algorithms (including the differences between on and off policy algorithms in reinforcement learning). These core algorithms include actor critic, proximal policy, and deep deterministic policy gradients and its variants. And you will be able to write custom neural networks using the Tensorflow and Keras frameworks.

Deep learning in games makes the agents learn how they can perform better and collect their rewards in adverse environments without user interference. The book provides a thorough overview of integrating ML Agents with Unity for deep reinforcement learning.

What You Will Learn



Understand how deep reinforcement learning works in games
Grasp the fundamentals of deep reinforcement learning 
Integrate these fundamentals with the Unity ML Toolkit SDK
Gain insights into practical neural networks for training Agent Brain in the context of Unity ML Agents
Create different models and perform hyper-parameter tuning
Understand the Brain-Academy architecture in Unity ML Agents
Understand the Python-C# API interface during real-time training of neural networks
Grasp the fundamentals of generic neural networks and their variants using Tensorflow
Create simulations and visualize agents playing games in Unity

Who This Book Is For

Readers with preliminary programming and game development experience in Unity, and those with experience in Python and a general idea of machine learning

Contents

Chapter 1: Introduction to Reinforcement Learning.- Chapter 2: Path Finding and Navigation.- Chapter 3: Setting Up ML Agents Toolkit.- Chapter 4: Understanding Brain Agents and Academy.- Chapter 5: Deep Reinforcement Learning.- Chapter 6: Competitive Networks for AI Agents.- Chapter 7: Case Studies in ML Agents.