stormvogel.examples.parker¶
Functions¶
Return the Parker MDP, a small MDP used in the lecture notes by David Parker. |
Module Contents¶
- stormvogel.examples.parker.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.