Temporal Difference
Main Source:
Temporal Difference (TD) is model-free method to estimate value of a state or state-action pair in an iterative manner by comparing the current estimate with a newly observed estimate.
TD can be thought as the combination of MDP and Monte Carlo method, it updates value in iterative manner without the complete knowledge of the environment.