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
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
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.
Application:
For my first program, I offer AI_150.
For my second program, I offer TRAP_151