TD: Temporal Difference Learning
摘要
This chapter discusses another RL algorithm family called Temporal Difference (TD) learning. Both MC learning and TD learning are model-free learning algorithms, which means that they can learn from samples without an environment model.