Reinforcement learning with TensorFlow
by
Sayon Dutta
Description: Reinforcement learning with TensorFlow introduces concepts and practical methods for building self-learning systems using TensorFlow and OpenAI Gym, covering applications such as autonomous driving and automated trading
We may earn a commission from purchases made through links on this page.
I am tempted to blame inconsistency across terminology and implementations for this lack of understanding but I suspect it has more to do with approaching this field through the lens of a developer and not a researcher or academic. Trying to understand the code without grasping the "science" of the mechanisms completely.
Either way if you feel to be in a similar spot check out this resource: https://reinforce.io and their respective Github repo: https://github.com/reinforceio/tensorforce.
Just reading through their code, and documentation has made a lot of the concepts clearer.
And a few more resources I found really helpful: http://karpathy.github.io/2016/05/31/rl/ https://www.analyticsvidhya.com/blog/2017/01/introduction-to... https://www.oreilly.com/ideas/reinforcement-learning-with-te...
Edit: My point that I forgot to mention was that I always feel like I am playing catch-up to understand what is going on half the time as the amount of new content being released exceeds what I can absorb.