aboutsummaryrefslogtreecommitdiff
path: root/microposts/2048-mdp.org
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2021-06-18 12:58:44 +1000
committerYuchen Pei <me@ypei.me>2021-06-18 12:58:44 +1000
commit147a19e84a743f1379f05bf2f444143b4afd7bd6 (patch)
tree3127395250cb958f06a98b86f73e77658150b43c /microposts/2048-mdp.org
parent4fa26fec8b7e978955e5630d3f820ba9c53be72c (diff)
Updated.
Diffstat (limited to 'microposts/2048-mdp.org')
-rw-r--r--microposts/2048-mdp.org7
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.