aboutsummaryrefslogtreecommitdiff
path: root/microposts
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-05-25 14:49:31 +0200
committerYuchen Pei <me@ypei.me>2018-05-25 14:49:31 +0200
commit9e692c80a6385f775ba276948b9288432dbf7409 (patch)
tree863b01a2302809c585aa5beabf22eb36e97ccea5 /microposts
parenta5ca173f9adb28202870c49af960bdfe6af548f4 (diff)
added a micropost
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.