Definition TD(λ) is a TD algorithm that uses the lambda-Return for value function updates. V(St)←V(St)+α[Gtλ−V(St)] where Gtλ is the lambda-Return Examples TD(0): Temporal Difference Learning TD(1): Monte Carlo Method