diff options
Diffstat (limited to 'microposts/2048-mdp.org')
-rw-r--r-- | microposts/2048-mdp.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/microposts/2048-mdp.org b/microposts/2048-mdp.org new file mode 100644 index 0000000..4794780 --- /dev/null +++ b/microposts/2048-mdp.org @@ -0,0 +1,7 @@ +#+title: 2048-mdp + +#+date: <2018-05-25> + +[[http://jdlm.info/articles/2018/03/18/markov-decision-process-2048.html][This +post]] models 2048 as an MDP and solves it using policy iteration and +backward induction. |