The task of calculating a Value function for a Policy, in a Reinforcement learning problem.
Using dynamic programming: iterative solution of Bellman expectation equation (as in Policy iteration)
See Model-free reinforcement learning