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

`env.show()` method isn't consistent with other environment #68

Open jerry871002 opened 1 year ago

jerry871002 commented 1 year ago

In BaseballGame, the show() method requires a parameter (actions), which is weird because show() should print the state of the game at the moment and not a way to test the agent-opponent action combination.