stormvogel.examples.parker ========================== .. py:module:: stormvogel.examples.parker Functions --------- .. autoapisummary:: stormvogel.examples.parker.create_parker_mdp Module Contents --------------- .. py:function:: create_parker_mdp() Return the Parker MDP, a small MDP used in the lecture notes by David Parker. States s0–s3; s0 and s3 have two actions (a, b), the rest only action a. s2 is an absorbing target state.