jerry871002 / bsi-pt

BSI-PT algorithm in the paper "Opponent Exploitation Based on Bayesian Strategy Inference and Policy Tracking"
https://jerry871002.github.io/bsi-pt/
0 stars 0 forks source link

Use `epsilon` instead of `p_pattern` #54

Open jerry871002 opened 1 year ago

jerry871002 commented 1 year ago

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.