aboutsummaryrefslogtreecommitdiff
path: root/microposts/2048-mdp.md
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2021-07-01 15:16:19 +1000
committerYuchen Pei <me@ypei.me>2021-07-01 15:16:19 +1000
commitbd3b4e7d8a436685f8b676da8f6ffe9498ab2e3f (patch)
tree1d29d70ddb35b18407c69792cd76e66d2a2280b6 /microposts/2048-mdp.md
parent661762ba8fd5fd685bfbe99473d7286efa85b381 (diff)
Added copyright notices and license headers to website content.
also removed more unused files.
Diffstat (limited to 'microposts/2048-mdp.md')
-rw-r--r--microposts/2048-mdp.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/microposts/2048-mdp.md b/microposts/2048-mdp.md
deleted file mode 100644
index cee7bbf..0000000
--- a/microposts/2048-mdp.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-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.