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

Change conflict to a tuple of reward probabilities #9

Open
jyotikab opened this issue Mar 1, 2023 · 2 comments
Open

Change conflict to a tuple of reward probabilities #9

jyotikab opened this issue Mar 1, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@jyotikab
Copy link
Collaborator

jyotikab commented Mar 1, 2023

Right now suboptimal probability is calculated as 1 - optimal reward probability. But they should be independent, in order to implement a scenario with "high conflict" where both choices have high reward proability.

@jyotikab jyotikab added the enhancement New feature or request label Mar 1, 2023
@jyotikab jyotikab self-assigned this Mar 1, 2023
@jyotikab
Copy link
Collaborator Author

jyotikab commented Mar 1, 2023

conflict should now be entered as tuple, eg (1.0,0) or (0.75,0.75)

@giossic
Copy link
Collaborator

giossic commented Mar 1, 2023

Working!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants