Foundations of Deep Reinforcement Learning
Home > Computing and Information Technology > Computer science > Artificial intelligence > Foundations of Deep Reinforcement Learning: Theory and Practice in Python
Foundations of Deep Reinforcement Learning: Theory and Practice in Python

Foundations of Deep Reinforcement Learning: Theory and Practice in Python

|
     0     
5
4
3
2
1




International Edition


About the Book

The Contemporary Introduction to Deep Reinforcement Learning that Combines Theory and Practice Deep reinforcement learning (deep RL) combines deep learning and reinforcement learning, in which artificial agents learn to solve sequential decision-making problems. In the past decade deep RL has achieved remarkable results on a range of problems, from single and multiplayer games–such as Go, Atari games, and DotA 2–to robotics. Foundations of Deep Reinforcement Learning is an introduction to deep RL that uniquely combines both theory and implementation. It starts with intuition, then carefully explains the theory of deep RL algorithms, discusses implementations in its companion software library SLM Lab, and finishes with the practical details of getting deep RL to work. This guide is ideal for both computer science students and software engineers who are familiar with basic machine learning concepts and have a working understanding of Python. Understand each key aspect of a deep RL problem Explore policy- and value-based algorithms, including REINFORCE, SARSA, DQN, Double DQN, and Prioritized Experience Replay (PER) Delve into combined algorithms, including Actor-Critic and Proximal Policy Optimization (PPO) Understand how algorithms can be parallelized synchronously and asynchronously Run algorithms in SLM Lab and learn the practical implementation details for getting deep RL to work Explore algorithm benchmark results with tuned hyperparameters Understand how deep RL environments are designed Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

Table of Contents:
Foreword xix Preface xxi Acknowledgments xxv About the Authors xxvii Chapter 1: Introduction to Reinforcement Learning 1 1.1 Reinforcement Learning 1 1.2 Reinforcement Learning as MDP 6 1.3 Learnable Functions in Reinforcement Learning 9 1.4 Deep Reinforcement Learning Algorithms 11 1.5 Deep Learning for Reinforcement Learning 17 1.6 Reinforcement Learning and Supervised Learning 19 1.7 Summary 21 Part I: Policy-Based and Value-Based Algorithms 23 Chapter 2: REINFORCE 25 2.1 Policy 26 2.2 The Objective Function 26 2.3 The Policy Gradient 27 2.4 Monte Carlo Sampling 30 2.5 REINFORCE Algorithm 31 2.6 Implementing REINFORCE 33 2.7 Training a REINFORCE Agent 44 2.8 Experimental Results 47 2.9 Summary 51 2.10 Further Reading 51 2.11 History 51 Chapter 3: SARSA 53 3.1 The Q- and V-Functions 54 3.2 Temporal Difference Learning 56 3.3 Action Selection in SARSA 65 3.4 SARSA Algorithm 67 3.5 Implementing SARSA 69 3.6 Training a SARSA Agent 74 3.7 Experimental Results 76 3.8 Summary 78 3.9 Further Reading 79 3.10 History 79 Chapter 4: Deep Q-Networks (DQN) 81 4.1 Learning the Q-Function in DQN 82 4.2 Action Selection in DQN 83 4.3 Experience Replay 88 4.4 DQN Algorithm 89 4.5 Implementing DQN 91 4.6 Training a DQN Agent 96 4.7 Experimental Results 99 4.8 Summary 101 4.9 Further Reading 102 4.10 History 102 Chapter 5: Improving DQN 103 5.1 Target Networks 104 5.2 Double DQN 106 5.3 Prioritized Experience Replay (PER) 109 5.4 Modified DQN Implementation 112 5.5 Training a DQN Agent to Play Atari Games 123 5.6 Experimental Results 128 5.7 Summary 132 5.8 Further Reading 132 Part II: Combined Methods 133 Chapter 6: Advantage Actor-Critic (A2C) 135 6.1 The Actor 136 6.2 The Critic 136 6.3 A2C Algorithm 141 6.4 Implementing A2C 143 6.5 Network Architecture 148 6.6 Training an A2C Agent 150 6.7 Experimental Results 157 6.8 Summary 161 6.9 Further Reading 162 6.10 History 162 Chapter 7: Proximal Policy Optimization (PPO) 165 7.1 Surrogate Objective 165 7.2 Proximal Policy Optimization (PPO) 174 7.3 PPO Algorithm 177 7.4 Implementing PPO 179 7.5 Training a PPO Agent 182 7.6 Experimental Results 188 7.7 Summary 192 7.8 Further Reading 192 Chapter 8: Parallelization Methods 195 8.1 Synchronous Parallelization 196 8.2 Asynchronous Parallelization 197 8.3 Training an A3C Agent 200 8.4 Summary 203 8.5 Further Reading 204 Chapter 9: Algorithm Summary 205 Part III: Practical Details 207 Chapter 10: Getting Deep RL to Work 209 10.1 Software Engineering Practices 209 10.2 Debugging Tips 218 10.3 Atari Tricks 228 10.4 Deep RL Almanac 231 10.5 Summary 238 Chapter 11: SLM Lab 239 11.1 Algorithms Implemented in SLM Lab 239 11.2 Spec File 241 11.3 Running SLM Lab 246 11.4 Analyzing Experiment Results 247 11.5 Summary 249 Chapter 12: Network Architectures 251 12.1 Types of Neural Networks 251 12.2 Guidelines for Choosing a Network Family 256 12.3 The Net API 262 12.4 Summary 271 12.5 Further Reading 271 Chapter 13: Hardware 273 13.1 Computer 273 13.2 Data Types 278 13.3 Optimizing Data Types in RL 280 13.4 Choosing Hardware 285 13.5 Summary 285 Part IV: Environment Design 287 Chapter 14: States 289 14.1 Examples of States 289 14.2 State Completeness 296 14.3 State Complexity 297 14.4 State Information Loss 301 14.5 Preprocessing 306 14.6 Summary 313 Chapter 15: Actions 315 15.1 Examples of Actions 315 15.2 Action Completeness 318 15.3 Action Complexity 319 15.4 Summary 323 15.5 Further Reading: Action Design in Everyday Things 324 Chapter 16: Rewards 327 16.1 The Role of Rewards 327 16.2 Reward Design Guidelines 328 16.3 Summary 332 Chapter 17: Transition Function 333 17.1 Feasibility Checks 333 17.2 Reality Check 335 17.3 Summary 337 Epilogue 338 Appendix A: Deep Reinforcement Learning Timeline 343 Appendix B: Example Environments 345 B.1 Discrete Environments 346 B.2 Continuous Environments 350 References 353 Index 363


Best Sellers


Product Details
  • ISBN-13: 9780135172384
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Addison Wesley
  • Height: 234 mm
  • No of Pages: 416
  • Spine Width: 18 mm
  • Weight: 668 gr
  • ISBN-10: 0135172381
  • Publisher Date: 11 Feb 2020
  • Binding: Paperback
  • Language: English
  • Returnable: Y
  • Sub Title: Theory and Practice in Python
  • Width: 176 mm


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Foundations of Deep Reinforcement Learning: Theory and Practice in Python
Pearson Education (US) -
Foundations of Deep Reinforcement Learning: Theory and Practice in Python
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Foundations of Deep Reinforcement Learning: Theory and Practice in Python

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!