Decius comments on An angle of attack on Open Problem #1 - Less Wrong

30 Post author: Benja 18 August 2012 12:08PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (84)

You are viewing a single comment's thread.

Comment author: Decius 29 August 2012 06:19:49AM *  0 points [-]

ASSUMING: "Safe for K steps" is exactly the same as "Will not double down on any input that will (self destruct or double down on any input that is not safe for K-1 steps)"

AI_K is unsafe for all K.

def TRAP_K(p)

X=K

if X=0 self destruct

if p= TRAP_(K-1) double down

take winnings

Application:

For my first program, I offer AI_150.

For my second program, I offer TRAP_151