This introduction to deep reinforcement learning (RL) combines both theory and implementation. Authors Laura Graesser and Wah Loon Keng starts with intuition, then carefully explain the theory of deep RL algorithms, discuss implementations in its companion software library SLM Lab, and finish with the practical details of getting deep RL to work. This guide is aimed both at computer science students and software engineers who are familiar with basic machine learning concepts and have a working understanding of Python.
<ASIN:0135172381>
Author: Laura Graesser and Wah Loon Keng Publisher: Addison-Wesley Date: December 2019 Pages: 416 ISBN: 978-0135172384 Print: 0135172381 Kindle: B07ZVYZC6F Audience: Developers in machine learning Level: Intermediate/Advanced Category: Artificial Intelligence
- 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
For more Book Watch just click.
Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.
To have new titles included in Book Watch contact BookWatch@i-programmer.info
Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.
Driving Value With Sprint Goals
Author: Maarten Dalmijn Publisher: Addison-Wesley Pages: 256 ISBN: 9780137381920 Print: 0137381921 Kindle:B0C7ZJR7N2 Audience: Scrum developers Rating: 5 Reviewer: Kay Ewbank
Over the years I've read a lot of books about agile development and Scrum, and most concentrate on the methodology rather tha [ ... ]
|
Go Programming In Easy Steps
Author: Mike McGrath Publisher: In Easy Steps Date: January 2021 Pages: 192 ISBN: 978-1840789195 Print: 1840789190 Kindle: B08NF958NM Audience: Non-programmers wanting to learn to code in Go Rating: 5 Reviewer: Mike James Getting going with Go - great idea!
| More Reviews |
|