Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Reinforcement Learning with TensorFlow

Posted By: hill0
Reinforcement Learning with TensorFlow

Reinforcement Learning with TensorFlow by Sayon Dutta
English | 25 Apr. 2018 | ISBN: 1788835727 | 334 Pages | Code Files | 166 KB

The book covers the major advancements and successes achieved in deep reinforcement learning by synergizing deep neural network architectures with reinforcement learning. The book also introduces readers to the concept of Reinforcement Learning, its advantages and why it's gaining so much popularity. Furthermore, it show readers how to put the concepts to practical use with the help of TensorFlow and OpenAI Gym to train efficient deep reinforcement learning neural networks. The book also discusses reinforcement learning and the rewarding system: Markov Decision Processes (MDPs), Monte Carlo tree searches, dynamic programming such as policy and value iteration, temporal difference learnings such as Q-learning and SARSA-