Deep Reinforcement Learning Hands-On: A practical and easy-to-follow guide to RL from Q-learning and DQNs to PPO and RLHF 3rd ed. Edition 305333

Код товару: 305333Паперова книга
  • ISBN
    978-1835882702
  • Бренд
  • Автор
  • Рік
    2024
  • Мова
    Англійська
  • Ілюстрації
    Чорно-білі
Maxim Lapan delivers intuitive explanations and insights into complex reinforcement learning (RL) concepts, starting from the basics of RL on simple environments and tasks to modern, state-of-the-art methods

Key Features
  • Learn with concise explanations, modern libraries, and diverse applications from games to stock trading and web navigation
  • Develop deep RL models, improve their stability, and efficiently solve complex environments
  • New content on RL from human feedback (RLHF), MuZero, and transformers
Book Description
Start your journey into reinforcement learning (RL) and reward yourself with the third edition of Deep Reinforcement Learning Hands-On. This book takes you through the basics of RL to more advanced concepts with the help of various applications, including game playing, discrete optimization, stock trading, and web browser navigation. By walking you through landmark research papers in the fi eld, this deep RL book will equip you with practical knowledge of RL and the theoretical foundation to understand and implement most modern RL papers.

The book retains its approach of providing concise and easy-to-follow explanations from the previous editions. You'll work through practical and diverse examples, from grid environments and games to stock trading and RL agents in web environments, to give you a well-rounded understanding of RL, its capabilities, and its use cases. You'll learn about key topics, such as deep Q-networks (DQNs), policy gradient methods, continuous control problems, and highly scalable, non-gradient methods.

If you want to learn about RL through a practical approach using OpenAI Gym and PyTorch, concise explanations, and the incremental development of topics, then Deep Reinforcement Learning Hands-On, Third Edition, is your ideal companion

What you will learn
  • Stay on the cutting edge with new content on MuZero, RL with human feedback, and LLMs
  • Evaluate RL methods, including cross-entropy, DQN, actor-critic, TRPO, PPO, DDPG, and D4PG
  • Implement RL algorithms using PyTorch and modern RL libraries
  • Build and train deep Q-networks to solve complex tasks in Atari environments
  • Speed up RL models using algorithmic and engineering approaches
  • Leverage advanced techniques like proximal policy optimization (PPO) for more stable training
Who this book is for
This book is ideal for machine learning engineers, software engineers, and data scientists looking to learn and apply deep reinforcement learning in practice. It assumes familiarity with Python, calculus, and machine learning concepts. With practical examples and high-level overviews, it’s also suitable for experienced professionals looking to deepen their understanding of advanced deep RL methods and apply them across industries, such as gaming and finance.

About the Author
Maxim has been working as a software developer for more than 20 years and was involved in various areas: distributed scientific computing, distributed systems and big data processing. Since 2014 he is actively using machine and deep learning to solve practical industrial tasks, such as NLP problems, RL for web crawling and web pages analysis. He has been living in Germany with his family.
2'500 ₴
Купити
Monobank
до 10 платежей
от 280 ₴ / міс.
  • Нова Пошта
    Безкоштовно від 3'000,00 ₴
  • Укрпошта
    Безкоштовно від 1'000,00 ₴
  • Meest Пошта
    Безкоштовно від 3'000,00 ₴
Deep Reinforcement Learning Hands-On: A practical and easy-to-follow guide to RL from Q-learning and DQNs to PPO and RLHF 3rd ed. Edition - фото 1
Інші книги Packt Publishing
Swift Cookbook: Proven recipes for developing robust iOS applications with Swift 5.9 3rd ed. Edition
310248
Keith MoonDanny BolellaNathan LawlorChris Barker
1'500 ₴

Характеристики

  • Бренд
  • Автор
  • Категорія
    Програмування
  • Рік
    2024
  • Сторінок
    716
  • Формат
    190х230 мм
  • Обкладинка
    М'яка
  • Тип паперу
    Офсетний
  • Мова
    Англійська
  • Ілюстрації
    Чорно-білі

Від видавця

Maxim Lapan delivers intuitive explanations and insights into complex reinforcement learning (RL) concepts, starting from the basics of RL on simple environments and tasks to modern, state-of-the-art methods

Key Features
  • Learn with concise explanations, modern libraries, and diverse applications from games to stock trading and web navigation
  • Develop deep RL models, improve their stability, and efficiently solve complex environments
  • New content on RL from human feedback (RLHF), MuZero, and transformers
Book Description
Start your journey into reinforcement learning (RL) and reward yourself with the third edition of Deep Reinforcement Learning Hands-On. This book takes you through the basics of RL to more advanced concepts with the help of various applications, including game playing, discrete optimization, stock trading, and web browser navigation. By walking you through landmark research papers in the fi eld, this deep RL book will equip you with practical knowledge of RL and the theoretical foundation to understand and implement most modern RL papers.

The book retains its approach of providing concise and easy-to-follow explanations from the previous editions. You'll work through practical and diverse examples, from grid environments and games to stock trading and RL agents in web environments, to give you a well-rounded understanding of RL, its capabilities, and its use cases. You'll learn about key topics, such as deep Q-networks (DQNs), policy gradient methods, continuous control problems, and highly scalable, non-gradient methods.

If you want to learn about RL through a practical approach using OpenAI Gym and PyTorch, concise explanations, and the incremental development of topics, then Deep Reinforcement Learning Hands-On, Third Edition, is your ideal companion

What you will learn
  • Stay on the cutting edge with new content on MuZero, RL with human feedback, and LLMs
  • Evaluate RL methods, including cross-entropy, DQN, actor-critic, TRPO, PPO, DDPG, and D4PG
  • Implement RL algorithms using PyTorch and modern RL libraries
  • Build and train deep Q-networks to solve complex tasks in Atari environments
  • Speed up RL models using algorithmic and engineering approaches
  • Leverage advanced techniques like proximal policy optimization (PPO) for more stable training
Who this book is for
This book is ideal for machine learning engineers, software engineers, and data scientists looking to learn and apply deep reinforcement learning in practice. It assumes familiarity with Python, calculus, and machine learning concepts. With practical examples and high-level overviews, it’s also suitable for experienced professionals looking to deepen their understanding of advanced deep RL methods and apply them across industries, such as gaming and finance.

About the Author
Maxim has been working as a software developer for more than 20 years and was involved in various areas: distributed scientific computing, distributed systems and big data processing. Since 2014 he is actively using machine and deep learning to solve practical industrial tasks, such as NLP problems, RL for web crawling and web pages analysis. He has been living in Germany with his family.

Зміст

Table of Contents
  1. What Is Reinforcement Learning?
  2. OpenAI Gym API and Gymnasium
  3. Deep Learning with PyTorch
  4. The Cross-Entropy Method
  5. Tabular Learning and the Bellman Equation
  6. Deep Q-Networks
  7. Higher-Level RL Libraries
  8. DQN Extensions
  9. Ways to Speed Up RL
  10. Stocks Trading Using RL
  11. Policy Gradients
  12. Actor-Critic Methods - A2C and A3C
  13. The TextWorld Environment
  14. Web Navigation
  15. Continuous Action Space
  16. Trust Region Methods
  17. Black-Box Optimizations in RL
  18. Advanced Exploration
  19. Reinforcement Learning with Human Feedback
  20. AlphaGo Zero and MuZero
  21. RL in Discrete Optimization
  22. Multi-Agent RL

Відгуки про Deep Reinforcement Learning Hands-On: A practical and easy-to-follow guide to RL from Q-learning and DQNs to PPO and RLHF 3rd ed. Edition

Deep Reinforcement Learning Hands-On: A practical and easy-to-follow guide to RL from Q-learning and DQNs to PPO and RLHF 3rd ed. Edition
Deep Reinforcement Learning Hands-On: A practical and easy-to-follow guide to RL from Q-learning and DQNs to PPO and RLHF 3rd ed. Edition
2'500 ₴
Купити
Персонально для вас
Deep Learning Crash Course
303263
Giovanni VolpeJoana B. PereiraCarlo ManzoBenjamin MidtvedtJesus PinedaHenrik Klein MobergHarshith Bachimanchi
2'300 ₴
AI for Everyday IT: Accelerate workplace productivity
308363
Chrissy LeMaireBrandon Abshire
2'300 ₴
Deep Learning: Foundations and Concepts 2024th Edition
292939
Hugh BishopChris Bishop
2'400 ₴
Effective Conversational AI: Chatbots that work
305302
Andrew FreedEniko RozsaCari Jacobs
2'400 ₴
Build Financial Software with Generative AI (From Scratch)
305306
Christopher KardellMark Brouwer
2'400 ₴
Practical Weak Supervision: Doing More with Less Data. 1st Ed.
244781
Wee Hyong Tok, Amit Bahree
2'600 ₴
Coding Interview Patterns. Nail Your Next Coding Interview
296046
Shaun GunawardaneAlex Xu
2'900 ₴
Hands-On Data Visualization. Interactive Storytelling From Spreadsheets to Code
153394
Jack DoughertyIlya Ilyankou
2'000 ₴
Machine Learning Design Patterns. Solutions to Common Challenges in Data Preparation, Model Building, and MLOps. 1st Ed.
244770
Valliappa Lakshmanan
2'200 ₴
Django in Action
282314
Christopher Trudeau
1'400 ₴
Prompt Engineering for LLMs: The Art and Science of Building Large Language Model–Based Applications 1st Edition
292935
John BerrymanAlbert Ziegler
1'800 ₴
Functional Programming with C#: Create More Supportable, Robust, and Testable Code 1st Edition
273875
Simon Painter
1'900 ₴
Blockchain Essentials: Core Concepts and Implementations
266465
Ramchandra Sharad MangrulkarPallavi Vijay Chavan
1'300 ₴
Real World Haskell: Code You Can Believe In 1st Edition
13432
Bryan O'SullivanJohn GoerzenDon Stewart
880 ₴
GPU Pro 6: Advanced Rendering Techniques 1st Edition
122123
Wolfgang Engel
1'800 ₴
Instant SymPy Starter
12812
Ronan Lamy
500 ₴
CockroachDB: The Definitive Guide. Distributed Data at Scale
197687
Guy HarrisonJesse SeldessBen Darnell
2'500 ₴