Skip to content

Instantly share code, notes, and snippets.

@quanticle
Last active August 19, 2018 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quanticle/04d7c521f96a291e5c69d46362abbd87 to your computer and use it in GitHub Desktop.
Save quanticle/04d7c521f96a291e5c69d46362abbd87 to your computer and use it in GitHub Desktop.
Math check
  • Again, the math here seems off. If the agent has to get a $1000 checkup if they've realized that they've been affected by a cosmic ray, doesn't that imply that the actual world table is as follows?
Decision            World       Utility     Probability     Weighted Utility        Total Utility
-------------------------------------------------------------------------------------------------
Attempt taking $100 No ray      $100        1-p             100-100p                
                    Ray         $1 - 1000   p               p - 1000p               100-1099p
-------------------------------------------------------------------------------------------------
Attempt taking $1   No ray      $1          1-p             1-p                     
                    Ray         $100-1000   p               100p-1000p              1-901p
  • Given that, the probability p at which the two worlds have equal total utility is:
    • 100 - 1099p = 1 - 901p
    • 99 = 198p
    • 0.5 = p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment