- Deep Reinforcement Learning Hands-On
- Maxim Lapan
- 334字
- 2021-06-25 20:46:49
What this book covers
Chapter 1, What is Reinforcement Learning?, contains introduction to RL ideas and main formal models.
Chapter 2, OpenAI Gym, introduces the reader to the practical aspect of RL, using open-source library gym.
Chapter 3, Deep Learning with PyTorch, gives a quick overview of the PyTorch library.
Chapter 4, The Cross-Entropy Method, introduces you to one of the simplest methods of RL to give you the feeling of RL methods and problems.
Chapter 5, Tabular Learning and the Bellman Equation, gives an introduction to the Value-based family of RL methods.
Chapter 6, Deep Q-Networks, describes DQN, the extension of basic Value-based methods, allowing to solve complicated environment.
Chapter 7, DQN Extensions, gives a detailed overview of modern extension to the DQN method, to improve its stability and convergence in complex environments.
Chapter 8, Stocks Trading Using RL, is the first practical project, applying the DQN method to stock trading.
Chapter 9, Policy Gradients – An Alternative, introduces another family of RL methods, based on policy learning.
Chapter 10, The Actor-Critic Method, describes one of the most widely used method in RL.
Chapter 11, Asynchronous Advantage Actor-Critic, extends Actor-Critic with parallel environment communication, to improve stability and convergence.
Chapter 12, Chatbots Training with RL, is the second project, showing how to apply RL methods to NLP problems.
Chapter 13, Web Navigation, is another long project, applying RL to web page navigation, using MiniWoB set of tasks.
Chapter 14, Continuous Action Space, describes the specifics of environments, using continuous action spaces and various methods.
Chapter 15, Trust Regions – TRPO, PPO, and ACKTR, is yet another chapter about continuous action spaces describing "Trust region" set of methods.
Chapter 16, Black-Box Optimization in RL, shows another set of methods that don't use gradients in explicit form.
Chapter 17, Beyond Model-Free – Imagination, introduces model-based approach to RL, using recent research results about imagination in RL.
Chapter 18, AlphaGo Zero, describes the AlphaGo Zero method applied to game Connect Four.
- Google Cloud Platform Cookbook
- Machine Learning for Cybersecurity Cookbook
- Getting Started with Clickteam Fusion
- Dreamweaver CS3網(wǎng)頁制作融會(huì)貫通
- 極簡(jiǎn)AI入門:一本書讀懂人工智能思維與應(yīng)用
- Splunk Operational Intelligence Cookbook
- Enterprise PowerShell Scripting Bootcamp
- 我也能做CTO之程序員職業(yè)規(guī)劃
- Learning Azure Cosmos DB
- Statistics for Data Science
- Visual C++項(xiàng)目開發(fā)案例精粹
- HBase Essentials
- Spark大數(shù)據(jù)商業(yè)實(shí)戰(zhàn)三部曲:內(nèi)核解密|商業(yè)案例|性能調(diào)優(yōu)
- 基于Proteus的PIC單片機(jī)C語言程序設(shè)計(jì)與仿真
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)訓(xùn)·職業(yè)模塊