-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to counter random? #42
Comments
yes. It's possible. Not gonna say how but I can get ~ 2.93 average against randoms. |
Yep, I’m getting the same against randoms |
I got ~ 3.01 |
I’ll eat my hat if the winning strategy doesn’t exploit randoms |
@domdabomb42 , here's two naive approaches:
Note that you probably want a good backoff strategy because these random-detection heuristics are brittle (e.g., they can misfire for |
Thanks @I4vr0v. I'm gonna use unprovoked for now and try to figure out something better once after I counter some of the other strategies. |
Add my strat to the repo
Assuming random cooperates half the time. The best strategy is to defect because you get an expected result of 3 overall. I think some people will just submit a random one as a joke and my strategies are getting destroyed against random. But is there a way you can detect a random strategy apart from just a complicated one.
The text was updated successfully, but these errors were encountered: