diff options
author | Yuchen Pei <me@ypei.me> | 2018-05-25 14:49:31 +0200 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2018-05-25 14:49:31 +0200 |
commit | 9e692c80a6385f775ba276948b9288432dbf7409 (patch) | |
tree | 863b01a2302809c585aa5beabf22eb36e97ccea5 | |
parent | a5ca173f9adb28202870c49af960bdfe6af548f4 (diff) |
added a micropost
-rw-r--r-- | microposts/2048-mdp.md | 4 |
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. |