null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Deep Reinforcement Learning in Action

List Price: $49.99
SKU:
9781617295430
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Alexander Zai, Brandon Brown
    Format:
    Paperback
    Pages:
    325
    Publisher:
    Manning (April 28, 2020)
    Language:
    English
    ISBN-13:
    9781617295430
    ISBN-10:
    1617295434
    Weight:
    24oz
    Dimensions:
    7.38" x 9.25" x 0.8"
    File:
    Eloquence-SimonSchuster_06032026_P10163223_onix30_Complete-20260603.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    Case Pack:
    20
    As low as:
    $44.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Summary

    Humans learn best from feedback—we are encouraged to take actions that lead to positive results while deterred by decisions with negative consequences. This reinforcement process can be applied to computer programs allowing them to solve more complex problems that classical programming cannot. Deep Reinforcement Learning in Action teaches you the fundamental concepts and terminology of deep reinforcement learning, along with the practical skills and techniques you’ll need to implement it into your own projects.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the technology

    Deep reinforcement learning AI systems rapidly adapt to new environments, a vast improvement over standard neural networks. A DRL agent learns like people do, taking in raw data such as sensor input and refining its responses and predictions through trial and error.

    About the book

    Deep Reinforcement Learning in Action teaches you how to program AI agents that adapt and improve based on direct feedback from their environment. In this example-rich tutorial, you’ll master foundational and advanced DRL techniques by taking on interesting challenges like navigating a maze and playing video games. Along the way, you’ll work with core algorithms, including deep Q-networks and policy gradients, along with industry-standard tools like PyTorch and OpenAI Gym.

    What's inside

        Building and training DRL networks
        The most popular DRL algorithms for learning and problem solving
        Evolutionary algorithms for curiosity and multi-agent learning
        All examples available as Jupyter Notebooks

    About the reader

    For readers with intermediate skills in Python and deep learning.

    About the author

    Alexander Zai is a machine learning engineer at Amazon AI. Brandon Brown is a machine learning and data analysis blogger.

    Table of Contents

    PART 1 - FOUNDATIONS

    1. What is reinforcement learning?

    2. Modeling reinforcement learning problems: Markov decision processes

    3. Predicting the best states and actions: Deep Q-networks

    4. Learning to pick the best policy: Policy gradient methods

    5. Tackling more complex problems with actor-critic methods

    PART 2 - ABOVE AND BEYOND

    6. Alternative optimization methods: Evolutionary algorithms

    7. Distributional DQN: Getting the full story

    8.Curiosity-driven exploration

    9. Multi-agent reinforcement learning

    10. Interpretable reinforcement learning: Attention and relational models

    11. In conclusion: A review and roadmap