From c69d8fd862c4d3c4c7b5288e0a71fc9dd3d24422 Mon Sep 17 00:00:00 2001 From: osmarks Date: Sun, 22 Sep 2024 16:26:14 +0000 Subject: [PATCH] =?UTF-8?q?Create=20=E2=80=98decision=5Ftheory=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- decision_theory.myco | 1 + 1 file changed, 1 insertion(+) create mode 100644 decision_theory.myco diff --git a/decision_theory.myco b/decision_theory.myco new file mode 100644 index 0000000..3da185b --- /dev/null +++ b/decision_theory.myco @@ -0,0 +1 @@ +Decision theory solves the extremely hard problem of telling you what you should do if you have a perfect model of the world and a utility function telling you how good any particular world-state is. The most common decision theories are evidential decision theory and causal decision theory; various [[accursed decision theories]] exist but are not in wide use. \ No newline at end of file