Reinforcement Learning: Temporal Difference Learning
Learn the most central idea of the Reinforcement Learning algorithms
Imagine you are traveling from work to home, trying to predict how long it will take to reach home. As you leave work, you consider the time of the day, traffic conditions, weather conditions, etc., to constantly update the prediction of when you will reach home. As you do this, you are using temporal difference.
Here you will learn how temporal difference learning, identified as one idea central and…