Skip to content
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

hawk/dove: vary the payoffs #51

Open
jerielizabeth opened this issue Dec 11, 2023 · 0 comments
Open

hawk/dove: vary the payoffs #51

jerielizabeth opened this issue Dec 11, 2023 · 0 comments
Labels
Robustness hoping things stay the same but confirming that results don’t rely on specifics of set up

Comments

@jerielizabeth
Copy link

jerielizabeth commented Dec 11, 2023

[MODIFIED ON 11/22]

Our current payoffs are 0, 1, 2.1, 3. We want to know what happens when these numbers are different. Since the actual numbers don’t matter, only the ratios between numbers, all of the relevant variation can be seen by varying the middle two numbers. In particular: pick two values, b and c, both between 0 and 1. Then:
Instead of “1”, let the payoff of “dove when your opponent plays hawk” be 3b.
Instead of “2.1”, let the payoff of “dove when your opponent plays dove” be 3b + c(3 - 3b). [this represent going “c of the way up the interval” between 3b and 3.]

E.d., b = ⅓ and c = ½ represent the payoff structure 0, 1, 2, 3.

If it’s too much to have two variables, we could just keep “1” and let our single variable be c, again between 0 and 1, where we define the payoff of “dove when your opponent plays dove” as 1 + 2c.

NOTE: This is replacing what I had previously listed as this issue, under lower-priority possibilities: Varying the payoffs of the game, in particular letting the sum of (D, H) + (H, D) > 2(D, D) [more of a robustness check than anything else

see also #44 (one of these is probably a duplicate)

@jerielizabeth jerielizabeth added the Robustness hoping things stay the same but confirming that results don’t rely on specifics of set up label Dec 11, 2023
@rlskoeser rlskoeser changed the title VARY THE PAYOFFS [ROBUSTNESS] hawk/dove: vary the payoff Dec 14, 2023
@rlskoeser rlskoeser changed the title hawk/dove: vary the payoff hawk/dove: vary the payoffs Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Robustness hoping things stay the same but confirming that results don’t rely on specifics of set up
Projects
None yet
Development

No branches or pull requests

1 participant