From 7c30afb0a94f0dbb3654353a5a5f50a3f599fc5b Mon Sep 17 00:00:00 2001 From: Nick Lee Date: Wed, 15 Nov 2017 12:03:14 -0800 Subject: [PATCH 1/2] fixed Key Error bug in CustomMDP and reordered the return values of T function to be consistent with GridMDP --- .idea/aima-python.iml | 11 ++ .idea/dictionaries/nicklee.xml | 3 + .idea/misc.xml | 4 + .idea/modules.xml | 8 ++ .idea/vcs.xml | 6 + .idea/workspace.xml | 200 +++++++++++++++++++++++++++++++++ mdp.ipynb | 149 ++++++++++++------------ 7 files changed, 306 insertions(+), 75 deletions(-) create mode 100644 .idea/aima-python.iml create mode 100644 .idea/dictionaries/nicklee.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/aima-python.iml b/.idea/aima-python.iml new file mode 100644 index 000000000..671160631 --- /dev/null +++ b/.idea/aima-python.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/dictionaries/nicklee.xml b/.idea/dictionaries/nicklee.xml new file mode 100644 index 000000000..3f43f9d18 --- /dev/null +++ b/.idea/dictionaries/nicklee.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 000000000..539c0154b --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..3650d76ed --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 000000000..94a25f7f4 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 000000000..af5b561bb --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + custom + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + AngularJS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - 1510775872377 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file