aboutsummaryrefslogtreecommitdiff
path: root/microposts
diff options
context:
space:
mode:
Diffstat (limited to 'microposts')
-rw-r--r--microposts/2048-mdp.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/microposts/2048-mdp.md b/microposts/2048-mdp.md
new file mode 100644
index 0000000..cee7bbf
--- /dev/null
+++ b/microposts/2048-mdp.md
@@ -0,0 +1,4 @@
+---
+date: 2018-05-25
+---
+[This post](http://jdlm.info/articles/2018/03/18/markov-decision-process-2048.html) models 2048 as an MDP and solves it using policy iteration and backward induction.