Reinforcement Learning: An Introduction, Richard S. Sutton and Andrew G. Barto, 2018 (The MIT Press) - The standard textbook on reinforcement learning, providing a detailed explanation of Temporal-Difference learning, its algorithms, and its relation to Monte Carlo and Dynamic Programming.
Lecture 4: Temporal Difference Learning, David Silver, 2015 (UCL (University College London)) - A highly regarded lecture from UCL's Reinforcement Learning course, offering a clear and accessible explanation of TD learning fundamentals.