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

Use epsilon instead of p_pattern #54

Open
jerry871002 opened this issue Aug 13, 2023 · 0 comments
Open

Use epsilon instead of p_pattern #54

jerry871002 opened this issue Aug 13, 2023 · 0 comments
Labels
low priority This is not urgent at the moment refactor Improve code quality

Comments

@jerry871002
Copy link
Owner

Currently, we are using p_pattern to control the randomness of the new-phi-noise opponent.

p_pattern is the complement of the parameter $\epsilon$ (epsilon) described in the paper, i.e. p_pattern = 1 - epsilon. Consider removing p_pattern and using only epsilon to control the randomness to be consistent with the paper.

@jerry871002 jerry871002 added refactor Improve code quality low priority This is not urgent at the moment labels Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority This is not urgent at the moment refactor Improve code quality
Projects
None yet
Development

No branches or pull requests

1 participant