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

Remove KL divergence and `scipy` dependency #15

Closed jerry871002 closed 1 year ago

jerry871002 commented 1 year ago

Since KL divergence is not used in the paper anymore, remove the section related to this (in each environment's run.py and plot.py ). Also, once the KL divergence code is removed, remove the scipy dependency that is used to calculate KL divergence.