cousin_it comments on Prisoner's Dilemma Tournament Results - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (170)
This makes the game matrix bigger for no reason. Maybe replace this with "if you run out of time, you automatically defect"?
Haha, this incentivizes players to reimplement eval themselves and avoid your broken one! One way to keep eval as a built-in would be to make code an opaque blob that can be analyzed only by functions like eval. I suggested this version a while ago :-)
I may be misreading, but I don't see how Eliezer's eval is broken. It can choose between a faithful evaluation and one in which inner calls to eval are replaced with a given value. That's more powerful than standard.
If you build your own eval, and it returns a different result than the built in eval, you would know you're being simulated
Slightly better: allow the program to set the output at any time during execution (so it can set its own time-out value before trying expensive operations).