Skip to content

[Book] :- Andrea Lonza - Reinforcement Learning Algorithms with Python_ Learn, understand, and develop smart algorithms for addressing AI challenges-Packt Publishing (2019)

License

Notifications You must be signed in to change notification settings

prakHr/Reinforcement-Learning-Book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement-Learning-Book

[Book Course] :- Andrea Lonza - Reinforcement Learning Algorithms with Python_ Learn, understand, and develop smart algorithms for addressing AI challenges-Packt Publishing (2019)

Reinforcement Learning (RL) is a popular and promising branch of AI that involves making smarter models and agents that can automatically determine ideal behavior based on changing requirements. This book will help you master RL algorithms and understand their implementation as you build self-learning agents.

Starting with an introduction to the tools, libraries, and setup needed to work in the RL environment, this book covers the building blocks of RL and delves into value-based methods, such as the application of Q-learning and SARSA algorithms. You'll learn how to use a combination of Q-learning and neural networks to solve complex problems. Furthermore, you'll study the policy gradient methods, TRPO, and PPO, to improve performance and stability, before moving on to the DDPG and TD3 deterministic algorithms. This book also covers how imitation learning techniques work and how Dagger can teach an agent to drive. You'll discover evolutionary strategies and black-box optimization techniques, and see how they can improve RL algorithms. Finally, you'll get to grips with exploration approaches, such as UCB and UCB1, and develop a meta-algorithm called ESBAS.

By the end of the book, you'll have worked with key RL algorithms to overcome challenges in real-world applications, and be part of the RL research community.

Table of contents

Summary

Develop self-learning algorithms and agents using TensorFlow and other Python tools, frameworks, and libraries

Chapters Topic
1 The Landscape of Reinforcement Learning
2 Implementing RL Cycle and OpenAI Gym
3 Solving Problems with Dynamic Programming
4 Q-Learning and SARSA Applications
5 Deep Q-Network
6 Learning Stochastic and PG Optimization
7 TRPO and PPO Implementation
8 DDPG and TD3 Applications
9 Model-Based RL
10 Imitation Learning with the DAgger Algorithm
11 Understanding Black-Box Optimization Algorithms
12 Developing the ESBAS Algorithm

This was challenging since it was my first time using tensorflow library in python,and extensively solving gym environments using it.


Technologies

  • Anaconda-3(64 bit)
  • Linux

Modules

  • python(3.6.10)
  • gym
  • tensorflow=1.14
  • roboschool
  • pybox2d