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

More detailed attack probabilities #455

Open
rusu24edward opened this issue Nov 9, 2023 · 0 comments
Open

More detailed attack probabilities #455

rusu24edward opened this issue Nov 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@rusu24edward
Copy link
Collaborator

rusu24edward commented Nov 9, 2023

The attacking agent has an attack accuracy parameter that applies for all of its attacks. It would be interesting to define an attack accuracy between types of agents, something like:

attack_accuracy={
    1: {2: 0.8, 3: 0.5, 4: 1},
    2: {1: 0.5, 3:0.1},
    ...
}

which would be interpreted as "agents with encoding 1 attack agents with encoding 2 with accuracy 0.8, 3 with accuracy 0.5, etc.

Challenge: How would this play with the agent's intrinsic attack accuracy? The accuracy mapping is by encodings the attack accuracy is by agent...

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
Development

No branches or pull requests

1 participant