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.
Currently, we are using
p_patternto control the randomness of thenew-phi-noiseopponent.p_patternis the complement of the parameterepsilon) described in the paper, i.e.p_pattern = 1 - epsilon. Consider removingp_patternand using onlyepsilonto control the randomness to be consistent with the paper.