Suggestions for aspiring reinforcement learning experts
This book is designed for an audience who already know the fundamentals of RL. Now that you have finished this book too, you are well positioned to become an expert in this field. Having said that, RL is big area; and this book is really meant to be a compass and kickstarter for you. At this point, if you decide to go deeper in RL, I will have some suggestions.
Go deeper into the theory
In machine learning, models often fail to produce expected level of performance, at least at the beginning. One big factor that will help you go beyond what comes out of the box is to have a good foundation of the math behind the algorithms you are using. This will help you better understand the limitations and assumptions of those algorithms, identify whether they conflict with the realities of the problem at hand, and give you ideas for addressing them. To this end, here is some advice:
- It is never a bad idea to deepen your understanding...