Atjaunināt sīkdatņu piekrišanu

E-grāmata: Reinforcement Learning: Theory and Python Implementation

  • Formāts: PDF+DRM
  • Izdošanas datums: 28-Sep-2024
  • Izdevniecība: Springer Verlag, Singapore
  • Valoda: eng
  • ISBN-13: 9789811949333
Citas grāmatas par šo tēmu:
  • Formāts - PDF+DRM
  • Cena: 77,31 €*
  • * ši ir gala cena, t.i., netiek piemērotas nekādas papildus atlaides
  • Ielikt grozā
  • Pievienot vēlmju sarakstam
  • Šī e-grāmata paredzēta tikai personīgai lietošanai. E-grāmatas nav iespējams atgriezt un nauda par iegādātajām e-grāmatām netiek atmaksāta.
  • Formāts: PDF+DRM
  • Izdošanas datums: 28-Sep-2024
  • Izdevniecība: Springer Verlag, Singapore
  • Valoda: eng
  • ISBN-13: 9789811949333
Citas grāmatas par šo tēmu:

DRM restrictions

  • Kopēšana (kopēt/ievietot):

    nav atļauts

  • Drukāšana:

    nav atļauts

  • Lietošana:

    Digitālo tiesību pārvaldība (Digital Rights Management (DRM))
    Izdevējs ir piegādājis šo grāmatu šifrētā veidā, kas nozīmē, ka jums ir jāinstalē bezmaksas programmatūra, lai to atbloķētu un lasītu. Lai lasītu šo e-grāmatu, jums ir jāizveido Adobe ID. Vairāk informācijas šeit. E-grāmatu var lasīt un lejupielādēt līdz 6 ierīcēm (vienam lietotājam ar vienu un to pašu Adobe ID).

    Nepieciešamā programmatūra
    Lai lasītu šo e-grāmatu mobilajā ierīcē (tālrunī vai planšetdatorā), jums būs jāinstalē šī bezmaksas lietotne: PocketBook Reader (iOS / Android)

    Lai lejupielādētu un lasītu šo e-grāmatu datorā vai Mac datorā, jums ir nepieciešamid Adobe Digital Editions (šī ir bezmaksas lietotne, kas īpaši izstrādāta e-grāmatām. Tā nav tas pats, kas Adobe Reader, kas, iespējams, jau ir jūsu datorā.)

    Jūs nevarat lasīt šo e-grāmatu, izmantojot Amazon Kindle.

Reinforcement Learning: Theory and Python Implementation is a tutorial book on reinforcement learning, with explanations of both theory and applications. Starting from a uniform mathematical framework, this book derives the theory of modern reinforcement learning in a systematic way and introduces all mainstream reinforcement learning algorithms including both classical reinforcement learning algorithms such as eligibility trace and deep reinforcement learning algorithms such as PPO, SAC, and MuZero. Every chapter is accompanied by high-quality implementations based on the latest version of Python packages such as Gym, and the implementations of deep reinforcement learning algorithms are all with both TensorFlow 2 and PyTorch 1. All codes can be found on GitHub along with their results and are runnable on a conventional laptop with either Windows, macOS, or Linux.

This book is intended for readers who want to learn reinforcement learning systematically and apply reinforcement learning to practical applications. It is also ideal to academical researchers who seek theoretical foundation or algorithm enhancement in their cutting-edge AI research.

Chapter
1. Introduction of Reinforcement Learning (RL).
Chapter
2. MDP:
Markov Decision Process.
Chapter
3. Model-based Numerical Iteration.-
Chapter
4. MC: Monte Carlo Learning.
Chapter
5. TD: Temporal Difference
Learning.
Chapter
6. Function Approximation.
Chapter
7. PG: Policy
Gradient.- Chapter
8. AC: ActorCritic.
Chapter
9. DPG: Deterministic Policy
Gradient.
Chapter
10. Maximum-Entropy RL.
Chapter
11. Policy-based
Gradient-Free Algorithms.
Chapter
12. Distributional RL.
Chapter
13.
Minimize Regret.
Chapter
14. Tree Search.
Chapter
15. More
AgentEnvironment Interfaces.
Chapter
16. Learn from Feedback and Imitation
Learning.
Zhiqing Xiao obtained doctoral degree from Tsinghua University in 2016 and has more than 15 years in academic research and industrial practices on data-analytics and AI. He is the author of two AI bestsellers in Chinese: Reinforcement Learning and Application of Neural Network and PyTorch and published many academic papers. He also contributed to recent versions of the open-source software Gym.