Tagged Questions
3
votes
1answer
152 views
Recursively Solving a Bellman Equation
Problem Overview
I am to figure out $v_\pi$ of a certain Markov state.
Given Information
A set of actions, $a$ containing ${up, down, left, right}$
$v_\pi(12), v_\pi(13), v_\pi(14)$ (I am given ...