Edit ‘decision_theory’

This commit is contained in:
osmarks 2024-09-22 16:38:30 +00:00 committed by wikimind
parent c69d8fd862
commit ab372d5782

View File

@ -1 +1,9 @@
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. 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.
== Evidential decision theory
EDT says, informally, that you should take whatever action has the highest expected utility (i.e. the sum of utility for each outcome weighted by the probability of that outcome conditional on you taking the action).
== Causal decision theory
Informally, CDT says that you should take whatever action //causes// the highest expected utility, i.e. the conditional probability is replaced with a counterfactual (there is some debate about how to operationalize this, but roughly speaking, it's the probability if you replaced the action you took with another one).