This is a thread to collect and recognize outstanding (unofficial) TensorFlow tutorials (or blog posts that are mainly about specific usage of TensorFlow) from around the web.
I’ll start with a seed. I found Effective TensorFlow 2 to be a solid and concise tutorial. It has a nice flow and covers interesting gotchas and pitfalls.
The instructor also covers various other policy-gradient-based methods, Soft Actor Critic (SAC) methods, and deep Q-learning algorithms with TensorFlow.