Applied Reinforcement Learning with Python: With OpenAI Gym, Tensorflow, and Keras

  • 1h 29m
  • Taweh Beysolow II
  • Apress
  • 2019

Delve into the world of reinforcement learning algorithms and apply them to different use-cases via Python. This book covers important topics such as policy gradients and Q learning, and utilizes frameworks such as Tensorflow, Keras, and OpenAI Gym. Applied Reinforcement Learning with Python introduces you to the theory behind reinforcement learning (RL) algorithms and the code that will be used to implement them. You will take a guided tour through features of OpenAI Gym, from utilizing standard libraries to creating your own environments, then discover how to frame reinforcement learning problems so you can research, develop, and deploy RL-based solutions.

What You'll Learn

  • Implement reinforcement learning with Python
  • Work with AI frameworks such as OpenAI Gym, Tensorflow, and Keras
  • Deploy and train reinforcement learning–based solutions via cloud resources
  • Apply practical applications of reinforcement learning

Who This Book Is For

Data scientists, machine learning engineers and software engineers familiar with machine learning and deep learning concepts.

About the Author

Taweh Beysolow II is a data scientist and author currently based in the United States. He has a Bachelor of Science degree in economics from St. Johns University and a Master of Science in Applied Statistics from Fordham University. After successfully exiting the startup he co-founded, he now is a Director at Industry Capital, a San Francisco based Private Equity firm, where he helps lead the Cryptocurrency and Blockchain platforms.

In this Book

  • Introduction to Reinforcement Learning
  • Reinforcement Learning Algorithms
  • Reinforcement Learning Algorithms: Q Learning and Its Variants
  • Market Making via Reinforcement Learning
  • Custom OpenAI Reinforcement Learning Environments