Use `epsilon` instead of `p_pattern`
Opened this issue · 0 comments
jerry871002 commented
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
) 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.