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

Refactor experiments #13

Closed jerry871002 closed 1 year ago

jerry871002 commented 1 year ago
jerry871002 commented 1 year ago

The CI doesn't look right as well, no test is running at the moment.

That's because no modification to src or scripts for the latest commit.

jerry871002 commented 1 year ago

Need to cross-reference with baseball_game_exp.py. @YY87927

jerry871002 commented 1 year ago

Experiment 3 isn't working in the navigation game all environments.

Update: This is because the plot_win_rate function is looking for phi opponent data instead of new phi noise opponent data.

jerry871002 commented 1 year ago

As discussed earlier today, @YY87927 will be responsible for experiment 2 (#52), and I will be responsible for experiment 3 (#53).

jerry871002 commented 1 year ago

This PR fixes the bug in #43 and #51.