N-step return mathematical notation
N-step return is a recurring research-paper notation family. Adds n observed discounted rewards and then bootstraps from the estimated value at the endpoint.
N-step return: Adds n observed discounted rewards and then bootstraps from the estimated value at the endpoint. Example: Look ahead n real steps before relying on the value estimate.