timetogoal
Timetogoal, often abbreviated TTG, is a metric used in planning, control, and reinforcement learning to quantify the expected time required to reach a designated goal state from a given state under a specified policy.
Formally, in a Markov decision process with state space S, goal state g, and policy π, TTG(s, π)
Computation can be performed using model-based dynamic programming methods such as value iteration or policy iteration,
Applications of timetogoal span robotics, autonomous navigation, video game AI, and logistics optimization, where TTG serves
Variants and extensions include continuous-time timetogoal, discounted versions for stochastic processes with termination probabilities, and TTG